YAZ  5.34.0
Data Structures | Typedefs | Functions
z-facet-1.h File Reference

ASN.1 Module UserInfoFormat-facet-1. More...

#include <yaz/odr.h>
#include <yaz/z-core.h>

Go to the source code of this file.

Data Structures

struct  Z_FacetList
 
struct  Z_FacetField
 
struct  Z_FacetTerm
 

Typedefs

typedef struct Z_FacetList Z_FacetList
 
typedef struct Z_FacetField Z_FacetField
 
typedef struct Z_FacetTerm Z_FacetTerm
 

Functions

int z_FacetList (ODR o, Z_FacetList **p, int opt, const char *name)
 
int z_FacetField (ODR o, Z_FacetField **p, int opt, const char *name)
 
int z_FacetTerm (ODR o, Z_FacetTerm **p, int opt, const char *name)
 

Detailed Description

ASN.1 Module UserInfoFormat-facet-1.

Generated automatically by YAZ ASN.1 Compiler 0.4

Definition in file z-facet-1.h.

Typedef Documentation

◆ Z_FacetField

typedef struct Z_FacetField Z_FacetField

Definition at line 17 of file z-facet-1.h.

◆ Z_FacetList

typedef struct Z_FacetList Z_FacetList

Definition at line 1 of file z-facet-1.h.

◆ Z_FacetTerm

typedef struct Z_FacetTerm Z_FacetTerm

Definition at line 20 of file z-facet-1.h.

Function Documentation

◆ z_FacetField()

int z_FacetField ( ODR  o,
Z_FacetField **  p,
int  opt,
const char *  name 
)

◆ z_FacetList()

int z_FacetList ( ODR  o,
Z_FacetList **  p,
int  opt,
const char *  name 
)

Definition at line 12 of file z-facet-1.c.

References odr::direction, name, ODR_DECODE, odr_initmember(), odr_missing(), odr_sequence_of(), opt, and z_FacetField().

Referenced by z_External().

◆ z_FacetTerm()

int z_FacetTerm ( ODR  o,
Z_FacetTerm **  p,
int  opt,
const char *  name 
)

Definition at line 37 of file z-facet-1.c.

References name, odr_integer(), odr_missing(), odr_ok, odr_sequence_begin(), odr_sequence_end(), opt, and z_Term().

Referenced by z_FacetField().