Home
last modified time | relevance | path

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

/openbsd/lib/libutil/
H A Dber.c46 int *cstruct);
1172 get_id(struct ber *b, unsigned int *tag, int *class, int *cstruct) in get_id() argument
1182 *cstruct = (u & BER_TYPE_CONSTRUCTED) == BER_TYPE_CONSTRUCTED; in get_id()
1272 int i, class, cstruct, elements = 0; in ober_read_element() local
1276 if ((r = get_id(ber, &type, &class, &cstruct)) == -1) in ober_read_element()
1279 class, type, cstruct ? "constructed" : "primitive"); in ober_read_element()
1293 if (cstruct) { in ober_read_element()
1312 if (cstruct) in ober_read_element()