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

  /src/external/bsd/openldap/dist/clients/tools/
ldapwhoami.c 165 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
ldapcompare.c 308 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
ldapexop.c 227 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
ldapmodrdn.c 284 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
ldapdelete.c 275 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
ldappasswd.c 354 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
ldapvc.c 447 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res );
ldapsearch.c 1792 while ((rc = ldap_result( ld, LDAP_RES_ANY,
  /src/external/bsd/openldap/dist/libraries/libldap/
result.c 89 * ldap server. If msgid is LDAP_RES_ANY (-1), any message will be
155 if ( lm && msgid == LDAP_RES_ANY && all == LDAP_MSG_RECEIVED ) {
210 if ( msgid == LDAP_RES_ANY || lm->lm_msgid == msgid ) {
427 if ( lm && msgid == LDAP_RES_ANY ) {
1158 if ( msgid == LDAP_RES_ANY || id == msgid ) {
1159 if ( msgid == LDAP_RES_ANY && all == LDAP_MSG_RECEIVED ) {
  /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-read.c 328 rc = ldap_result( ld, LDAP_RES_ANY, 0, NULL, &res );
slapd-search.c 381 rc = ldap_result( ld, LDAP_RES_ANY, 0, NULL, &res );
slapd-bind.c 407 while ( ( rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res ) ) > 0 )
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/windows/
winldap.d 230 LDAP_RES_ANY = -1
  /src/external/bsd/openldap/dist/include/
ldap.h 554 #define LDAP_RES_ANY (-1)
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
meta_result.c 1526 rc = ldap_result( mc->mc_conns[i].msc_ldr, LDAP_RES_ANY, LDAP_MSG_RECEIVED, &tv, &msg );

Completed in 27 milliseconds