HomeSort by: relevance | last modified time | path
    Searched refs:PARTIAL_KEY (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/db/hash/
hash.h 198 * PARTIAL_KEY This must be the first key/data pair on a page
203 * KEY_OFF PARTIAL_KEY OVFL_PAGENO OVFLPAGE
206 * PARTIAL_KEY -- 1
275 #define PARTIAL_KEY 1
hash_bigkey.c 124 p[n] = PARTIAL_KEY;
313 bytes <= size && bp[ndx + 1] == PARTIAL_KEY;
392 while (bp[ndx + 1] == PARTIAL_KEY) {

Completed in 13 milliseconds