Searched refs:cur_cnt (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.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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/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 123 milliseconds