Home | History | Annotate | Download | only in hash

Lines Matching defs:pageno

222 	uint16_t *bp, pageno;
229 pageno = 0;
243 pageno = bp[bp[0] - 1];
245 rbufp = __get_buf(hashp, (uint32_t)pageno, rbufp, 0);
263 pageno = bp[n - 1];
269 bp[1] = pageno;
341 * It will return the pageno of the overflow page following the last page
349 uint16_t *bp, pageno;
366 pageno = bp[n - 1];
367 bufp = __get_buf(hashp, (uint32_t)pageno, bufp, 0);