|
YAZ 5.35.1
|
ASN.1 Module OCLCILLRequestExtension. More...
Go to the source code of this file.
Data Structures | |
| struct | ILL_OCLCILLRequestExtension |
| struct | ILL_SystemNo_s |
| struct | ILL_SystemNo |
Macros | |
| #define | ILL_System_dobis 1 |
| #define | ILL_System_candoc 2 |
| #define | ILL_System_oclc 3 |
| #define | ILL_System_rlin 4 |
| #define | ILL_System_utlas 5 |
| #define | ILL_System_other 6 |
Typedefs | |
| typedef struct ILL_OCLCILLRequestExtension | ILL_OCLCILLRequestExtension |
| typedef struct ILL_SystemNo_s | ILL_SystemNo_s |
| typedef struct ILL_SystemNo | ILL_SystemNo |
| typedef Odr_int | ILL_System |
| typedef ILL_String | ILL_RecordNo |
Functions | |
| int | ill_OCLCILLRequestExtension (ODR o, ILL_OCLCILLRequestExtension **p, int opt, const char *name) |
| int | ill_SystemNo_s (ODR o, ILL_SystemNo_s **p, int opt, const char *name) |
| int | ill_SystemNo (ODR o, ILL_SystemNo **p, int opt, const char *name) |
| int | ill_System (ODR o, ILL_System **p, int opt, const char *name) |
| int | ill_RecordNo (ODR o, ILL_RecordNo **p, int opt, const char *name) |
ASN.1 Module OCLCILLRequestExtension.
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file oclc-ill-req-ext.h.
| #define ILL_System_candoc 2 |
Definition at line 58 of file oclc-ill-req-ext.h.
| #define ILL_System_dobis 1 |
Definition at line 57 of file oclc-ill-req-ext.h.
| #define ILL_System_oclc 3 |
Definition at line 59 of file oclc-ill-req-ext.h.
| #define ILL_System_other 6 |
Definition at line 62 of file oclc-ill-req-ext.h.
| #define ILL_System_rlin 4 |
Definition at line 60 of file oclc-ill-req-ext.h.
| #define ILL_System_utlas 5 |
Definition at line 61 of file oclc-ill-req-ext.h.
| typedef struct ILL_OCLCILLRequestExtension ILL_OCLCILLRequestExtension |
Definition at line 16 of file oclc-ill-req-ext.h.
| typedef ILL_String ILL_RecordNo |
Definition at line 28 of file oclc-ill-req-ext.h.
| typedef Odr_int ILL_System |
Definition at line 25 of file oclc-ill-req-ext.h.
| typedef struct ILL_SystemNo ILL_SystemNo |
Definition at line 22 of file oclc-ill-req-ext.h.
| typedef struct ILL_SystemNo_s ILL_SystemNo_s |
Definition at line 19 of file oclc-ill-req-ext.h.
| int ill_OCLCILLRequestExtension | ( | ODR | o, |
| ILL_OCLCILLRequestExtension ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 12 of file oclc-ill-req-ext.c.
References ill_String(), name, ODR_CONTEXT, odr_explicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and opt.
| int ill_RecordNo | ( | ODR | o, |
| ILL_RecordNo ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 63 of file oclc-ill-req-ext.c.
References ill_String(), name, and opt.
Referenced by ill_SystemNo_s().
| int ill_System | ( | ODR | o, |
| ILL_System ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 58 of file oclc-ill-req-ext.c.
References name, odr_enum(), and opt.
Referenced by ill_SystemNo_s().
| int ill_SystemNo | ( | ODR | o, |
| ILL_SystemNo ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 46 of file oclc-ill-req-ext.c.
References odr::direction, ill_SystemNo_s(), name, ODR_DECODE, odr_initmember(), odr_missing(), odr_sequence_of(), and opt.
| int ill_SystemNo_s | ( | ODR | o, |
| ILL_SystemNo_s ** | p, | ||
| int | opt, | ||
| const char * | name | ||
| ) |
Definition at line 36 of file oclc-ill-req-ext.c.
References ill_RecordNo(), ill_System(), name, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and opt.
Referenced by ill_SystemNo().