|
IDZEBRA 2.2.8
|
Go to the source code of this file.
Functions | |
| static int | nodetoelement (data1_node *n, int select, const char *prefix, WRBUF b) |
| char * | data1_nodetosoif (data1_handle dh, data1_node *n, int select, int *len) |
| char * data1_nodetosoif | ( | data1_handle | dh, |
| data1_node * | n, | ||
| int | select, | ||
| int * | len | ||
| ) |
Definition at line 74 of file d1_soif.c.
References data1_get_wrbuf(), DATA1N_root, nodetoelement(), data1_node::root, data1_node::type, data1_node::u, and data1_node::which.
Referenced by zebra_grs_retrieve().
|
static |
Definition at line 34 of file d1_soif.c.
References data1_node::child, data1_node::data, DATA1N_data, DATA1N_tag, data1_node::next, nodetoelement(), data1_node::tag, data1_node::u, and data1_node::which.
Referenced by data1_nodetosoif(), and nodetoelement().