|
IDZEBRA 2.2.8
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <assert.h>#include <yaz/log.h>#include <yaz/snprintf.h>#include <yaz/options.h>#include <idzebra/version.h>#include <idzebra/api.h>Go to the source code of this file.
Functions | |
| static void | filter_cb (void *cd, const char *name) |
| static void | show_filters (ZebraService zs) |
| int | main (int argc, char **argv) |
Variables | |
| char * | prog |
|
static |
Definition at line 45 of file zebraidx.c.
Referenced by show_filters().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 55 of file zebraidx.c.
References action_a_delete, action_delete, action_update, add(), prog, res_close(), res_open(), res_set(), show_filters(), zebra_begin_trans(), zebra_clean(), zebra_close(), zebra_commit(), zebra_compact(), zebra_create_database(), zebra_drop_database(), zebra_end_trans(), zebra_errAdd(), zebra_errCode(), zebra_errString(), ZEBRA_FAIL, zebra_get_version(), zebra_init(), ZEBRA_OK, zebra_open(), zebra_register_check(), zebra_register_statistics(), zebra_repository_index(), zebra_repository_show(), zebra_select_database(), zebra_shadow_enable(), zebra_start_res(), zebra_stop(), and ZEBRAVER.
|
static |
Definition at line 50 of file zebraidx.c.
References filter_cb(), and zebra_filter_info().
Referenced by main().
| char* prog |
Definition at line 43 of file zebraidx.c.
Referenced by main().