#include <yaz/odr.h>
#include <yaz/z-core.h>
Go to the source code of this file.
Data Structures | |
| struct | Z_KRBObject |
| struct | Z_KRBRequest |
| struct | Z_KRBResponse |
Defines | |
| #define | Z_KRBObject_challenge 1 |
| #define | Z_KRBObject_response 2 |
Typedefs | |
| typedef struct Z_KRBObject | Z_KRBObject |
| typedef struct Z_KRBRequest | Z_KRBRequest |
| typedef struct Z_KRBResponse | Z_KRBResponse |
Functions | |
| int | z_KRBObject (ODR o, Z_KRBObject **p, int opt, const char *name) |
| int | z_KRBRequest (ODR o, Z_KRBRequest **p, int opt, const char *name) |
| int | z_KRBResponse (ODR o, Z_KRBResponse **p, int opt, const char *name) |
Generated automatically by YAZ ASN.1 Compiler 0.4
Definition in file z-acckrb1.h.
| #define Z_KRBObject_challenge 1 |
| #define Z_KRBObject_response 2 |
| typedef struct Z_KRBObject Z_KRBObject |
Definition at line 16 of file z-acckrb1.h.
| typedef struct Z_KRBRequest Z_KRBRequest |
Definition at line 19 of file z-acckrb1.h.
| typedef struct Z_KRBResponse Z_KRBResponse |
Definition at line 22 of file z-acckrb1.h.
| int z_KRBObject | ( | ODR | o, | |
| Z_KRBObject ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 9 of file z-acckrb1.c.
References odr::direction, odr_choice(), ODR_CONTEXT, ODR_DECODE, ODR_IMPLICIT, odr_initmember(), odr_missing(), odr_arm::which, Z_KRBObject_challenge, Z_KRBObject_response, z_KRBRequest(), and z_KRBResponse().
Referenced by z_External().
| int z_KRBRequest | ( | ODR | o, | |
| Z_KRBRequest ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 27 of file z-acckrb1.c.
References odr_implicit_tag, odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and z_InternationalString().
Referenced by z_KRBObject().
| int z_KRBResponse | ( | ODR | o, | |
| Z_KRBResponse ** | p, | |||
| int | opt, | |||
| const char * | name | |||
| ) |
Definition at line 41 of file z-acckrb1.c.
References odr_implicit_tag, odr_missing(), odr_octetstring(), odr_ok, odr_sequence_begin(), odr_sequence_end(), and z_InternationalString().
Referenced by z_KRBObject().
1.5.6