Searched defs:module (Results 1 - 10 of 10) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dlog_test.c49 const isc_logmodule_t *module; local
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
[all...]
/bind-9.11.3/bin/named/
H A Dlogconf.c44 isc_logmodule_t *module; local
63 module = NULL;
74 module);
H A Dclient.c3737 isc_logmodule_t *module, int level, const char *fmt, va_list ap)
3777 isc_log_write(ns_g_lctx, category, module, level,
3785 isc_logmodule_t *module, int level, const char *fmt, ...)
3793 ns_client_logv(client, category, module, level, fmt, ap);
3736 ns_client_logv(ns_client_t *client, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, va_list ap) argument
3784 ns_client_log(ns_client_t *client, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, ...) argument
/bind-9.11.3/lib/isc/
H A Dlog.c75 * a matching module. It is expected that the number of channels
82 const isc_logmodule_t * module; member in struct:isc_logchannellist
103 * the category/module specification of isc_log_[v]write[1] that is compiled
130 * Note that the category and module information is not locked.
132 * in a program, and the category/module registration happens only once.
220 const isc_logmodule_t *module, isc_logchannel_t *channel);
230 isc_logmodule_t *module, int level, isc_boolean_t write_once,
662 * Update the id number of the module with its new global id.
780 const isc_logmodule_t *module)
793 REQUIRE(module
778 isc_log_usechannel(isc_logconfig_t *lcfg, const char *name, const isc_logcategory_t *category, const isc_logmodule_t *module) argument
821 isc_log_write(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
837 isc_log_vwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
849 isc_log_write1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, ...) argument
865 isc_log_vwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *format, va_list args) argument
877 isc_log_iwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
895 isc_log_ivwrite(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
908 isc_log_iwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, ...) argument
926 isc_log_ivwrite1(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
1046 assignchannel(isc_logconfig_t *lcfg, unsigned int category_id, const isc_logmodule_t *module, isc_logchannel_t *channel) argument
1389 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t write_once, isc_msgcat_t *msgcat, int msgset, int msg, const char *format, va_list args) argument
[all...]
/bind-9.11.3/lib/dns/
H A Dvalidator.c145 isc_logmodule_t *module, int level, const char *fmt, va_list ap)
3937 isc_logmodule_t *module, int level, const char *fmt, va_list ap)
3955 isc_log_write(dns_lctx, category, module, level,
3959 isc_log_write(dns_lctx, category, module, level,
3936 validator_logv(dns_validator_t *val, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, va_list ap) argument
H A Dmessage.c171 isc_logmodule_t *module, const dns_master_style_t *style,
4166 isc_logcategory_t *category, isc_logmodule_t *module,
4169 logfmtpacket(message, description, NULL, category, module,
4176 isc_logcategory_t *category, isc_logmodule_t *module,
4181 logfmtpacket(message, description, address, category, module,
4187 isc_logcategory_t *category, isc_logmodule_t *module,
4191 logfmtpacket(message, description, NULL, category, module, style,
4198 isc_logcategory_t *category, isc_logmodule_t *module,
4204 logfmtpacket(message, description, address, category, module, style,
4211 isc_logmodule_t *module, cons
4165 dns_message_logpacket(dns_message_t *message, const char *description, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_mem_t *mctx) argument
4174 dns_message_logpacket2(dns_message_t *message, const char *description, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_mem_t *mctx) argument
4186 dns_message_logfmtpacket(dns_message_t *message, const char *description, isc_logcategory_t *category, isc_logmodule_t *module, const dns_master_style_t *style, int level, isc_mem_t *mctx) argument
4196 dns_message_logfmtpacket2(dns_message_t *message, const char *description, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, const dns_master_style_t *style, int level, isc_mem_t *mctx) argument
4209 logfmtpacket(dns_message_t *message, const char *description, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, const dns_master_style_t *style, int level, isc_mem_t *mctx) argument
[all...]
H A Drbtdb.c960 * If a routine is going to lock more than one lock in this module, then
5577 * These are the category and module used by the cache cleaner.
5581 isc_logmodule_t *module = DNS_LOGMODULE_CACHE; local
5610 isc_log_write(dns_lctx, category, module, level,
5635 isc_log_write(dns_lctx, category, module,
5643 isc_log_write(dns_lctx, category, module,
5649 isc_log_write(dns_lctx, category, module, level,
H A Dresolver.c9640 isc_logcategory_t *category, isc_logmodule_t *module,
9657 isc_log_write(lctx, category, module, level,
9639 dns_resolver_logfetch(dns_fetch_t *fetch, isc_log_t *lctx, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_boolean_t duplicateok) argument
/bind-9.11.3/lib/isc/unix/
H A Dsocket.c789 isc_logcategory_t *category, isc_logmodule_t *module, int level,
793 isc_logcategory_t *category, isc_logmodule_t *module, int level,
806 isc_log_write(isc_lctx, category, module, level,
813 isc_logcategory_t *category, isc_logmodule_t *module, int level,
818 isc_logcategory_t *category, isc_logmodule_t *module, int level,
834 isc_log_iwrite(isc_lctx, category, module, level,
839 isc_log_iwrite(isc_lctx, category, module, level,
792 manager_log(isc__socketmgr_t *sockmgr, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, ...) argument
817 socket_log(isc__socket_t *sock, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int message, const char *fmt, ...) argument
/bind-9.11.3/lib/isc/win32/
H A Dsocket.c444 isc_logcategory_t *category, isc_logmodule_t *module, int level,
843 isc_logmodule_t *module, int level, const char *fmt, ...)
855 isc_log_write(isc_lctx, category, module, level,
861 isc_logcategory_t *category, isc_logmodule_t *module, int level,
878 isc_log_iwrite(isc_lctx, category, module, level,
883 isc_log_iwrite(isc_lctx, category, module, level,
842 manager_log(isc_socketmgr_t *sockmgr, isc_logcategory_t *category, isc_logmodule_t *module, int level, const char *fmt, ...) argument
860 socket_log(int lineno, isc_socket_t *sock, isc_sockaddr_t *address, isc_logcategory_t *category, isc_logmodule_t *module, int level, isc_msgcat_t *msgcat, int msgset, int message, const char *fmt, ...) argument

Completed in 118 milliseconds