OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:metrics_inhibit_zero
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/nsd/dist/
metrics.c
30
const int
metrics_inhibit_zero
= 1;
variable
393
if(
metrics_inhibit_zero
&& st->qtype[i] == 0 &&
405
if(
metrics_inhibit_zero
&& st->qclass[i] == 0 && i != CLASS_IN)
416
if(
metrics_inhibit_zero
&& st->opcode[i] == 0 && i != OPCODE_QUERY)
427
if(
metrics_inhibit_zero
&& st->rcode[i] == 0 &&
metrics.c
30
const int
metrics_inhibit_zero
= 1;
variable
393
if(
metrics_inhibit_zero
&& st->qtype[i] == 0 &&
405
if(
metrics_inhibit_zero
&& st->qclass[i] == 0 && i != CLASS_IN)
416
if(
metrics_inhibit_zero
&& st->opcode[i] == 0 && i != OPCODE_QUERY)
427
if(
metrics_inhibit_zero
&& st->rcode[i] == 0 &&
Completed in 43 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026