HomeSort by: relevance | last modified time | path
    Searched refs:LDAP_TAG_CONTROLS (Results 1 - 9 of 9) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
controls.c 129 if( ber_printf( ber, "t{"/*}*/, LDAP_TAG_CONTROLS ) == -1 ) {
173 if(( tag = ber_peek_tag( ber, &len )) != LDAP_TAG_CONTROLS ) {
  /src/external/bsd/openldap/dist/servers/lloadd/
client.c 311 LDAP_TAG_CONTROLS,
324 LDAP_TAG_CONTROLS, BER_BV_OPTIONAL( &op->o_ctrls ) );
bind.c 105 LDAP_TAG_CONTROLS, BER_BV_OPTIONAL( &op->o_ctrls ) );
988 LDAP_TAG_CONTROLS, BER_BV_OPTIONAL( &controls ) );
upstream.c 91 if ( tag == LDAP_TAG_CONTROLS ) {
111 LDAP_TAG_CONTROLS, BER_BV_OPTIONAL( &controls ) );
operation.c 191 if ( tag == LDAP_TAG_CONTROLS ) {
  /src/external/bsd/openldap/dist/servers/slapd/
txn.c 147 ber_printf( ber, "{it{", tr->tr_msgid, LDAP_TAG_CONTROLS );
controls.c 773 return get_ctrls2( op, rs, sendres, LDAP_TAG_CONTROLS );
result.c 503 rc = ber_printf( ber, "t{"/*}*/, LDAP_TAG_CONTROLS );
  /src/external/bsd/openldap/dist/include/
ldap.h 510 #define LDAP_TAG_CONTROLS ((ber_tag_t) 0xa0U) /* context specific + constructed + 0 */

Completed in 48 milliseconds