IDZEBRA  2.2.7
Data Structures | Functions
attrfind.h File Reference
#include <yaz/yconfig.h>
#include <yaz/z-core.h>

Go to the source code of this file.

Data Structures

struct  AttrType
 

Functions

void attr_init_APT (AttrType *src, Z_AttributesPlusTerm *zapt, int type)
 
void attr_init_AttrList (AttrType *src, Z_AttributeList *list, int type)
 
int attr_find_ex (AttrType *src, const Odr_oid **attribute_set_oid, const char **string_value)
 
int attr_find (AttrType *src, const Odr_oid **attribute_set_oid)
 

Function Documentation

◆ attr_find()

int attr_find ( AttrType src,
const Odr_oid **  attribute_set_oid 
)

◆ attr_find_ex()

int attr_find_ex ( AttrType src,
const Odr_oid **  attribute_set_oid,
const char **  string_value 
)

◆ attr_init_APT()

void attr_init_APT ( AttrType src,
Z_AttributesPlusTerm *  zapt,
int  type 
)

◆ attr_init_AttrList()

void attr_init_AttrList ( AttrType src,
Z_AttributeList *  list,
int  type 
)