Searched refs:rr_counter (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/unbound/services/ |
| HD | authzone.c | 4519 uint8_t* rr_dname, uint16_t rr_type, size_t rr_counter) in log_rrlist_position() argument 4534 verbose(VERB_ALGO, "%s at[%d] %s %s", label, (int)rr_counter, in log_rrlist_position() 4602 size_t rr_counter = 0; in apply_ixfr() local 4616 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr() 4618 if(rr_counter == 0 && rr_type != LDNS_RR_TYPE_SOA) in apply_ixfr() 4620 if(rr_counter == 1 && rr_type != LDNS_RR_TYPE_SOA) { in apply_ixfr() 4643 if(rr_counter == 1) { in apply_ixfr() 4675 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr() 4690 rr_chunk, rr_dname, rr_type, rr_counter); in apply_ixfr() 4693 } else if(rr_counter != 0) { in apply_ixfr() [all …]
|