#include <yaz/odr.h>
#include <yaz/z-core.h>
Go to the source code of this file.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file zes-exps.h.
| #define Z_ESDestination_emailAddress 4 |
| #define Z_ESDestination_faxNumber 2 |
| #define Z_ESDestination_ftamAddress 7 |
| #define Z_ESDestination_ftpAddress 6 |
| #define Z_ESDestination_other 9 |
| #define Z_ESDestination_pagerNumber 5 |
| #define Z_ESDestination_phoneNumber 1 |
| #define Z_ESDestination_printerAddress 8 |
| #define Z_ESDestination_x400address 3 |
| #define Z_ESExportSpecification_esRequest 1 |
| #define Z_ESExportSpecification_taskPackage 2 |
| typedef struct Z_ESDestination Z_ESDestination |
Definition at line 31 of file zes-exps.h.
| typedef struct Z_ESDestinationOther Z_ESDestinationOther |
Definition at line 28 of file zes-exps.h.
| typedef struct Z_ESExportSpecification Z_ESExportSpecification |
Definition at line 22 of file zes-exps.h.
| typedef struct Z_ESExportSpecificationEsRequest Z_ESExportSpecificationEsRequest |
Definition at line 16 of file zes-exps.h.
Definition at line 19 of file zes-exps.h.
| typedef struct Z_ESOriginPartToKeep Z_ESOriginPartToKeep |
Definition at line 25 of file zes-exps.h.
| int z_ESDestination | ( | ODR | o, | |
| Z_ESDestination ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 75 of file zes-exps.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, Z_ESDestination_emailAddress, Z_ESDestination_faxNumber, Z_ESDestination_ftamAddress, Z_ESDestination_ftpAddress, Z_ESDestination_other, Z_ESDestination_pagerNumber, Z_ESDestination_phoneNumber, Z_ESDestination_printerAddress, Z_ESDestination_x400address, z_ESDestinationOther(), and z_InternationalString().
Referenced by z_ESOriginPartToKeep(), and z_PQSOriginPartToKeep().
| int z_ESDestinationOther | ( | ODR | o, | |
| Z_ESDestinationOther ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 63 of file zes-exps.c.
References odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and z_InternationalString().
Referenced by z_ESDestination().
| int z_ESExportSpecification | ( | ODR | o, | |
| Z_ESExportSpecification ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 33 of file zes-exps.c.
References odr::direction, odr_choice(), ODR_CONTEXT, ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, Z_ESExportSpecification_esRequest, Z_ESExportSpecification_taskPackage, z_ESExportSpecificationEsRequest(), and z_ESExportSpecificationTaskPackage().
Referenced by z_EIOriginPartToKeep(), and z_PQSOriginPartToKeep().
| int z_ESExportSpecificationEsRequest | ( | ODR | o, | |
| Z_ESExportSpecificationEsRequest ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 9 of file zes-exps.c.
References ODR_CONTEXT, odr_explicit_tag, odr_implicit_tag, odr_missing(), odr_null(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and z_ESOriginPartToKeep().
Referenced by z_ESExportSpecification().
| int z_ESExportSpecificationTaskPackage | ( | ODR | o, | |
| Z_ESExportSpecificationTaskPackage ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 21 of file zes-exps.c.
References ODR_CONTEXT, odr_explicit_tag, odr_implicit_tag, odr_missing(), odr_null(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and z_ESOriginPartToKeep().
Referenced by z_ESExportSpecification().
| int z_ESOriginPartToKeep | ( | ODR | o, | |
| Z_ESOriginPartToKeep ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 51 of file zes-exps.c.
References odr_explicit_tag, odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), z_CompSpec(), and z_ESDestination().
Referenced by z_ESExportSpecificationEsRequest(), and z_ESExportSpecificationTaskPackage().
1.5.6