Searched refs:pgno_next (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.c53 db_pgno_t *pgno_next, pgno_max, *tmp; local
59 pgno_cur = pgno_next = NULL;
105 cur_cnt * sizeof(db_pgno_t), &pgno_next)) != 0)
129 pgno_next[next_cnt++] = pgno_last++;
171 pgno_cur = pgno_next;
172 pgno_next = tmp;
179 if (pgno_next != NULL)
180 __os_free(dbp->env, pgno_next);

Completed in 10 milliseconds