Lines Matching defs:module
49 const isc_logmodule_t *module;
130 module = isc_log_modulebyname(lctx, "xyzzy");
131 if (module != NULL)
132 fprintf(stderr, "%s module found!\n", module->name);
134 fprintf(stderr, "xyzzy module not found. (expected)\n");
196 * but not with the named module.
202 "Unspecified category and unspecified module to stderr",
206 "Specified category and unspecified module to stderr",
272 * debugging channels for the named module.