match_all
e->match_all = 1;
if(p->match_all_noedns && !match_all(query_pkt, len, reply,
if(p->match_all && !match_all(query_pkt, len, reply, rlen,
e->match_all = 0;
uint8_t match_all;
int match_all(uint8_t* q, size_t qlen, uint8_t* p, size_t plen, int mttl,
unit_assert(match_all(sldns_buffer_begin(pkt), sldns_buffer_limit(pkt),