Searched refs:seek_size (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.h79 u_int32_t seek_size; /* Number of bytes we need for add. */ 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.h79 u_int32_t seek_size; /* Number of bytes we need for add. */ 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.h79 u_int32_t seek_size; /* Number of bytes we need for add. */ 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_stat.c343 STAT_ULONG("Bytes needed for add", cp->seek_size);
H A Dhash.c470 hcp->seek_size = 0;
1798 hcp->seek_size = sought;
1813 if (hcp->seek_size != 0 &&
1815 hcp->seek_size < P_FREESPACE(dbp, hcp->page)) {
H A Dhash_page.c96 if (hcp->seek_size != 0 && hcp->seek_found_page == PGNO_INVALID &&
97 hcp->seek_size < P_FREESPACE(dbp, hcp->page)) {
197 hcp->seek_size = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/hash/
H A Dhash_stat.c343 STAT_ULONG("Bytes needed for add", cp->seek_size);
H A Dhash.c470 hcp->seek_size = 0;
1798 hcp->seek_size = sought;
1813 if (hcp->seek_size != 0 &&
1815 hcp->seek_size < P_FREESPACE(dbp, hcp->page)) {
H A Dhash_page.c96 if (hcp->seek_size != 0 && hcp->seek_found_page == PGNO_INVALID &&
97 hcp->seek_size < P_FREESPACE(dbp, hcp->page)) {
197 hcp->seek_size = 0;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/hash/
H A Dhash_stat.c343 STAT_ULONG("Bytes needed for add", cp->seek_size);
H A Dhash.c470 hcp->seek_size = 0;
1798 hcp->seek_size = sought;
1813 if (hcp->seek_size != 0 &&
1815 hcp->seek_size < P_FREESPACE(dbp, hcp->page)) {
H A Dhash_page.c96 if (hcp->seek_size != 0 && hcp->seek_found_page == PGNO_INVALID &&
97 hcp->seek_size < P_FREESPACE(dbp, hcp->page)) {
197 hcp->seek_size = 0;

Completed in 97 milliseconds