Lines Matching defs:module_name
39 const char *module_name,
52 va_start(ap, module_name);
55 if (target == NULL || target->module_name == NULL) {
61 if (module_name == NULL) {
66 if (strcmp(target->module_name, module_name) == 0) {
205 return targets[type]->module_name;
277 const char *module_name)
279 if (strcasecmp(module_name, DP_NO_PROVIDER) == 0) {
288 if (strcmp(module_name, DP_ACCESS_PERMIT) == 0) {
297 if (strcmp(module_name, DP_ACCESS_DENY) == 0) {
328 target->name, target->module_name);
342 ret = dp_target_special(be_ctx, target, target->module_name);
349 target->module_name);
352 target->module_name);
363 "module [%s].\n", target->name, target->module_name);
455 targets[type]->module_name = talloc_steal(targets[type], module);