Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Ddisptmpl.h118 #define LDAP_GET_SYN_TYPE( syid ) ((syid) & 0xFF000000UL ) macro
/illumos-gate/usr/src/cmd/ldap/common/
H A Dtmpltest.c207 syn_type[ LDAP_GET_SYN_TYPE( colp->ti_syntaxid ) >> 24 ], in dump_tmpl()
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dtmplout.c336 if ( show && LDAP_GET_SYN_TYPE( colp->ti_syntaxid ) in do_entry2text()
636 switch( LDAP_GET_SYN_TYPE( syntaxid )) { in do_vals2text()
/illumos-gate/usr/src/head/
H A Dldap.h393 #define LDAP_GET_SYN_TYPE(syid) ((syid) & 0xFF000000UL) macro