/titanic_50/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | rename.c | 225 if ( ldap_result( ld, msgid, 1, (struct timeval *) NULL, &res ) == -1 ) in ldap_rename_s() 241 if ( ldap_result( ld, msgid, 1, (struct timeval *) NULL, &res ) == -1 ) in ldap_modrdn2_s()
|
H A D | delete.c | 151 if ( ldap_result( ld, msgid, 1, (struct timeval *)NULL, &res ) == -1 ) { in ldap_delete_ext_s()
|
H A D | compare.c | 175 if ( ldap_result( ld, msgid, 1, (struct timeval *)NULL, &res ) in ldap_compare_ext_s()
|
H A D | add.c | 207 if ( ldap_result( ld, msgid, 1, (struct timeval *)NULL, &res ) == -1 ) { in ldap_add_ext_s()
|
H A D | modify.c | 208 if ( ldap_result( ld, msgid, 1, (struct timeval *)NULL, &res ) == -1 ) { in ldap_modify_ext_s()
|
H A D | sbind.c | 168 if ( ldap_result( ld, msgid, 1, (struct timeval *) 0, &result ) == -1 ) in ldap_simple_bind_s()
|
H A D | extendop.c | 159 if ( ldap_result( ld, msgid, 1, (struct timeval *) 0, &result ) in ldap_extended_operation_s()
|
H A D | saslbind.c | 199 if ( ldap_result( ld, msgid, 1, (struct timeval *) 0, &result ) == -1 ) in ldap_sasl_bind_s()
|
H A D | url.c | 505 if ( ldap_result( ld, msgid, 1, timeout, res ) == -1 ) { in ldap_url_search_st() 529 if ( ldap_result( ld, msgid, 1, (struct timeval *)NULL, res ) == -1 ) { in ldap_url_search_s()
|
H A D | digest_md5.c | 812 rc = ldap_result(ld, msgid, 1, timeout, &res); in ldap_x_sasl_digest_md5_bind() 832 rc = ldap_result(ld, msgid, 1, timeout, &res); in ldap_x_sasl_digest_md5_bind()
|
H A D | ufn.c | 474 *err = ldap_result( ld, msgid, 1, &tv, &tmpres ); in ldap_ufn_expand()
|
H A D | search.c | 1001 if ( ldap_result( ld, msgid, 1, localtimeoutp, res ) == -1 ) { in nsldapi_search_s()
|
/titanic_50/usr/src/lib/libnisdb/ |
H A D | ldap_op.c | 568 ret = ldap_result(ld, ret, 0, &tv, &msg); in ldapBind() 2157 stat = ldap_result((*lc)->ld, msgid, 0, &tv, &msg); in ldapModifyObjectClass() 2191 stat = ldap_result((*lc)->ld, msgid, 0, &tv, &msg); in ldapModifyObjectClass() 2250 stat = ldap_result(lc->ld, msgid, 0, &tv, &msg); in ldapModify() 2279 stat = ldap_result(lc->ld, msgid, 0, &tv, &msg); in ldapModify() 2322 stat = ldap_result(lc->ld, msgid, 0, &tv, &msg); in ldapModify() 2351 stat = ldap_result(lc->ld, msgid, 0, &tv, &msg); in ldapModify() 2556 stat = ldap_result(lc->ld, msgid, 0, &tv, &msg); in ldapAdd() 2583 stat = ldap_result(lc->ld, msgid, 0, &tv, &msg); in ldapAdd() 2664 stat = ldap_result(lc->ld, msgid, 0, &tv, &msg); in ldapChangeDN() [all …]
|
/titanic_50/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_handle.c | 60 st = ldap_result(ldap_server_handle->ldap_handle, ldap_server_handle->msgid,
|
/titanic_50/usr/src/lib/libldap5/ |
H A D | mapfile-vers | 185 ldap_result;
|
/titanic_50/usr/src/man/man3ldap/ |
H A D | Makefile | 55 ldap_result.3ldap \ 366 ldap_msgfree.3ldap := LINKSRC = ldap_result.3ldap
|
/titanic_50/usr/src/lib/libsldap/common/ |
H A D | ns_wrapper.c | 308 return (ldap_result(ld, msgid, all, timeout, result)); in _ns_ldap_result()
|
H A D | ns_connect.c | 1077 while (ldap_result(cp->ld, LDAP_RES_ANY, LDAP_MSG_ALL, in _DropConnection() 2379 ldap_rc = ldap_result(ld, msgId, 0, &tv, &resultMsg); in doSimpleBind()
|
/titanic_50/usr/src/cmd/sendmail/libsm/ |
H A D | mbdb.c | 548 ret = ldap_result(LDAPLMAP.ldap_ld, msgid, 1,
|
H A D | ldap.c | 661 while ((ret = ldap_result(lmap->ldap_ld, msgid, 0,
|
/titanic_50/usr/src/lib/libldap5/sources/ldap/ssldap/ |
H A D | clientinit.c | 880 rc = ldap_result( ld, msgid, 1, (struct timeval *) NULL, &res ); in ldapssl_tls_start_s()
|
/titanic_50/usr/src/cmd/ldap/common/ |
H A D | ldapsearch.c | 807 rc = ldap_result( ld, LDAP_RES_ANY, 1, NULL, &res ); 809 while ( (rc = ldap_result( ld, LDAP_RES_ANY, 0, NULL, &res )) !=
|
H A D | ldaptest.c | 651 if (( msgtype = ldap_result( ld, id, all, in main()
|
/titanic_50/usr/src/pkg/manifests/ |
H A D | system-library.man3ldap.inc | 51 file path=usr/share/man/man3ldap/ldap_result.3ldap 208 link path=usr/share/man/man3ldap/ldap_msgfree.3ldap target=ldap_result.3ldap
|
/titanic_50/usr/src/head/ |
H A D | ldap.h | 521 int LDAP_CALL ldap_result(LDAP *ld, int msgid, int all,
|