#include <stdlib.h>
#include <assert.h>
#include <string.h>
#include <ctype.h>
#include <yaz/log.h>
#include <yaz/odr.h>
#include <yaz/proto.h>
#include <idzebra/data1.h>
#include <yaz/oid_db.h>
Go to the source code of this file.
|
| static Z_Variant * | read_variant (int argc, char **argv, NMEM nmem, const char *file, int lineno) |
| |
| static Z_Occurrences * | read_occurrences (char *occ, NMEM nmem, const char *file, int lineno) |
| |
| static Z_ETagUnit * | read_tagunit (char *buf, NMEM nmem, const char *file, int lineno) |
| |
| Z_Espec1 * | data1_read_espec1 (data1_handle dh, const char *file) |
| |
◆ data1_read_espec1()
| Z_Espec1 * data1_read_espec1 |
( |
data1_handle |
dh, |
|
|
const char * |
file |
|
) |
| |
◆ read_occurrences()
| static Z_Occurrences * read_occurrences |
( |
char * |
occ, |
|
|
NMEM |
nmem, |
|
|
const char * |
file, |
|
|
int |
lineno |
|
) |
| |
|
static |
◆ read_tagunit()
| static Z_ETagUnit * read_tagunit |
( |
char * |
buf, |
|
|
NMEM |
nmem, |
|
|
const char * |
file, |
|
|
int |
lineno |
|
) |
| |
|
static |
◆ read_variant()
| static Z_Variant * read_variant |
( |
int |
argc, |
|
|
char ** |
argv, |
|
|
NMEM |
nmem, |
|
|
const char * |
file, |
|
|
int |
lineno |
|
) |
| |
|
static |