Searched refs:seek_found_page (Results 1 - 12 of 12) 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 Dhash.h80 db_pgno_t seek_found_page;/* Page on which we can insert. */ member in struct:cursor_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/dbinc/
H A Dhash.h80 db_pgno_t seek_found_page;/* Page on which we can insert. */ member in struct:cursor_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/dbinc/
H A Dhash.h80 db_pgno_t seek_found_page;/* Page on which we can insert. */ member in struct:cursor_t
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/hash/
H A Dhash_page.c96 if (hcp->seek_size != 0 && hcp->seek_found_page == PGNO_INVALID &&
98 hcp->seek_found_page = hcp->pgno;
198 hcp->seek_found_page = PGNO_INVALID;
980 hcp->seek_found_page = PGNO_INVALID;
2061 pgno = hcp->seek_found_page != PGNO_INVALID ?
2062 hcp->seek_found_page : hcp->pgno;
2179 if (PGNO(hcp->page) != hcp->seek_found_page) {
2183 hcp->seek_found_page = PGNO(hcp->page);
H A Dhash.c1058 if (hcp->seek_found_page != PGNO_INVALID &&
1059 hcp->seek_found_page != hcp->pgno) {
1064 hcp->pgno = hcp->seek_found_page;
1115 hcp->seek_found_page = PGNO_INVALID;
1814 hcp->seek_found_page == PGNO_INVALID &&
1816 hcp->seek_found_page = hcp->pgno;
1829 if (hcp->seek_found_page == hcp->pgno)
H A Dhash_stat.c344 STAT_ULONG("Page on which we can insert", cp->seek_found_page);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_page.c96 if (hcp->seek_size != 0 && hcp->seek_found_page == PGNO_INVALID &&
98 hcp->seek_found_page = hcp->pgno;
198 hcp->seek_found_page = PGNO_INVALID;
980 hcp->seek_found_page = PGNO_INVALID;
2061 pgno = hcp->seek_found_page != PGNO_INVALID ?
2062 hcp->seek_found_page : hcp->pgno;
2179 if (PGNO(hcp->page) != hcp->seek_found_page) {
2183 hcp->seek_found_page = PGNO(hcp->page);
H A Dhash.c1058 if (hcp->seek_found_page != PGNO_INVALID &&
1059 hcp->seek_found_page != hcp->pgno) {
1064 hcp->pgno = hcp->seek_found_page;
1115 hcp->seek_found_page = PGNO_INVALID;
1814 hcp->seek_found_page == PGNO_INVALID &&
1816 hcp->seek_found_page = hcp->pgno;
1829 if (hcp->seek_found_page == hcp->pgno)
H A Dhash_stat.c344 STAT_ULONG("Page on which we can insert", cp->seek_found_page);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_page.c96 if (hcp->seek_size != 0 && hcp->seek_found_page == PGNO_INVALID &&
98 hcp->seek_found_page = hcp->pgno;
198 hcp->seek_found_page = PGNO_INVALID;
980 hcp->seek_found_page = PGNO_INVALID;
2061 pgno = hcp->seek_found_page != PGNO_INVALID ?
2062 hcp->seek_found_page : hcp->pgno;
2179 if (PGNO(hcp->page) != hcp->seek_found_page) {
2183 hcp->seek_found_page = PGNO(hcp->page);
H A Dhash.c1058 if (hcp->seek_found_page != PGNO_INVALID &&
1059 hcp->seek_found_page != hcp->pgno) {
1064 hcp->pgno = hcp->seek_found_page;
1115 hcp->seek_found_page = PGNO_INVALID;
1814 hcp->seek_found_page == PGNO_INVALID &&
1816 hcp->seek_found_page = hcp->pgno;
1829 if (hcp->seek_found_page == hcp->pgno)
H A Dhash_stat.c344 STAT_ULONG("Page on which we can insert", cp->seek_found_page);

Completed in 118 milliseconds