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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_upg_opd.c52 db_pgno_t cur_cnt, i, next_cnt, pgno, *pgno_cur, pgno_last; local
71 for (nrecs = 0, cur_cnt = pgno_max = 0,
73 if (pgno_max == cur_cnt) {
79 pgno_cur[cur_cnt++] = pgno;
96 if (cur_cnt <= 1)
105 cur_cnt * sizeof(db_pgno_t), &pgno_next)) != 0)
121 for (level = LEAFLEVEL + 1; cur_cnt > 1; ++level) {
122 for (indx = 0, i = next_cnt = 0; i < cur_cnt;) {
169 cur_cnt = next_cnt;

Completed in 79 milliseconds