|
YAZ 5.35.1
|
ASN.1 Module ResourceReport-Format-Universe-1. More...
#include <yaz/z-univ.h>Go to the source code of this file.
Functions | |
| int | z_UniverseReportHits (ODR o, Z_UniverseReportHits **p, int opt, const char *name) |
| int | z_UniverseReportDuplicate (ODR o, Z_UniverseReportDuplicate **p, int opt, const char *name) |
| int | z_UniverseReport (ODR o, Z_UniverseReport **p, int opt, const char *name) |
ASN.1 Module ResourceReport-Format-Universe-1.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-univ.c.
| int z_UniverseReport | ( | ODR | o, |
| Z_UniverseReport ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 31 of file z-univ.c.
References name, odr_choice(), ODR_CONTEXT, ODR_IMPLICIT, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, odr_arm::which, Z_UniverseReport_databaseHits, Z_UniverseReport_duplicate, z_UniverseReportDuplicate(), and z_UniverseReportHits().
Referenced by z_External().
| int z_UniverseReportDuplicate | ( | ODR | o, |
| Z_UniverseReportDuplicate ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 22 of file z-univ.c.
References name, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, and z_StringOrNumeric().
Referenced by z_UniverseReport().
| int z_UniverseReportHits | ( | ODR | o, |
| Z_UniverseReportHits ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 12 of file z-univ.c.
References name, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, and z_StringOrNumeric().
Referenced by z_UniverseReport().