Searched refs:allow_query (Results 1 - 3 of 3) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dcatz.c96 options->allow_query = NULL;
99 options->allow_query = NULL;
115 if (options->allow_query != NULL)
116 isc_buffer_free(&options->allow_query);
128 REQUIRE(dst->allow_query == NULL);
142 if (src->allow_query != NULL)
143 isc_buffer_dup(mctx, &dst->allow_query, src->allow_query);
161 if (opts->allow_query == NULL && defaults->allow_query !
[all...]
/bind-9.11.3/lib/dns/include/dns/
H A Dcatz.h50 isc_buffer_t *allow_query; member in struct:dns_catz_entry_options
/bind-9.11.3/bin/named/
H A Dzoneconf.c47 allow_query, enumerator in enum:__anon29
92 case allow_query:
1013 allow_query, ac, zone,

Completed in 25 milliseconds