Lines Matching refs:negative
182 * element or radix entry, return with a negative value in match.
246 if (e->negative == ISC_TRUE)
266 * but leave negatives alone, so as to prevent a double-negative causing
303 * negating, then negate positive elements, but keep negative
335 /* reverse sense of positives if this is a negative acl */
336 if (!pos && source->elements[i].negative == ISC_FALSE) {
337 dest->elements[nelem + i].negative = ISC_TRUE;
339 dest->elements[nelem + i].negative =
340 source->elements[i].negative;
363 * To determine whether the match was positive or negative, the
364 * caller should examine e->negative. Since the element 'e' may be
416 * Treat negative matches in indirect ACLs as "no match".
429 * A negative indirect match may have set *matchelt, but we don't
561 if (e->negative)