Searched refs:resultMsg (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 849 LDAPMessage *resultMsg = NULL; local 857 attrs, 0, NULL, NULL, &tv, 0, &resultMsg); 867 if (resultMsg) { 868 (void) ldap_msgfree(resultMsg); 869 resultMsg = NULL; 878 resultMsg, 882 if (resultMsg) { 883 (void) ldap_msgfree(resultMsg); 884 resultMsg = NULL; 889 if (resultMsg) { 987 LDAPMessage *resultMsg = NULL; local 1391 LDAPMessage *resultMsg = NULL; local [all...] |
H A D | ns_reads.c | 1291 if (cookie->resultMsg == NULL) { 1296 cookie->resultMsg, cookie->i_flags, 2573 cookie->resultMsg, 2613 cookie->resultMsg); 2653 rc = ldap_parse_result(cookie->conn->ld, cookie->resultMsg, 2722 rc = ldap_parse_result(cookie->conn->ld, cookie->resultMsg, 2823 &cookie->search_timeout, &cookie->resultMsg); 2827 &cookie->resultMsg); 2829 if (rc != -1 && rc != 0 && cookie->resultMsg != NULL) { 2830 (void) ldap_msgfree(cookie->resultMsg); [all...] |
H A D | ns_connect.c | 703 LDAPMessage *resultMsg = NULL; local 738 "(objectclass=*)", attrs, 0, NULL, NULL, &tv, 0, &resultMsg); 740 (entry = ldap_first_entry(ld, resultMsg)) != NULL) { 797 if (resultMsg != NULL) 798 (void) ldap_msgfree(resultMsg); 2497 LDAPMessage *resultMsg = NULL; local 2538 ldap_rc = ldap_result(ld, msgId, 0, &tv, &resultMsg); 2546 (void) ldap_msgfree(resultMsg); 2556 ldap_rc = ldap_parse_result(ld, resultMsg, &errnum, NULL, 2620 LDAPMessage *resultMsg; local [all...] |
H A D | ns_internal.h | 773 LDAPMessage *resultMsg; member in struct:ns_ldap_cookie
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | nis_parse_ldap_conf.c | 646 LDAPMessage *resultMsg, 665 e = ldap_first_entry(ld, resultMsg); 733 errnum = ldap_result2error(ld, resultMsg, FALSE); 774 LDAPMessage *resultMsg = NULL; local 804 "objectclass=nisplusLDAPconfig", attrs, 0, &resultMsg); 813 rc = process_ldap_config_result(ld, resultMsg, proxy_info, 819 if (resultMsg != NULL) 820 (void) ldap_msgfree(resultMsg); 840 LDAPMessage *resultMsg, 853 rc = ldap_parse_result(ld, resultMsg, 644 process_ldap_config_result( LDAP *ld, LDAPMessage *resultMsg, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nisdb_table_mapping_t *table_info) argument 838 process_ldap_referral_msg( LDAP *ld, LDAPMessage *resultMsg, char **attrs, __nis_ldap_proxy_info *proxy_info, __nis_config_t *nis_config, __nis_table_mapping_t **table_mapping, __nis_config_info_t *config_info, __nisdb_table_mapping_t *table_info) argument 908 LDAPMessage *resultMsg = NULL; local [all...] |
Completed in 45 milliseconds