Lines Matching refs:config_struct
1109 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()
1184 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA()
1188 if (__s_api_crosscheck(config_struct, errmsg, B_FALSE) != NS_SUCCESS) { in __ns_ldap_getConnectionInfoFromDUA()
1189 __s_api_destroy_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA()
1193 __s_api_init_config(config_struct); in __ns_ldap_getConnectionInfoFromDUA()
1221 config_struct->domainName, in __ns_ldap_getConnectionInfoFromDUA()
1228 server->domainName : config_struct->domainName); in __ns_ldap_getConnectionInfoFromDUA()