Searched defs:n_put (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Djournal.c1275 unsigned int n_put = 0; local
1358 if (++n_put > 100) {
1365 n_put = 0;
1372 if (n_put != 0) {
1437 unsigned int n_put = 0; local
1501 if (++n_put > 100) {
1504 n_put = 0;
1513 if (n_put != 0) {

Completed in 12 milliseconds