YAZ 5.37.0
z-acckrb1.h File Reference

ASN.1 Module AccessControlFormat-krb-1. More...

#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

Macros

#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)

Detailed Description

ASN.1 Module AccessControlFormat-krb-1.

Generated automatically by YAZ ASN.1 Compiler 0.4

Definition in file z-acckrb1.h.

Macro Definition Documentation

◆ Z_KRBObject_challenge

#define Z_KRBObject_challenge   1

Definition at line 35 of file z-acckrb1.h.

Referenced by z_KRBObject().

◆ Z_KRBObject_response

#define Z_KRBObject_response   2

Definition at line 36 of file z-acckrb1.h.

Referenced by z_KRBObject().

Typedef Documentation

◆ Z_KRBObject

typedef struct Z_KRBObject Z_KRBObject

Definition at line 16 of file z-acckrb1.h.

◆ Z_KRBRequest

typedef struct Z_KRBRequest Z_KRBRequest

Definition at line 19 of file z-acckrb1.h.

◆ Z_KRBResponse

typedef struct Z_KRBResponse Z_KRBResponse

Definition at line 22 of file z-acckrb1.h.

Function Documentation

◆ z_KRBObject()

int z_KRBObject ( ODR o,
Z_KRBObject ** p,
int opt,
const char * name )

◆ z_KRBRequest()

int z_KRBRequest ( ODR o,
Z_KRBRequest ** p,
int opt,
const char * name )

◆ z_KRBResponse()

int z_KRBResponse ( ODR o,
Z_KRBResponse ** p,
int opt,
const char * name )