HomeSort by: relevance | last modified time | path
    Searched defs:ovfl_num (Results 1 - 1 of 1) sorted by relevancy

  /src/lib/libc/db/hash/
hash_page.c 483 uint16_t ndx, ovfl_num; local in function:__add_ovflpage
497 ovfl_num = overflow_page(hashp);
502 if (!ovfl_num || !(bufp->ovfl = __get_buf(hashp, (uint32_t)ovfl_num,
520 sp[ndx + 1] = ovfl_num;

Completed in 13 milliseconds