Home
last modified time | relevance | path

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

/dragonfly/lib/libc/db/hash/
HDhash_bigkey.c112 p[n] = PARTIAL_KEY; in __big_insert()
284 bytes <= size && bp[ndx + 1] == PARTIAL_KEY; in __find_bigpair()
363 while (bp[ndx + 1] == PARTIAL_KEY) { in __big_return()
HDhash.h266 #define PARTIAL_KEY 1 macro