Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/ypldap/
H A Dber.c49 int *cstruct);
987 get_id(struct ber *b, unsigned long *tag, int *class, int *cstruct) in get_id() argument
997 *cstruct = (u & BER_TYPE_CONSTRUCTED) == BER_TYPE_CONSTRUCTED; in get_id()
1072 int i, class, cstruct; in ber_read_element() local
1076 if ((r = get_id(ber, &type, &class, &cstruct)) == -1) in ber_read_element()
1079 class, type, cstruct ? "constructive" : "primitive"); in ber_read_element()
1101 if (cstruct) in ber_read_element()