Searched refs:category (Results 1 - 25 of 42) sorted by relevance

12

/bind-9.11.3/util/
H A Dcheck-pullups.pl29 my ($changeid, $category);
32 $category = "none";
37 $category = $2;
41 $category = "none";
45 $category = "none";
52 $changes->{$changeid}->{category} = $category;
70 my $category = $c1->{$c}->{category};
72 if ($category n
[all...]
H A Dnew-func29 my ($changeid, $category);
32 $category = "none";
37 $category = $2;
41 $category = "none";
45 $category = "none";
53 $changes->{$changeid}->{category} = $category;
70 my $category = $c1->{$c}->{category};
72 if ($category e
[all...]
/bind-9.11.3/bin/tests/system/logfileconfig/ns1/
H A Dnamed.plain30 category default { default_log; default_debug; };
31 category lame-servers { null; };
38 category queries { query_log; };
H A Dnamed.unlimited30 category default { default_log; default_debug; };
31 category lame-servers { null; };
38 category queries { query_log; };
H A Dnamed.versconf30 category default { default_log; default_debug; };
31 category lame-servers { null; };
38 category queries { query_log; };
H A Dnamed.dirconf30 category default { default_log; default_debug; };
31 category lame-servers { null; };
H A Dnamed.pipeconf30 category default { default_log; default_debug; };
31 category lame-servers { null; };
H A Dnamed.symconf30 category default { default_log; default_debug; };
31 category lame-servers { null; };
/bind-9.11.3/lib/isc/include/isc/
H A Dlog.h85 * structures names each category, and the id value is initialized by calling
151 * Do not log directly to DEFAULT. Use another category. When in doubt,
199 * the category/module specification of isc_log_[v]write[1] that is compiled
322 *\li A category should only be registered once, but no mechanism enforces
350 * \li There are references to each category in the logging context,
416 * the default logging category can be changed by redefining
418 * logging category can be changed with only one additional function
463 const isc_logcategory_t *category,
466 * Associate a named logging channel with a category and module that
475 *\li Specifying a very large number of channels for a category wil
[all...]
/bind-9.11.3/bin/tests/system/rrl/ns2/
H A Dnamed.conf51 print-category yes; print-severity yes; severity debug 10;
55 print-category yes; print-severity yes; severity info;
57 category rate-limit { debug; queries; };
58 category queries { debug; queries; };
/bind-9.11.3/bin/tests/system/rrl/ns4/
H A Dnamed.conf52 print-category yes; print-severity yes; severity debug 10;
56 print-category yes; print-severity yes; severity info;
58 category rate-limit { debug; queries; };
59 category queries { debug; queries; };
/bind-9.11.3/bin/tests/startperf/
H A Dsetup.sh62 print-category no;
64 category default {
/bind-9.11.3/lib/dns/
H A Ddst_openssl.h64 dst__openssl_toresult3(isc_logcategory_t *category,
H A Dopensslecdsa_link.c91 return (dst__openssl_toresult3(dctx->category,
122 return (dst__openssl_toresult3(dctx->category,
168 DST_RET(dst__openssl_toresult3(dctx->category,
174 DST_RET(dst__openssl_toresult3(dctx->category,
221 DST_RET (dst__openssl_toresult3(dctx->category,
243 ret = dst__openssl_toresult3(dctx->category,
H A Dopenssl_link.c410 dst__openssl_toresult3(isc_logcategory_t *category, argument
420 isc_log_write(dns_lctx, category,
433 isc_log_write(dns_lctx, category,
H A Dopenssleddsa_link.c280 DST_RET(dst__openssl_toresult3(dctx->category,
285 DST_RET(dst__openssl_toresult3(dctx->category,
328 DST_RET(dst__openssl_toresult3(dctx->category,
343 ret = dst__openssl_toresult3(dctx->category,
H A Dopenssldsa_link.c242 return (dst__openssl_toresult3(dctx->category,
257 return (dst__openssl_toresult3(dctx->category,
266 return (dst__openssl_toresult3(dctx->category,
272 return (dst__openssl_toresult3(dctx->category,
280 return (dst__openssl_toresult3(dctx->category,
376 return (dst__openssl_toresult3(dctx->category,
/bind-9.11.3/conftools/perllib/dnsconf/
H A Dnamed1.conf25 category lame-servers { foobar; };
/bind-9.11.3/bin/named/
H A Dlogconf.c36 * Set up a logging category according to the named.conf data
43 isc_logcategory_t *category; local
49 category = isc_log_categorybyname(ns_g_lctx, catname);
50 if (category == NULL) {
52 "unknown logging category '%s' ignored",
73 result = isc_log_usechannel(logconfig, channelname, category,
199 (void)cfg_map_get(channel, "print-category", &printcat);
303 (void)cfg_map_get(logstmt, "category", &categories);
308 const cfg_obj_t *category = cfg_listelt_value(element); local
309 CHECK(category_fromconf(category, logconfi
[all...]
/bind-9.11.3/lib/isc/
H A Dlog.c74 * category, and then each structure in the linked list is checked for
76 * associated with any given category will be very short, no more than
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.
180 * The default category is provided so that the internal default can
229 isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category,
378 * Set the default category's channel to default_stderr,
566 * in one category array to point to the next array exists because
595 * Update the id number of the category wit
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
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/bin/tests/
H A Dnamed.conf503 * category, the default category is used
514 * in the problem's native category)
539 category parser {
544 category lame-servers { null; }; // don't log these at all
550 print-category yes; // print category name
579 category load { no_info_messages; };
582 * You can also define category "default"; it gets used when no
583 * "category" statemen
[all...]
H A Dlog_test.c48 const isc_logcategory_t *category; local
123 category = isc_log_categorybyname(lctx, "notify");
124 if (category != NULL)
125 fprintf(stderr, "%s category found. (expected)\n",
126 category->name);
128 fprintf(stderr, "notify category not found!\n");
194 * Write to the internal default by testing both a category for which
195 * no channel has been specified and a category which was specified
202 "Unspecified category and unspecified module to stderr",
206 "Specified category an
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dmessage.h1363 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,
1395 * \li category to be valid.
/bind-9.11.3/lib/dns/include/dst/
H A Ddst.h182 isc_logcategory_t *category, dst_context_t **dctxp);
186 isc_logcategory_t *category, isc_boolean_t useforsigning,
191 isc_logcategory_t *category, isc_boolean_t useforsigning,
/bind-9.11.3/bin/named/include/named/
H A Dclient.h365 ns_client_log(ns_client_t *client, isc_logcategory_t *category,
370 ns_client_logv(ns_client_t *client, isc_logcategory_t *category,

Completed in 295 milliseconds

12