Home
last modified time | relevance | path

Searched refs:resultMsg (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c874 resultMsg, in getDirBaseDN()
878 if (resultMsg) { in getDirBaseDN()
885 if (resultMsg) { in getDirBaseDN()
915 &resultMsg); in getDirBaseDN()
939 if (resultMsg) { in getDirBaseDN()
998 &resultMsg); in getDUAProfile()
1018 resultMsg, in getDUAProfile()
1022 if (resultMsg) { in getDUAProfile()
1430 &resultMsg); in __ns_ldap_getRootDSE()
1461 resultMsg, in __ns_ldap_getRootDSE()
[all …]
H A Dns_reads.c1952 cookie->resultMsg, in proc_result_referrals()
1998 cookie->resultMsg); in proc_search_references()
2214 &cookie->resultMsg); in clear_results()
2217 cookie->resultMsg = NULL; in clear_results()
2340 cookie->resultMsg = NULL; in search_state_machine()
2567 &cookie->resultMsg); in search_state_machine()
2575 cookie->resultMsg = NULL; in search_state_machine()
2662 cookie->resultMsg, in search_state_machine()
2672 cookie->resultMsg = NULL; in search_state_machine()
2688 &cookie->resultMsg); in search_state_machine()
[all …]
H A Dns_connect.c2343 LDAPMessage *resultMsg = NULL; in doSimpleBind() local
2379 ldap_rc = ldap_result(ld, msgId, 0, &tv, &resultMsg); in doSimpleBind()
2387 (void) ldap_msgfree(resultMsg); in doSimpleBind()
2397 ldap_rc = ldap_parse_result(ld, resultMsg, &errnum, NULL, in doSimpleBind()
2444 LDAPMessage *resultMsg; in doSASLBind() local
2523 &tv, &resultMsg); in doSASLBind()
2525 if (resultMsg == NULL) { in doSASLBind()
2542 ldap_rc = ldap_parse_result(ld, resultMsg, &errnum, NULL, in doSASLBind()
H A Dns_internal.h681 LDAPMessage *resultMsg; member
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c918 LDAPMessage *resultMsg, in process_ldap_config_result() argument
937 e = ldap_first_entry(ld, resultMsg); in process_ldap_config_result()
1046 LDAPMessage *resultMsg = NULL; in process_ldap_referral() local
1087 if (resultMsg != NULL) in process_ldap_referral()
1088 (void) ldap_msgfree(resultMsg); in process_ldap_referral()
1108 LDAPMessage *resultMsg, in process_ldap_referral_msg() argument
1176 LDAPMessage *resultMsg = NULL; in parse_ldap_config_dn_attrs() local
1219 ldap_config_attributes, 0, &resultMsg); in parse_ldap_config_dn_attrs()
1223 rc = process_ldap_referral_msg(ld, resultMsg, in parse_ldap_config_dn_attrs()
1237 if (resultMsg != NULL) in parse_ldap_config_dn_attrs()
[all …]