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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/dbinc/
H A Ddb_verify.h148 db_recno_t rec_cnt; /* Record count. */ member in struct:__vrfy_pageinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Ddb_verify.h148 db_recno_t rec_cnt; /* Record count. */ member in struct:__vrfy_pageinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Ddb_verify.h148 db_recno_t rec_cnt; /* Record count. */ member in struct:__vrfy_pageinfo
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/btree/
H A Dbt_verify.c320 pip->rec_cnt = NUM_ENT(h);
381 pip->rec_cnt = RE_NREC(h);
1826 nrecs = pip->rec_cnt;
1916 if (LF_ISSET(DB_ST_RECNUM) && nrecs != pip->rec_cnt && toplevel) {
1920 (u_long)pgno, (u_long)nrecs, (u_long)pip->rec_cnt));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/btree/
H A Dbt_verify.c320 pip->rec_cnt = NUM_ENT(h);
381 pip->rec_cnt = RE_NREC(h);
1826 nrecs = pip->rec_cnt;
1916 if (LF_ISSET(DB_ST_RECNUM) && nrecs != pip->rec_cnt && toplevel) {
1920 (u_long)pgno, (u_long)nrecs, (u_long)pip->rec_cnt));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/btree/
H A Dbt_verify.c320 pip->rec_cnt = NUM_ENT(h);
381 pip->rec_cnt = RE_NREC(h);
1826 nrecs = pip->rec_cnt;
1916 if (LF_ISSET(DB_ST_RECNUM) && nrecs != pip->rec_cnt && toplevel) {
1920 (u_long)pgno, (u_long)nrecs, (u_long)pip->rec_cnt));

Completed in 157 milliseconds