#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <idzebra/dict.h>
#include <idzebra/util.h>
#include <idzebra/res.h>
#include <yaz/yaz-util.h>
#include <yaz/snprintf.h>
Go to the source code of this file.
|
static int | grep_handler (char *name, const char *info, void *client) |
|
static int | scan_handler (char *name, const char *info, int pos, void *client) |
|
int | main (int argc, char **argv) |
|
◆ grep_handler()
static int grep_handler |
( |
char * |
name, |
|
|
const char * |
info, |
|
|
void * |
client |
|
) |
| |
|
static |
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 52 of file dicttest.c.
References bfs_create(), bfs_destroy(), dict, dict_close(), dict_delete(), dict_delete_subtree(), dict_insert(), dict_lookup(), dict_lookup_grep(), dict_open(), dict_scan(), grep_handler(), look_hits, prog, res_close(), res_get(), res_open(), res_read_file(), and scan_handler().
◆ scan_handler()
static int scan_handler |
( |
char * |
name, |
|
|
const char * |
info, |
|
|
int |
pos, |
|
|
void * |
client |
|
) |
| |
|
static |
◆ dict
Definition at line 35 of file dicttest.c.
Referenced by clean_page(), dict_clean(), dict_close(), dict_del_string(), dict_del_subtree(), dict_delete(), dict_delete_subtree(), dict_get_no_insert(), dict_get_no_lookup(), dict_get_no_split(), dict_grep_cmap(), dict_ins(), dict_insert(), dict_look(), dict_lookup(), dict_lookup_ec(), dict_lookup_grep(), dict_open(), dict_scan(), dict_scan_r(), dirs_fopen(), dirs_open(), do_scan(), file_update_top(), grep(), index_block_check_flush(), index_block_flush(), index_marc_from_file(), index_marc_line_records(), lookup_ec(), main(), new_page(), repositoryShow(), scan_direction(), split_page(), tst(), zebra_remove_file_match(), and zebra_update_file_match().
◆ look_hits
◆ prog