Lines Matching defs:module
57 const isc_logmodule_t *module;
138 module = isc_log_modulebyname(lctx, "xyzzy");
139 if (module != NULL)
140 fprintf(stderr, "%s module found!\n", module->name);
142 fprintf(stderr, "xyzzy module not found. (expected)\n");
204 * but not with the named module.
210 "Unspecified category and unspecified module to stderr",
214 "Specified category and unspecified module to stderr",
280 * debugging channels for the named module.