Home
last modified time | relevance | path

Searched refs:PARTIAL_KEY (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/db/hash/
H A Dhash_bigkey.c111 p[n] = PARTIAL_KEY; in __big_insert()
283 bytes <= size && bp[ndx + 1] == PARTIAL_KEY; in __find_bigpair()
362 while (bp[ndx + 1] == PARTIAL_KEY) { in __big_return()
H A Dhash.h264 #define PARTIAL_KEY 1 macro