Lines Matching refs:matchelt
190 const dns_aclelement_t **matchelt)
202 REQUIRE(matchelt == NULL || *matchelt == NULL);
244 e, env, matchelt)) {
366 * returned through 'matchelt' is not necessarily 'e' itself.
373 const dns_aclelement_t **matchelt)
383 if (matchelt != NULL)
384 *matchelt = e;
412 &indirectmatch, matchelt);
423 if (matchelt != NULL)
424 *matchelt = e;
429 * A negative indirect match may have set *matchelt, but we don't
433 if (matchelt != NULL)
434 *matchelt = NULL;