#include <yaz/odr.h>
#include <yaz/z-exp.h>
Go to the source code of this file.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-charneg.h.
| #define Z_CharSetandLanguageNegotiation_proposal 1 |
Definition at line 65 of file z-charneg.h.
Referenced by yaz_set_proposal_charneg(), and z_CharSetandLanguageNegotiation().
| #define Z_CharSetandLanguageNegotiation_response 2 |
Definition at line 66 of file z-charneg.h.
Referenced by yaz_set_response_charneg(), and z_CharSetandLanguageNegotiation().
| #define Z_Environment_eightBit 2 |
| #define Z_Environment_sevenBit 1 |
| #define Z_Iso2022_originProposal 1 |
| #define Z_Iso2022_targetResponse 2 |
| #define Z_LeftAndRight_g0 0 |
Definition at line 170 of file z-charneg.h.
| #define Z_LeftAndRight_g1 1 |
Definition at line 175 of file z-charneg.h.
| #define Z_LeftAndRight_g1 1 |
Definition at line 175 of file z-charneg.h.
| #define Z_LeftAndRight_g2 2 |
Definition at line 176 of file z-charneg.h.
| #define Z_LeftAndRight_g2 2 |
Definition at line 176 of file z-charneg.h.
| #define Z_LeftAndRight_g3 3 |
Definition at line 177 of file z-charneg.h.
| #define Z_LeftAndRight_g3 3 |
Definition at line 177 of file z-charneg.h.
| #define Z_OriginProposal_0_iso10646 2 |
Definition at line 77 of file z-charneg.h.
Referenced by yaz_get_proposal_charneg(), and z_OriginProposal_0().
| #define Z_OriginProposal_0_iso2022 1 |
| #define Z_OriginProposal_0_private 3 |
Definition at line 78 of file z-charneg.h.
Referenced by yaz_get_proposal_charneg(), and z_OriginProposal_0().
| #define Z_PrivateCharacterSet_externallySpecified 2 |
Definition at line 118 of file z-charneg.h.
Referenced by yaz_get_proposal_charneg(), yaz_get_response_charneg(), and z_PrivateCharacterSet().
| #define Z_PrivateCharacterSet_previouslyAgreedUpon 3 |
| #define Z_PrivateCharacterSet_viaOid 1 |
| #define Z_TargetResponse_iso10646 2 |
Definition at line 98 of file z-charneg.h.
Referenced by yaz_get_response_charneg(), and z_TargetResponse().
| #define Z_TargetResponse_iso2022 1 |
| #define Z_TargetResponse_none 4 |
| #define Z_TargetResponse_private 3 |
Definition at line 99 of file z-charneg.h.
Referenced by yaz_get_response_charneg(), and z_TargetResponse().
| typedef struct Z_CharSetandLanguageNegotiation Z_CharSetandLanguageNegotiation |
Definition at line 16 of file z-charneg.h.
| typedef struct Z_Environment Z_Environment |
Definition at line 43 of file z-charneg.h.
| typedef struct Z_InitialSet Z_InitialSet |
Definition at line 46 of file z-charneg.h.
| typedef struct Z_Iso10646 Z_Iso10646 |
Definition at line 52 of file z-charneg.h.
Definition at line 40 of file z-charneg.h.
| typedef struct Z_Iso2022OriginProposal Z_Iso2022OriginProposal |
Definition at line 34 of file z-charneg.h.
| typedef struct Z_Iso2022TargetResponse Z_Iso2022TargetResponse |
Definition at line 37 of file z-charneg.h.
| typedef struct Z_LeftAndRight Z_LeftAndRight |
Definition at line 49 of file z-charneg.h.
| typedef struct Z_OriginProposal Z_OriginProposal |
Definition at line 22 of file z-charneg.h.
| typedef struct Z_OriginProposal_0 Z_OriginProposal_0 |
Definition at line 19 of file z-charneg.h.
| typedef struct Z_PrivateCharacterSet Z_PrivateCharacterSet |
Definition at line 31 of file z-charneg.h.
| typedef struct Z_PrivateCharacterSetViaOid Z_PrivateCharacterSetViaOid |
Definition at line 28 of file z-charneg.h.
| typedef struct Z_TargetResponse Z_TargetResponse |
Definition at line 25 of file z-charneg.h.
| int z_CharSetandLanguageNegotiation | ( | ODR | o, | |
| Z_CharSetandLanguageNegotiation ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 9 of file z-charneg.c.
References odr::direction, odr_choice(), ODR_CONTEXT, ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, Z_CharSetandLanguageNegotiation_proposal, Z_CharSetandLanguageNegotiation_response, z_OriginProposal(), and z_TargetResponse().
Referenced by z_External().
| int z_Environment | ( | ODR | o, | |
| Z_Environment ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 174 of file z-charneg.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_null(), odr_arm::which, Z_Environment_eightBit, and Z_Environment_sevenBit.
Referenced by z_Iso2022OriginProposal(), and z_Iso2022TargetResponse().
| int z_InitialSet | ( | ODR | o, | |
| Z_InitialSet ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 192 of file z-charneg.c.
References odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), and odr_sequence_end().
Referenced by z_Iso2022OriginProposal(), and z_Iso2022TargetResponse().
| int z_Iso10646 | ( | ODR | o, | |
| Z_Iso10646 ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 224 of file z-charneg.c.
References odr_implicit_tag, odr_missing(), odr_oid(), odr_ok, odr_sequence_begin(), and odr_sequence_end().
Referenced by z_OriginProposal_0(), and z_TargetResponse().
Definition at line 156 of file z-charneg.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, Z_Iso2022_originProposal, Z_Iso2022_targetResponse, z_Iso2022OriginProposal(), and z_Iso2022TargetResponse().
Referenced by z_OriginProposal_0(), and z_TargetResponse().
| int z_Iso2022OriginProposal | ( | ODR | o, | |
| Z_Iso2022OriginProposal ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 121 of file z-charneg.c.
References odr_explicit_tag, odr_implicit_settag(), odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_sequence_of(), z_Environment(), z_InitialSet(), and z_LeftAndRight().
Referenced by z_Iso2022().
| int z_Iso2022TargetResponse | ( | ODR | o, | |
| Z_Iso2022TargetResponse ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 139 of file z-charneg.c.
References odr_explicit_tag, odr_implicit_settag(), odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_sequence_of(), z_Environment(), z_InitialSet(), and z_LeftAndRight().
Referenced by z_Iso2022().
| int z_LeftAndRight | ( | ODR | o, | |
| Z_LeftAndRight ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 212 of file z-charneg.c.
References odr_implicit_tag, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), and odr_sequence_end().
Referenced by z_Iso2022OriginProposal(), and z_Iso2022TargetResponse().
| int z_OriginProposal | ( | ODR | o, | |
| Z_OriginProposal ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 47 of file z-charneg.c.
References odr_bool(), odr_implicit_settag(), odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_sequence_of(), z_LanguageCode(), and z_OriginProposal_0().
Referenced by z_CharSetandLanguageNegotiation().
| int z_OriginProposal_0 | ( | ODR | o, | |
| Z_OriginProposal_0 ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 27 of file z-charneg.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_EXPLICIT, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, z_Iso10646(), z_Iso2022(), Z_OriginProposal_0_iso10646, Z_OriginProposal_0_iso2022, Z_OriginProposal_0_private, and z_PrivateCharacterSet().
Referenced by z_OriginProposal().
| int z_PrivateCharacterSet | ( | ODR | o, | |
| Z_PrivateCharacterSet ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 101 of file z-charneg.c.
References odr::direction, odr_choice(), ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_null(), odr_arm::which, z_External(), Z_PrivateCharacterSet_externallySpecified, Z_PrivateCharacterSet_previouslyAgreedUpon, Z_PrivateCharacterSet_viaOid, and z_PrivateCharacterSetViaOid().
Referenced by z_OriginProposal_0(), and z_TargetResponse().
| int z_PrivateCharacterSetViaOid | ( | ODR | o, | |
| Z_PrivateCharacterSetViaOid ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 89 of file z-charneg.c.
References odr::direction, ODR_DECODE, odr_initmember(), odr_missing(), odr_oid(), and odr_sequence_of().
Referenced by z_PrivateCharacterSet().
| int z_TargetResponse | ( | ODR | o, | |
| Z_TargetResponse ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 63 of file z-charneg.c.
References odr_bool(), odr_choice(), odr_constructed_begin(), odr_constructed_end(), ODR_EXPLICIT, ODR_IMPLICIT, odr_implicit_tag, odr_missing(), odr_null(), odr_ok, odr_sequence_begin(), odr_sequence_end(), odr_arm::which, z_Iso10646(), z_Iso2022(), z_LanguageCode(), z_PrivateCharacterSet(), Z_TargetResponse_iso10646, Z_TargetResponse_iso2022, Z_TargetResponse_none, and Z_TargetResponse_private.
Referenced by z_CharSetandLanguageNegotiation().
1.5.6