Searched refs:modules (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/bin/named/
H A Dlog.c47 static isc_logmodule_t modules[] = { variable
68 ns_g_modules = modules;
/bind-9.11.3/lib/isc/
H A Dlog.c72 * The logchannellist structure associates categories and modules with
141 isc_logmodule_t * modules; member in struct:isc_log
191 * See above comment for categories on LIBISC_EXTERNAL_DATA, and apply it to modules.
271 lctx->modules = NULL;
481 lctx->modules = NULL;
625 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]) { argument
629 REQUIRE(modules != NULL && modules[0].name != NULL);
639 if (lctx->modules == NULL)
640 lctx->modules
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h94 * Similar to isc_logcategory, but for all the modules a library defines.
204 * will be used with because the number of categories and modules
355 isc_log_registermodules(isc_log_t *lctx, isc_logmodule_t modules[]);
363 *\li The end of the modules array is identified by a NULL name.
368 *\li Because each element of the modules array is used by
377 * logging context (but new modules) will cause the last
378 * element of the modules array from the prior call to have
380 * modules array, and its "id" member set to UINT_MAX.
384 *\li modules != NULL.
385 *\li modules[
[all...]
/bind-9.11.3/bin/delv/
H A Ddelv.c235 #define LOGMODULE_DEFAULT (&modules[0])
237 static isc_logmodule_t modules[] = { variable
274 isc_log_registermodules(lctx, modules);
/bind-9.11.3/
H A Dconfigure1760 installation directory for Python modules
23691 ac_config_files="$ac_config_files $DLZ_DRIVER_RULES contrib/dlz/modules/mysql/Makefile contrib/dlz/modules/mysqldyn/Makefile"
24855 "contrib/dlz/modules/mysql/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/dlz/modules/mysql/Makefile" ;;
24856 "contrib/dlz/modules/mysqldyn/Makefile") CONFIG_FILES="$CONFIG_FILES contrib/dlz/modules/mysqldyn/Makefile" ;;
25851 # Do we need the "lib" prefix for modules?

Completed in 60 milliseconds