Searched refs:resultMsg (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 848 LDAPMessage *resultMsg = NULL; in getDirBaseDN() local 855 attrs, 0, NULL, NULL, &tv, 0, &resultMsg); in getDirBaseDN() 865 if (resultMsg) { in getDirBaseDN() 866 (void) ldap_msgfree(resultMsg); in getDirBaseDN() 867 resultMsg = NULL; in getDirBaseDN() 874 resultMsg, in getDirBaseDN() 878 if (resultMsg) { in getDirBaseDN() 879 (void) ldap_msgfree(resultMsg); in getDirBaseDN() 880 resultMsg = NULL; in getDirBaseDN() 885 if (resultMsg) { in getDirBaseDN() [all …]
|
H A D | ns_reads.c | 820 if (cookie->resultMsg == NULL) { in __s_api_getEntry() 824 cookie->resultMsg, cookie->i_flags, in __s_api_getEntry() 1952 cookie->resultMsg, in proc_result_referrals() 1998 cookie->resultMsg); in proc_search_references() 2043 rc = ldap_parse_result(cookie->conn->ld, cookie->resultMsg, in multi_result() 2113 rc = ldap_parse_result(cookie->conn->ld, cookie->resultMsg, in multi_result() 2214 &cookie->resultMsg); in clear_results() 2215 if (rc != -1 && rc != 0 && cookie->resultMsg != NULL) { in clear_results() 2216 (void) ldap_msgfree(cookie->resultMsg); in clear_results() 2217 cookie->resultMsg = NULL; in clear_results() [all …]
|
H A D | ns_connect.c | 2343 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 D | ns_internal.h | 681 LDAPMessage *resultMsg; member
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 918 LDAPMessage *resultMsg, in process_ldap_config_result() argument 937 e = ldap_first_entry(ld, resultMsg); in process_ldap_config_result() 1005 errnum = ldap_result2error(ld, resultMsg, FALSE); in process_ldap_config_result() 1046 LDAPMessage *resultMsg = NULL; in process_ldap_referral() local 1072 "objectclass=nisplusLDAPconfig", attrs, 0, &resultMsg); in process_ldap_referral() 1081 rc = process_ldap_config_result(ld, resultMsg, proxy_info, in process_ldap_referral() 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 1121 rc = ldap_parse_result(ld, resultMsg, &errCode, NULL, NULL, &referralsp, in process_ldap_referral_msg() [all …]
|