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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/db/
H A Ddb_upg_opd.c53 db_pgno_t *pgno_next, pgno_max, *tmp; local
71 for (nrecs = 0, cur_cnt = pgno_max = 0,
73 if (pgno_max == cur_cnt) {
74 pgno_max += 20;
75 if ((ret = __os_realloc(dbp->env, pgno_max *

Completed in 101 milliseconds