Searched refs:cstruct (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.sbin/ypldap/ |
H A D | ber.c | 48 int *cstruct); 986 get_id(struct ber *b, unsigned long *tag, int *class, int *cstruct) in get_id() argument 996 *cstruct = (u & BER_TYPE_CONSTRUCTED) == BER_TYPE_CONSTRUCTED; in get_id() 1071 int i, class, cstruct; in ber_read_element() local 1075 if ((r = get_id(ber, &type, &class, &cstruct)) == -1) in ber_read_element() 1078 class, type, cstruct ? "constructive" : "primitive"); in ber_read_element() 1100 if (cstruct) in ber_read_element()
|