|
IDZEBRA 2.2.8
|
#include <assert.h>#include <string.h>#include <stdlib.h>#include <yaz/log.h>#include <yaz/proto.h>#include <idzebra/data1.h>Go to the source code of this file.
Functions | |
| static Odr_int * | f_integer (data1_node *c, ODR o) |
| static char * | f_string (data1_node *c, ODR o) |
| Z_BriefBib * | data1_nodetosummary (data1_handle dh, data1_node *n, int select, ODR o) |
| Z_BriefBib * data1_nodetosummary | ( | data1_handle | dh, |
| data1_node * | n, | ||
| int | select, | ||
| ODR | o | ||
| ) |
Definition at line 55 of file d1_sumout.c.
References data1_node::child, DATA1N_root, DATA1N_tag, f_integer(), f_string(), data1_node::next, data1_node::root, data1_node::tag, data1_node::type, data1_node::u, and data1_node::which.
Referenced by zebra_grs_retrieve().
|
static |
Definition at line 31 of file d1_sumout.c.
References data1_node::child, data1_node::data, DATA1N_data, data1_node::u, and data1_node::which.
Referenced by data1_nodetosummary().
|
static |
Definition at line 43 of file d1_sumout.c.
References data1_node::child, data1_node::data, DATA1N_data, data1_node::u, and data1_node::which.
Referenced by data1_nodetosummary().