HomeSort by: relevance | last modified time | path
    Searched refs:total_added (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/
axfr.c 28 uint16_t total_added = 0; local
91 ++total_added;
120 if(total_added == 0)
128 if(total_added == 0) {
132 ++total_added;
140 ++total_added;
160 ++total_added;
167 ANCOUNT_SET(query->packet, total_added);
ixfr.c 354 uint16_t total_added)
362 if(total_added == 0) {
417 if(total_added == 0) {
674 uint16_t total_added = 0; local
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;
744 uint16_t total_added = 0; local
    [all...]
  /src/external/apache2/llvm/dist/clang/utils/analyzer/
CmpRuns.py 573 total_added = 0
580 total_added += 1
608 out.write(f"TOTAL ADDED: {total_added}\n")

Completed in 89 milliseconds