Searched defs:fn_name (Results 1 - 2 of 2) sorted by relevance

/sssd/src/providers/data_provider/
H A Ddp_modules.c68 char *fn_name; local
72 fn_name = talloc_asprintf(module, DP_MODULE_INIT_FN, module->name);
73 if (fn_name == NULL) {
78 fn = (dp_module_init_fn)dlsym(module->libhandle, fn_name);
100 talloc_free(fn_name);
H A Ddp_targets.c228 char *fn_name = NULL; local
233 fn_name = talloc_asprintf(target, DP_TARGET_INIT_FN,
235 if (fn_name == NULL) {
241 fn = (dp_target_init_fn)dlsym(target->module->libhandle, fn_name);
271 talloc_free(fn_name);

Completed in 244 milliseconds