Searched refs:config_struct (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 1108 ns_config_t *config_struct = __s_api_create_config(); in __ns_ldap_getConnectionInfoFromDUA() local 1116 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA() 1123 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA() 1127 if (config_struct == NULL) { in __ns_ldap_getConnectionInfoFromDUA() 1144 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SERVERS_P, buffer, in __ns_ldap_getConnectionInfoFromDUA() 1146 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA() 1166 server->domainName : config_struct->domainName, in __ns_ldap_getConnectionInfoFromDUA() 1172 server->domainName : config_struct->domainName); in __ns_ldap_getConnectionInfoFromDUA() 1178 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA() 1181 if (__ns_ldap_setParamValue(config_struct, NS_LDAP_SEARCH_BASEDN_P, in __ns_ldap_getConnectionInfoFromDUA() [all …]
|
H A D | ns_confmgr.c | 239 set_attr(ns_config_t *config_struct, in set_attr() argument 265 __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()
|