Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c567 if ( (xbyte & LBER_BIG_TAG_MASK) != LBER_BIG_TAG_MASK ) { in get_tag()
1057 if ( (xbyte & LBER_BIG_TAG_MASK) != LBER_BIG_TAG_MASK ) { in get_buffer_tag()
H A Ddecode.c59 if ( (xbyte & LBER_BIG_TAG_MASK) != LBER_BIG_TAG_MASK ) in ber_get_tag()
/illumos-gate/usr/src/head/
H A Dlber.h66 #define LBER_BIG_TAG_MASK 0x1f macro