|
YAZ 5.35.1
|
ASN.1 Module UserInfoFormat-facet-1. More...
#include <yaz/z-facet-1.h>Go to the source code of this file.
Functions | |
| int | z_FacetList (ODR o, Z_FacetList **p, int opt, const char *name) |
| int | z_FacetField (ODR o, Z_FacetField **p, int opt, const char *name) |
| int | z_FacetTerm (ODR o, Z_FacetTerm **p, int opt, const char *name) |
ASN.1 Module UserInfoFormat-facet-1.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-facet-1.c.
| int z_FacetField | ( | ODR | o, |
| Z_FacetField ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 24 of file z-facet-1.c.
References name, ODR_CONTEXT, odr_implicit_settag(), odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_sequence_of(), opt, z_AttributeList(), and z_FacetTerm().
Referenced by z_FacetList().
| int z_FacetList | ( | ODR | o, |
| Z_FacetList ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 12 of file z-facet-1.c.
References odr::direction, name, ODR_DECODE, odr_initmember(), odr_missing(), odr_sequence_of(), opt, and z_FacetField().
Referenced by z_External().
| int z_FacetTerm | ( | ODR | o, |
| Z_FacetTerm ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 37 of file z-facet-1.c.
References name, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, and z_Term().
Referenced by z_FacetField().