Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dldaprot.h75 #define LDAP_TAG_CONTROLS 0xa0L /* context specific + constructed + 0 */ macro
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dcontrol.c70 if ( ber_printf( ber, "t{", LDAP_TAG_CONTROLS ) == -1 ) { in nsldapi_put_controls()
163 if (( tag = ber_peek_tag( ber, &len )) != LDAP_TAG_CONTROLS ) { in nsldapi_get_controls()
/illumos-gate/usr/src/head/
H A Dldap.h1090 #define LDAP_TAG_CONTROLS 0xa0 /* context specific + constructed + 0 */ macro