/bind-9.11.3/lib/isc/include/isc/ |
H A D | log.h | 199 * the category/module specification of isc_log_[v]write[1] that is compiled 360 *\li A module should only be registered once, but no mechanism enforces 388 *\li Each module has a reference in the logging context, so they can be 464 const isc_logmodule_t *module); 466 * Associate a named logging channel with a category and module that 482 * module for all known categories (including the "default" category). 484 *\li If module is NULL, then the channel is associated with every module 487 *\li Passing both category and module as NULL would make every log message 490 * \li Specifying a channel that is #ISC_LOG_TONULL for a category/module pai [all...] |
/bind-9.11.3/lib/isc/ |
H A D | log.c | 75 * 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/util/ |
H A D | update_branches | 34 $module = "bind9"; 95 next if ($mod ne $module ); 110 open(FILES, "find $repository/$module -type f -name *,v -print |") || die "can't start find: $!";
|
/bind-9.11.3/bin/tests/ |
H A D | log_test.c | 49 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/lib/dns/include/dns/ |
H A D | message.h | 1363 isc_logcategory_t *category, isc_logmodule_t *module, 1368 isc_logcategory_t *category, isc_logmodule_t *module, 1372 isc_logcategory_t *category, isc_logmodule_t *module, 1378 isc_logcategory_t *category, isc_logmodule_t *module, 1396 * \li module to be valid.
|
H A D | resolver.h | 19 * This is the BIND 9 resolver, the module responsible for resolving DNS 27 *\li The module ensures appropriate synchronization of data structures it 390 isc_logcategory_t *category, isc_logmodule_t *module, 394 * 'lctx', 'category', 'module', and 'level' are used to write the log message.
|
/bind-9.11.3/bin/named/ |
H A D | logconf.c | 44 isc_logmodule_t *module; local 63 module = NULL; 74 module);
|
H A D | client.c | 3737 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/contrib/dlz/example/ |
H A D | named.conf | 18 * This is a sample named.conf file that uses the DLZ module defined in
|
/bind-9.11.3/bin/named/include/named/ |
H A D | client.h | 20 * This module defines two objects, ns_client_t and ns_clientmgr_t. 366 isc_logmodule_t *module, int level, 371 isc_logmodule_t *module, int level, const char *fmt, va_list ap) ISC_FORMAT_PRINTF(5, 0);
|
/bind-9.11.3/lib/dns/ |
H A D | spnego_asn1.pl | 34 # since this script is intended for compiling exactly one module. 97 * \brief Method routines generated from SPNEGO ASN.1 module.
|
H A D | message.c | 171 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 D | validator.c | 145 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 D | rbtdb.c | 960 * 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 D | resolver.c | 9640 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/conftools/perllib/dnsconf/ |
H A D | DNSConf.i | 11 %module DNSConf
|
/bind-9.11.3/contrib/kasp/ |
H A D | kasp2policy.py | 59 self.parser = yacc.yacc(debug=False, write_tables=False, module=self)
|
/bind-9.11.3/contrib/idn/idnkit-1.0-src/ |
H A D | ltmain.sh | 844 module=no 1094 -module) 1095 module=yes 1579 if test "$module" = no; then 2004 if test "$module" = yes; then 2007 echo "*** dependencies of module $libname. Therefore, libtool will create" 2008 echo "*** a static module, that should work as long as the dlopening" 2014 echo "*** not find such a program. So, this module is probably useless." 2019 build_libtool_libs=module 2173 # If -module o [all...] |
/bind-9.11.3/ |
H A D | ltmain.sh | 2449 -module build a library that can dlopened 5179 module=no 5676 -module) 5677 module=yes 6603 # (otherwise, the dlopen module name will be incorrect). We do 6605 # We recover the dlopen module name by 'saving' the la file 6757 # Warn about portability, can't link against -module's on some 6769 $ECHO "*** Warning: Linking the executable $output against the loadable module" 6771 $ECHO "*** Warning: Linking the shared library $output against the loadable module" 6863 # if the lib is a (non-dlopened) module the [all...] |
H A D | configure | 10128 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 11979 { $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'argparse'" >&5 11980 $as_echo_n "checking python module 'argparse'... " >&6; } 11992 { $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'ply'" >&5 11993 $as_echo_n "checking python module 'ply'... " >&6; } 12092 { $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'argparse'" >&5 12093 $as_echo_n "checking python module 'argparse'... " >&6; } 12100 { $as_echo "$as_me:${as_lineno-$LINENO}: checking python module 'ply'" >&5 12101 $as_echo_n "checking python module 'ply'... " >&6; } 25974 # Commands used to build a loadable module i [all...] |
/bind-9.11.3/unit/atf-src/admin/ |
H A D | ltmain.sh | 3735 -module build a library that can dlopened 6544 module=no 7057 -module) 7058 module=yes 7997 # (otherwise, the dlopen module name will be incorrect). We do 7999 # We recover the dlopen module name by 'saving' the la file 8151 # Warn about portability, can't link against -module's on some 8163 $ECHO "*** Warning: Linking the executable $output against the loadable module" 8165 $ECHO "*** Warning: Linking the shared library $output against the loadable module" 8257 # if the lib is a (non-dlopened) module the [all...] |
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 444 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
|
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 789 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/unit/atf-src/ |
H A D | configure | 11156 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 16299 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`' 20300 # Commands used to build a loadable module if different from building 20542 # Commands used to build a loadable module if different from building
|