Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dauthzone.c4802 uint8_t* rr_dname, uint16_t rr_type, size_t rr_counter) in log_rrlist_position() argument
4817 verbose(VERB_ALGO, "%s at[%d] %s %s", label, (int)rr_counter, in log_rrlist_position()
4885 size_t rr_counter = 0; in apply_ixfr() local
4899 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr()
4901 if(rr_counter == 0 && rr_type != LDNS_RR_TYPE_SOA) in apply_ixfr()
4903 if(rr_counter == 1 && rr_type != LDNS_RR_TYPE_SOA) { in apply_ixfr()
4926 if(rr_counter == 1) { in apply_ixfr()
4958 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr()
4973 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr()
4976 } else if(rr_counter != 0) { in apply_ixfr()
[all …]