Searched refs:errcount (Results 1 – 4 of 4) sorted by relevance
96 int errcount = 0; in proto_common_send() local128 if (errcount == 15) { in proto_common_send()131 if (errcount == 0) in proto_common_send()133 errcount++; in proto_common_send()134 usleep(100000 * errcount); in proto_common_send()151 if (errcount > 0) { in proto_common_send()153 errcount, errcount == 1 ? "" : "s"); in proto_common_send()
328 unsigned int errcount, slot; in mandoc_dbg_finish() local330 errcount = ohash_entries(&dhash_table); in mandoc_dbg_finish()340 fprintf(dhash_fp, "S %u memory leaks found\n", errcount); in mandoc_dbg_finish()
74 int back, errcount; in query() local83 errcount = 0; in query()87 if (++errcount > 30) /* XXX ugly */ in query()