Lines Matching defs:module

84  * a matching module.  It is expected that the number of channels
91 const isc_logmodule_t * module;
112 * the category/module specification of isc_log_[v]write[1] that is compiled
139 * Note that the category and module information is not locked.
141 * in a program, and the category/module registration happens only once.
228 const isc_logmodule_t *module, isc_logchannel_t *channel);
241 isc_logmodule_t *module, int level, isc_boolean_t write_once,
672 * Update the id number of the module with its new global id.
789 const isc_logmodule_t *module)
802 REQUIRE(module == NULL || module->id < lctx->module_count);
813 result = assignchannel(lcfg, category->id, module, channel);
821 result = assignchannel(lcfg, i, module, channel);
831 isc_logmodule_t *module, int level, const char *format, ...)
840 isc_log_doit(lctx, category, module, level, ISC_FALSE,
847 isc_logmodule_t *module, int level,
853 isc_log_doit(lctx, category, module, level, ISC_FALSE,
859 isc_logmodule_t *module, int level, const char *format, ...)
868 isc_log_doit(lctx, category, module, level, ISC_TRUE,
875 isc_logmodule_t *module, int level,
881 isc_log_doit(lctx, category, module, level, ISC_TRUE,
887 isc_logmodule_t *module, int level,
898 isc_log_doit(lctx, category, module, level, ISC_FALSE,
905 isc_logmodule_t *module, int level,
912 isc_log_doit(lctx, category, module, level, ISC_FALSE,
918 isc_logmodule_t *module, int level,
929 isc_log_doit(lctx, category, module, level, ISC_TRUE,
936 isc_logmodule_t *module, int level,
943 isc_log_doit(lctx, category, module, level, ISC_TRUE,
1056 const isc_logmodule_t *module, isc_logchannel_t *channel)
1067 REQUIRE(module == NULL || module->id < lctx->module_count);
1082 new_item->module = module;
1405 isc_logmodule_t *module, int level, isc_boolean_t write_once,
1424 REQUIRE(module != NULL);
1437 REQUIRE(module->id < lctx->module_count);
1473 * No category/module pair was explicitly configured.
1481 * No matching module was explicitly configured
1487 if (category_channels->module != NULL &&
1488 category_channels->module != module) {
1704 printmodule ? (module != NULL ? module->name
1747 printmodule ? (module != NULL ? module->name