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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dhash.h80 db_pgno_t seek_found_page;/* Page on which we can insert. */ member in struct:cursor_t
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash.c1018 if (hcp->seek_found_page != PGNO_INVALID &&
1019 hcp->seek_found_page != hcp->pgno) {
1024 hcp->pgno = hcp->seek_found_page;
1075 hcp->seek_found_page = PGNO_INVALID;
1761 hcp->seek_found_page == PGNO_INVALID &&
1763 hcp->seek_found_page = hcp->pgno;
1776 if (hcp->seek_found_page == hcp->pgno)
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;
992 hcp->seek_found_page = PGNO_INVALID;
2015 pgno = hcp->seek_found_page != PGNO_INVALID ?
2016 hcp->seek_found_page : hcp->pgno;
2133 if (PGNO(hcp->page) != hcp->seek_found_page) {
2137 hcp->seek_found_page = PGNO(hcp->page);
H A Dhash_stat.c344 STAT_ULONG("Page on which we can insert", cp->seek_found_page);

Completed in 22 milliseconds