Home
last modified time | relevance | path

Searched refs:OVFL_POINT (Results 1 – 3 of 3) sorted by path

/openbsd/lib/libc/db/hash/
H A Dhash.c166 bpages = (hashp->SPARES[hashp->OVFL_POINT] + in __hash_open()
211 "OVFL POINT ", hashp->OVFL_POINT, in __hash_open()
346 hashp->OVFL_POINT = l2; in init_htab()
811 if (spare_ndx > hashp->OVFL_POINT) { in __expand_table()
812 hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->OVFL_POINT]; in __expand_table()
813 hashp->OVFL_POINT = spare_ndx; in __expand_table()
H A Dhash.h278 #define OVFL_POINT hdr.ovfl_point macro
H A Dhash_page.c651 splitnum = hashp->OVFL_POINT; in overflow_page()
695 hashp->OVFL_POINT = splitnum; in overflow_page()
735 hashp->OVFL_POINT = splitnum; in overflow_page()