Home | History | Annotate | Download | only in dist

Lines Matching refs:total_added

354 	uint16_t total_added)
362 if(total_added == 0) {
417 if(total_added == 0) {
674 uint16_t total_added = 0;
685 query->ixfr_end_data->newsoa_len, total_added)) {
687 total_added++;
691 return total_added;
699 query->ixfr_data->oldsoa_len, total_added)) {
701 total_added++;
704 return total_added;
714 rrlen, total_added)) {
716 total_added++;
720 return total_added;
730 rrlen, total_added)) {
732 total_added++;
736 return total_added;
739 return total_added;
744 uint16_t total_added = 0;
875 total_added = ixfr_copy_rrs_into_packet(query, &pcomp);
890 total_added += ixfr_copy_rrs_into_packet(query, &pcomp);
902 ANCOUNT_SET(query->packet, total_added);