Searched refs:ldap_func (Results 1 – 1 of 1) sorted by relevance
1188 static int (*ldap_func)(); in _nscd_is_self_cred_on() local1216 if (ldap_func == NULL) in _nscd_is_self_cred_on()1217 (void) get_ldap_funcs(ldap_sc_func, (void **)&ldap_func); in _nscd_is_self_cred_on()1218 if (ldap_func != NULL) { in _nscd_is_self_cred_on()1219 if (ldap_func(&ldap_config) == NS_LDAP_SUCCESS && in _nscd_is_self_cred_on()1238 static void (*ldap_func)(); in setup_ldap_backend() local1240 if (ldap_func == NULL) in setup_ldap_backend()1241 rc = get_ldap_funcs(ldap_sc_func, (void **)&ldap_func); in setup_ldap_backend()1242 if (ldap_func != NULL) { in setup_ldap_backend()1243 ldap_func(1); in setup_ldap_backend()