Searched refs:pgno_cur (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
59 pgno_cur = pgno_next = NULL;
76 sizeof(db_pgno_t), &pgno_cur)) != 0)
79 pgno_cur[cur_cnt++] = pgno;
100 * pgno_cur is the list of pages we just converted. We're
132 GET_PAGE(dbp, fhp, pgno_cur[i], page);
170 tmp = pgno_cur;
171 pgno_cur = pgno_next;
175 done: *pgnop = pgno_cur[0];
177 err: if (pgno_cur !
[all...]

Completed in 89 milliseconds