Home
last modified time | relevance | path

Searched refs:LDAP_RES_ANY (Results 1 – 25 of 143) sorted by relevance

123456

/dports/dns/powerdns/pdns-4.5.2/modules/ldapbackend/
H A Dpowerldap.hh52 int waitResult(int msgid = LDAP_RES_ANY, LDAPMessage** result = NULL);
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/clients/tools/
H A Dldapcmp.c225 while ( (rc = ldap_result( ld1, LDAP_RES_ANY, 0, NULL, &res )) == in docompare()
247 while ( (rc = ldap_result( ld2, LDAP_RES_ANY, 0, NULL, &res )) == in docompare()
293 while ( (rc = ldap_result( ld2, LDAP_RES_ANY, 0, NULL, &res )) == in cmp2()
/dports/net/openldap25-server/openldap-2.5.9/clients/tools/
H A Dldapwhoami.c160 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
H A Dldapcompare.c303 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in docompare()
H A Dldapmodrdn.c279 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in domodrdn()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/examples/windows/winldap/
H A DLdapView.cpp169 while ( (rc = ldap_result( ld, LDAP_RES_ANY, 0, NULL, &res )) in showProperties()
H A Dwinldap.cpp290 while ( (rc = ldap_result( m_ld, LDAP_RES_ANY, 0, NULL, &res )) in OnFileSearch()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/examples/
H A Dppolicy.c174 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ONE, in main()
/dports/net/openldap25-client/openldap-2.5.9/clients/tools/
H A Dldapwhoami.c160 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
H A Dldapmodrdn.c279 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in domodrdn()
H A Dldapcompare.c303 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in docompare()
/dports/net/openldap26-client/openldap-2.6.0/clients/tools/
H A Dldapwhoami.c160 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
H A Dldapcompare.c303 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in docompare()
H A Dldapmodrdn.c279 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in domodrdn()
/dports/net/openldap26-server/openldap-2.6.0/clients/tools/
H A Dldapwhoami.c160 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
/dports/net/openldap24-server/openldap-2.4.59/clients/tools/
H A Dldapwhoami.c160 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
H A Dldapcompare.c303 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in docompare()
H A Dldapmodrdn.c279 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in domodrdn()
/dports/net/openldap24-client/openldap-2.4.59/clients/tools/
H A Dldapwhoami.c160 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
H A Dldapmodrdn.c279 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in domodrdn()
/dports/net/ldapsdk/mozldap-6.0.7/c-sdk/ldap/libraries/libldap/
H A Dresult.c201 if ( msgid == LDAP_RES_ANY || lm->lm_msgid == msgid ) { in check_response_queue()
329 if ( msgid != LDAP_RES_ANY && msgid != LDAP_RES_UNSOLICITED ) { in wait4msg()
807 if ( msgid == LDAP_RES_ANY || id == msgid ) { in read1msg()
1400 if( msgid == LDAP_RES_ANY ) {
/dports/mail/thunderbird/thunderbird-91.8.0/comm/ldap/c-sdk/libraries/libldap/
H A Dresult.c187 if (msgid == LDAP_RES_ANY || lm->lm_msgid == msgid) { in check_response_queue()
305 if (msgid != LDAP_RES_ANY && msgid != LDAP_RES_UNSOLICITED) { in wait4msg()
754 if (msgid == LDAP_RES_ANY || id == msgid) { in read1msg()
1303 if (msgid == LDAP_RES_ANY) {
/dports/net/openldap26-server/openldap-2.6.0/tests/progs/
H A Dslapd-auth.c225 while (( rc=ldap_result( sld, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res )) >0){ in my_task()
/dports/net/openldap25-client/openldap-2.5.9/tests/progs/
H A Dslapd-auth.c225 while (( rc=ldap_result( sld, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res )) >0){ in my_task()
/dports/net/openldap25-server/openldap-2.5.9/tests/progs/
H A Dslapd-auth.c225 while (( rc=ldap_result( sld, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res )) >0){ in my_task()

123456