Home
last modified time | relevance | path

Searched refs:num_rrs (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c462 uint16_t* num_rrs, time_t timenow, struct regional* region, in packed_rrset_encode() argument
548 *num_rrs += data->count; in packed_rrset_encode()
550 *num_rrs += data->rrsig_count; in packed_rrset_encode()
557 insert_section(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs, in insert_section() argument
576 pkt, num_rrs, timenow, region, 1, 1, tree, in insert_section()
589 pkt, num_rrs, timenow, region, 1, 0, tree, in insert_section()
600 pkt, num_rrs, timenow, region, 0, 1, tree, in insert_section()
H A Dmsgparse.c828 uint16_t num_rrs, size_t* num_rrsets) in parse_section() argument
840 if(num_rrs == 0) in parse_section()
844 for(i=0; i<num_rrs; i++) { in parse_section()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch1993 + uint16_t num_rrs;
2084 + num_rrs = 0;
2094 + ++num_rrs;
2101 + if(num_rrs != 0)
2102 + sldns_buffer_write_u16_at(pkt, 6, num_rrs);
3294 @@ -592,6 +592,35 @@ insert_section(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs,
3301 +insert_rpz_soa(struct reply_info* rep, size_t num_rrsets, uint16_t* num_rrs,
3309 + *num_rrs = 0;
3315 + pkt, num_rrs, timenow, region,