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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_conv.c155 int next_print; local
208 for (key = dbm_firstkey(dbm), next_print = PRINT_FREQ, entry_count = 1;
232 if (entry_count >= next_print) {
234 next_print *= 2;
H A Ddit_access.c612 int next_print = PRINT_FREQ; local
874 next_print)) {
877 next_print *= 2;

Completed in 59 milliseconds