#include <yaz/odr.h>
#include <yaz/z-core.h>
#include <yaz/zes-exps.h>
Go to the source code of this file.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file zes-expi.h.
| #define Z_EIExportInvocation_esRequest 1 |
| #define Z_EIExportInvocation_taskPackage 2 |
| #define Z_EIOriginPartNotToKeep_all 1 |
| #define Z_EIOriginPartNotToKeep_ranges 2 |
| #define Z_EIOriginPartToKeep_packageName 1 |
| #define Z_EIOriginPartToKeep_packageSpec 2 |
| typedef struct Z_EIExportInvocation Z_EIExportInvocation |
Definition at line 23 of file zes-expi.h.
| typedef struct Z_EIExportInvocationEsRequest Z_EIExportInvocationEsRequest |
Definition at line 17 of file zes-expi.h.
| typedef struct Z_EIExportInvocationTaskPackage Z_EIExportInvocationTaskPackage |
Definition at line 20 of file zes-expi.h.
| typedef struct Z_EIOriginPartNotToKeep Z_EIOriginPartNotToKeep |
Definition at line 35 of file zes-expi.h.
| typedef struct Z_EIOriginPartNotToKeepRanges Z_EIOriginPartNotToKeepRanges |
Definition at line 32 of file zes-expi.h.
| typedef struct Z_EIOriginPartNotToKeepRanges_s Z_EIOriginPartNotToKeepRanges_s |
Definition at line 29 of file zes-expi.h.
| typedef struct Z_EIOriginPartToKeep Z_EIOriginPartToKeep |
Definition at line 26 of file zes-expi.h.
| typedef struct Z_EITargetPart Z_EITargetPart |
Definition at line 38 of file zes-expi.h.
| int z_EIExportInvocation | ( | ODR | o, | |
| Z_EIExportInvocation ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 33 of file zes-expi.c.
References odr::direction, odr_choice(), ODR_CONTEXT, ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, Z_EIExportInvocation_esRequest, Z_EIExportInvocation_taskPackage, z_EIExportInvocationEsRequest(), and z_EIExportInvocationTaskPackage().
| int z_EIExportInvocationEsRequest | ( | ODR | o, | |
| Z_EIExportInvocationEsRequest ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 9 of file zes-expi.c.
References ODR_CONTEXT, odr_explicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), z_EIOriginPartNotToKeep(), and z_EIOriginPartToKeep().
Referenced by z_EIExportInvocation().
| int z_EIExportInvocationTaskPackage | ( | ODR | o, | |
| Z_EIExportInvocationTaskPackage ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 21 of file zes-expi.c.
References ODR_CONTEXT, odr_explicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), z_EIOriginPartToKeep(), and z_EITargetPart().
Referenced by z_EIExportInvocation().
| int z_EIOriginPartNotToKeep | ( | ODR | o, | |
| Z_EIOriginPartNotToKeep ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 95 of file zes-expi.c.
References odr_choice(), odr_constructed_begin(), odr_constructed_end(), ODR_IMPLICIT, odr_implicit_tag, odr_missing(), odr_null(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_arm::which, Z_EIOriginPartNotToKeep_all, Z_EIOriginPartNotToKeep_ranges, z_EIOriginPartNotToKeepRanges(), and z_InternationalString().
Referenced by z_EIExportInvocationEsRequest().
| int z_EIOriginPartNotToKeepRanges | ( | ODR | o, | |
| Z_EIOriginPartNotToKeepRanges ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 83 of file zes-expi.c.
References odr::direction, ODR_DECODE, odr_initmember(), odr_missing(), odr_sequence_of(), and z_EIOriginPartNotToKeepRanges_s().
Referenced by z_EIOriginPartNotToKeep().
| int z_EIOriginPartNotToKeepRanges_s | ( | ODR | o, | |
| Z_EIOriginPartNotToKeepRanges_s ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 71 of file zes-expi.c.
References odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), and odr_sequence_end().
Referenced by z_EIOriginPartNotToKeepRanges().
| int z_EIOriginPartToKeep | ( | ODR | o, | |
| Z_EIOriginPartToKeep ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 51 of file zes-expi.c.
References odr_choice(), odr_constructed_begin(), odr_constructed_end(), ODR_EXPLICIT, ODR_IMPLICIT, odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_arm::which, Z_EIOriginPartToKeep_packageName, Z_EIOriginPartToKeep_packageSpec, z_ESExportSpecification(), and z_InternationalString().
Referenced by z_EIExportInvocationEsRequest(), and z_EIExportInvocationTaskPackage().
| int z_EITargetPart | ( | ODR | o, | |
| Z_EITargetPart ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 115 of file zes-expi.c.
References odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and z_IntUnit().
Referenced by z_EIExportInvocationTaskPackage().
1.5.6