Searched defs:negative (Results 1 - 4 of 4) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/in_1/
H A Dapl_42.h25 isc_boolean_t negative; member in struct:dns_rdata_apl_ent
/bind-9.6-ESV-R11/lib/dns/include/dns/
H A Dacl.h67 isc_boolean_t negative; member in struct:dns_aclelement
142 * but leave negatives alone, so as to prevent a double-negative causing
192 * negative match, it will be negative.
196 * If there is a match in the element list (either positive or negative)
214 * To determine whether the match was positive or negative, the
215 * caller should examine e->negative. Since the element 'e' may be
/bind-9.6-ESV-R11/lib/isccfg/
H A Daclconf.c197 isc_boolean_t negative; local
198 n += count_acl_elements(ce, cctx, &negative);
199 if (negative)
318 de->negative = neg;
339 de->negative = neg;
356 de->negative = neg;
374 de->negative = neg;
382 * de->negative to true so we can handle
395 de->negative = !neg;
400 de->negative
[all...]
/bind-9.6-ESV-R11/lib/dns/
H A Dresolver.c662 * If a query for ANY causes a negative
3989 isc_boolean_t negative; local
4022 negative = ISC_TF(vevent->rdataset == NULL);
4048 !negative &&
4070 if (!negative && !chaining &&
4108 if (fctx->vresult == DNS_R_BROKENCHAIN && !negative) {
4149 if (negative &&
4163 if (negative) {
4270 INSIST(!negative);
4335 * Respond with an answer, positive or negative,
[all...]

Completed in 1657 milliseconds