Home
last modified time | relevance | path

Searched refs:OVFLPAGE (Results 1 – 4 of 4) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dhash_page.c147 if (bp[i + 1] == OVFLPAGE) { in __delpair()
300 if (ino[2] < REAL_KEY && ino[2] != OVFLPAGE) { in ugly_split()
318 } else if (ino[n + 1] == OVFLPAGE) { in ugly_split()
407 else if (bp[2] < REAL_KEY && bp[bp[0]] != OVFLPAGE) { in __addel()
412 } else if (bp[bp[0]] != OVFLPAGE) { in __addel()
500 sp[ndx + 2] = OVFLPAGE; in __add_ovflpage()
896 sp[n + 2] = OVFLPAGE; in squeeze_key()
926 while (bp[0] && ((bp[bp[0]] == OVFLPAGE) || in print_chain()
H A Dhash_bigkey.c242 bp[2] = OVFLPAGE; in __big_delete()
333 ((n == 2) || (bp[n] == OVFLPAGE) || (FREESPACE(bp)))) in __find_last_page()
599 tp[++n] = OVFLPAGE; in __big_split()
H A Dhash.h263 #define OVFLPAGE 0 macro
H A Dhash.c604 } else if (bp[1] == OVFLPAGE) { in hash_access()
751 while (bp[hashp->cndx + 1] == OVFLPAGE) { in hash_seq()