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

  /src/external/bsd/openldap/dist/tests/progs/
slapd-auth.c 230 while (( rc=ldap_result( sld, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res )) >0){
slapd-bind.c 407 while ( ( rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res ) ) > 0 )
  /src/external/bsd/openldap/dist/libraries/libldap/
result.c 92 * with msgid. If all is LDAP_MSG_ONE (0) the first message with id
213 if ( all == LDAP_MSG_ONE ||
239 if ( all == LDAP_MSG_ONE && lm->lm_chain != NULL ) {
1162 } else if ( all == LDAP_MSG_ONE
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
search.c 322 for ( rc = -2; rc != -1; rc = ldap_result( lc->lc_ld, msgid, LDAP_MSG_ONE, &tv, &res ) )
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 234 LDAP_MSG_ONE,
  /src/external/bsd/openldap/dist/clients/tools/
ldapsearch.c 1793 sortattr ? LDAP_MSG_ALL : LDAP_MSG_ONE,
  /src/external/bsd/openldap/dist/include/
ldap.h 809 #define LDAP_MSG_ONE 0x00
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-ldap.c 1507 rc = ldap_result(HDB2LDAP(db), msgid, LDAP_MSG_ONE, NULL, &e);
  /src/external/bsd/openldap/dist/servers/slapd/
syncrepl.c 1367 while ( ( rc = ldap_result( si->si_ld, si->si_msgid, LDAP_MSG_ONE,

Completed in 25 milliseconds