|
YAZ 5.35.1
|
ASN.1 Module UserInfoFormat-facet-1. More...
Go to the source code of this file.
Data Structures | |
| struct | Z_FacetList |
| struct | Z_FacetField |
| struct | Z_FacetTerm |
Typedefs | |
| typedef struct Z_FacetList | Z_FacetList |
| typedef struct Z_FacetField | Z_FacetField |
| typedef struct Z_FacetTerm | Z_FacetTerm |
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.h.
| typedef struct Z_FacetField Z_FacetField |
Definition at line 19 of file z-facet-1.h.
| typedef struct Z_FacetList Z_FacetList |
Definition at line 16 of file z-facet-1.h.
| typedef struct Z_FacetTerm Z_FacetTerm |
Definition at line 22 of file z-facet-1.h.
| 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().