Home
last modified time | relevance | path

Searched refs:config_struct (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_standalone.c1109 ns_config_t *config_struct = __s_api_create_config(); in __ns_ldap_getConnectionInfoFromDUA() local
1117 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA()
1124 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA()
1128 if (config_struct == NULL) { in __ns_ldap_getConnectionInfoFromDUA()
1145 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SERVERS_P, buffer, in __ns_ldap_getConnectionInfoFromDUA()
1147 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA()
1167 server->domainName : config_struct->domainName, in __ns_ldap_getConnectionInfoFromDUA()
1173 server->domainName : config_struct->domainName); in __ns_ldap_getConnectionInfoFromDUA()
1179 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA()
1182 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SEARCH_BASEDN_P, in __ns_ldap_getConnectionInfoFromDUA()
[all …]
H A Dns_confmgr.c240 set_attr(ns_config_t *config_struct, char *attr_name, char *attr_val, in set_attr() argument
264 __s_api_get_versiontype(config_struct, attr_name, &idx) < 0) { in set_attr()
272 return (__ns_ldap_setParamValue(config_struct, idx, attr_val, errorp)); in set_attr()