Home
last modified time | relevance | path

Searched refs:odr_ber_tag (Results 1 – 3 of 3) sorted by relevance

/dports/net/yaz/yaz-5.31.1/src/
H A Dber_tag.c37 struct Odr_ber_tag *odr_ber_tag = &o->op->odr_ber_tag; in ber_tag() local
49 odr_ber_tag->lclass = -1; in ber_tag()
76 if (odr_ber_tag->lclass < 0) in ber_tag()
78 if ((odr_ber_tag->br = in ber_tag()
79 ber_dectag(o->op->bp, &odr_ber_tag->lclass, in ber_tag()
80 &odr_ber_tag->ltag, &odr_ber_tag->lcons, in ber_tag()
88 if (zclass == odr_ber_tag->lclass && tag == odr_ber_tag->ltag) in ber_tag()
90 o->op->bp += odr_ber_tag->br; in ber_tag()
91 *constructed = odr_ber_tag->lcons; in ber_tag()
92 odr_ber_tag->lclass = -1; in ber_tag()
H A Dodr-priv.h97 struct Odr_ber_tag odr_ber_tag; /** used by ber_tag */ member
H A Dodr.c218 o->op->odr_ber_tag.lclass = -1; in odr_createmem()