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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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 116 milliseconds