IDZEBRA  2.2.7
Functions
d1_sumout.c File Reference
#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)
 

Function Documentation

◆ data1_nodetosummary()

Z_BriefBib* data1_nodetosummary ( data1_handle  dh,
data1_node n,
int  select,
ODR  o 
)

◆ f_integer()

static Odr_int* f_integer ( data1_node c,
ODR  o 
)
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().

◆ f_string()

static char* f_string ( data1_node c,
ODR  o 
)
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().