/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/ldap/ |
H A D | dlz_ldap_dynamic.c |
|
/netbsd-src/external/bsd/openldap/lib/libldap/ |
H A D | Makefile | 19 ldap_parse_reference.3 ldap_parse_result.3 ldap_result.3 \ 97 MLINKS+= ldap_result.3 ldap_msgfree.3 \ 98 ldap_result.3 ldap_msgtype.3 \ 99 ldap_result.3 ldap_msgid.3
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | search.c | 186 rc = ldap_result( ld, msgid, LDAP_MSG_ALL, timeout, res ); in ldap_pvt_search_s() 414 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, timeout, res ) == -1 || !*res ) in ldap_search_st() 444 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, res ) == -1 || !*res ) in ldap_search_s()
|
H A D | whoami.c | 96 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res ) { in ldap_whoami_s()
|
H A D | delete.c | 144 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res ) in ldap_delete_ext_s()
|
H A D | passwd.c | 164 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res ) { in ldap_passwd_s()
|
H A D | dds.c | 150 rc = ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *)NULL, &res ); in ldap_refresh_s()
|
H A D | compare.c | 181 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res ) in ldap_compare_ext_s()
|
H A D | modify.c | 227 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res ) in ldap_modify_ext_s()
|
H A D | add.c | 257 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res ) == -1 || !res ) in ldap_add_ext_s()
|
H A D | modrdn.c | 246 rc = ldap_result( ld, msgid, LDAP_MSG_ALL, NULL, &res ); in ldap_rename_s()
|
H A D | ldap_sync.c | 765 rc = ldap_result( ls->ls_ld, ls->ls_msgid, in ldap_sync_init() 884 rc = ldap_result( ls->ls_ld, ls->ls_msgid, in ldap_sync_poll()
|
H A D | sasl.c | 215 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, NULL, &result ) == -1 || !result ) { in ldap_sasl_bind_s() 541 if ( ldap_result( ld, msgid, LDAP_MSG_ALL, NULL, &result ) == -1 || !result ) { in ldap_sasl_interactive_bind_s()
|
H A D | vc.c | 318 if (ldap_result(ld, msgid, LDAP_MSG_ALL, (struct timeval *) NULL, &res) == -1 || !res) { in ldap_verify_credentials_s()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
H A D | extended.c | 203 if ( ldap_result( lc->lc_ld, msgid, LDAP_MSG_ALL, &tv, &res ) == -1 ) { in ldap_back_exop_passwd() 334 if ( ldap_result( lc->lc_ld, msgid, LDAP_MSG_ALL, &tv, &res ) == -1 ) { in ldap_back_exop_generic()
|
/netbsd-src/external/bsd/openldap/dist/clients/tools/ |
H A D | ldapvc.c | 383 if (ldap_result(ld, msgid, LDAP_MSG_ALL, NULL, &res) == -1 || !res) { in main() 427 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
|
H A D | ldapwhoami.c | 165 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
|
H A D | ldapcompare.c | 308 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in docompare()
|
H A D | ldapmodrdn.c | 284 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in domodrdn()
|
H A D | ldapexop.c | 227 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
|
H A D | ldappasswd.c | 327 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in main()
|
H A D | ldapdelete.c | 275 rc = ldap_result( ld, LDAP_RES_ANY, LDAP_MSG_ALL, &tv, &res ); in dodelete()
|
/netbsd-src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
H A D | LDAPRequest.cpp | 57 res=ldap_result(this->m_connection->getSessionHandle(), in getNextMessage()
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-ietf-ldapext-ldap-c-api-xx.txt | 159 26.4. Changes to ldap_result()....................................77 248 tiated. This id can be used in subsequent calls to ldap_result() to 1037 to the ldap_search_ext_s() or ldap_result() functions can be 1475 of the request in *msgidp. A subsequent call to ldap_result(), described 1480 sequent call to ldap_result(), described below, can be used to obtain 1730 of the request in *msgidp. A subsequent call to ldap_result(), described 1746 ldap_result(), described below, can be used to obtain the result of the 1876 of the request in *msgidp. A subsequent call to ldap_result(), described 1882 ldap_result(), described below, can be used to obtain the result of the 2026 of the request in *msgidp. A subsequent call to ldap_result(), described [all …]
|
/netbsd-src/external/bsd/openldap/dist/tests/progs/ |
H A D | slapd-auth.c | 230 while (( rc=ldap_result( sld, LDAP_RES_ANY, LDAP_MSG_ONE, NULL, &res )) >0){ in my_task()
|