|
IDZEBRA 2.2.8
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <yaz/log.h>#include <yaz/test.h>#include <yaz/options.h>#include <yaz/snprintf.h>#include <idzebra/dict.h>Go to the source code of this file.
Data Structures | |
| struct | handle_info |
Functions | |
| static int | handler (char *name, const char *info, int pos, void *client) |
| int | do_scan (Dict dict, int before, int after, const char *sterm, char **cmp_strs, int verbose, int start_cut, int end_cut) |
| static void | tst (Dict dict, int start, int number) |
| int | main (int argc, char **argv) |
| int do_scan | ( | Dict | dict, |
| int | before, | ||
| int | after, | ||
| const char * | sterm, | ||
| char ** | cmp_strs, | ||
| int | verbose, | ||
| int | start_cut, | ||
| int | end_cut | ||
| ) |
Definition at line 62 of file scantest.c.
References handle_info::a, handle_info::ar, handle_info::b, dict, dict_scan(), handle_info::end_cut, handler(), and handle_info::start_cut.
|
static |
Definition at line 40 of file scantest.c.
References handle_info::a, handle_info::ar, handle_info::b, handle_info::end_cut, and handle_info::start_cut.
Referenced by do_scan().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 242 of file scantest.c.
References bf_reset(), bfs_create(), bfs_destroy(), dict, dict_close(), dict_insert(), dict_open(), do_scan(), and tst().
|
static |
Definition at line 152 of file scantest.c.
References dict, dict_insert(), and do_scan().