Searched refs:rr_counter (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/services/ |
H A D | authzone.c | 4769 uint8_t* rr_dname, uint16_t rr_type, size_t rr_counter) in log_rrlist_position() argument 4784 verbose(VERB_ALGO, "%s at[%d] %s %s", label, (int)rr_counter, in log_rrlist_position() 4852 size_t rr_counter = 0; in apply_ixfr() local 4866 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr() 4868 if(rr_counter == 0 && rr_type != LDNS_RR_TYPE_SOA) in apply_ixfr() 4870 if(rr_counter == 1 && rr_type != LDNS_RR_TYPE_SOA) { in apply_ixfr() 4893 if(rr_counter == 1) { in apply_ixfr() 4925 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr() 4940 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr() 4943 } else if(rr_counter != 0) { in apply_ixfr() [all …]
|