#include <yaz/odr.h>
#include <yaz/z-core.h>
Go to the source code of this file.
Data Structures | |
| struct | Z_ResourceReport2 |
| struct | Z_Estimate2 |
Typedefs | |
| typedef struct Z_ResourceReport2 | Z_ResourceReport2 |
| typedef struct Z_Estimate2 | Z_Estimate2 |
Functions | |
| int | z_ResourceReport2 (ODR o, Z_ResourceReport2 **p, int opt, const char *name) |
| int | z_Estimate2 (ODR o, Z_Estimate2 **p, int opt, const char *name) |
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-rrf2.h.
| typedef struct Z_Estimate2 Z_Estimate2 |
| typedef struct Z_ResourceReport2 Z_ResourceReport2 |
| int z_Estimate2 | ( | ODR | o, | |
| Z_Estimate2 ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 22 of file z-rrf2.c.
References ODR_CONTEXT, odr_explicit_tag, odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), z_IntUnit(), and z_StringOrNumeric().
Referenced by z_ResourceReport2().
| int z_ResourceReport2 | ( | ODR | o, | |
| Z_ResourceReport2 ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 9 of file z-rrf2.c.
References ODR_CONTEXT, odr_implicit_settag(), odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_sequence_of(), z_Estimate2(), and z_InternationalString().
Referenced by z_External().
1.5.6