Lines Matching defs:matchelt
153 const dns_aclelement_t **matchelt) {
164 REQUIRE(matchelt == NULL || *matchelt == NULL);
205 if (dns_aclelement_match(reqaddr, reqsigner, e, env, matchelt))
227 int *match, const dns_aclelement_t **matchelt) {
266 return dns_acl_match(reqaddr, reqsigner, acl, env, match, matchelt);
377 * returned through 'matchelt' is not necessarily 'e' itself.
383 const dns_aclelement_t **matchelt) {
392 if (matchelt != NULL) {
393 *matchelt = e;
434 matchelt);
446 if (matchelt != NULL) {
447 *matchelt = e;
453 * A negative indirect match may have set *matchelt, but we don't
456 if (matchelt != NULL) {
457 *matchelt = NULL;