Searched refs:loop_cnt (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/
H A Dmaster.c135 unsigned int loop_cnt; /*% records per quantum, member in struct:dns_loadctx
598 lctx->loop_cnt = (done != NULL) ? 100 : 0;
998 unsigned int loop_cnt = 0; local
1923 } while (!done && (lctx->loop_cnt == 0 || loop_cnt++ < lctx->loop_cnt));
2051 unsigned int loop_cnt = 0; local
2136 for (loop_cnt = 0;
2137 (lctx->loop_cnt == 0 || loop_cnt < lct
[all...]

Completed in 24 milliseconds