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

/freebsd-11.0-release/lib/libc/db/hash/
H A Dhash_page.c470 u_int16_t *sp, ndx, ovfl_num; local
483 ovfl_num = overflow_page(hashp);
488 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, ovfl_num, bufp, 1)))
503 sp[ndx + 1] = ovfl_num;

Completed in 44 milliseconds