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

/barrelfish-master/lib/libc/db/hash/
H A Dhash_page.c151 if (bp[i + 1] == OVFLPAGE) {
304 if (ino[2] < REAL_KEY && ino[2] != OVFLPAGE) {
322 } else if (ino[n + 1] == OVFLPAGE) {
411 else if (bp[2] < REAL_KEY && bp[bp[0]] != OVFLPAGE) {
416 } else if (bp[bp[0]] != OVFLPAGE) {
504 sp[ndx + 2] = OVFLPAGE;
896 sp[n + 2] = OVFLPAGE;
926 while (bp[0] && ((bp[bp[0]] == OVFLPAGE) ||
H A Dhash.h183 * OVFLPAGE Rather than a key data pair, this pair contains
186 * OVERFLOW_PAGE_NUMBER OVFLPAGE
193 * KEY_OFF PARTIAL_KEY OVFL_PAGENO OVFLPAGE
198 * OVFLPAGE -- 0
214 * OVFLPAGE -- 0
227 * OVFLPAGE -- 0
252 * DATA_OFF FULL_KEY_DATA <OVFL_PAGENO> <OVFLPAGE>
258 * OVFLPAGE -- 0
260 * OVFL_PAGENO and OVFLPAGE are optional (they are
264 #define OVFLPAGE macro
[all...]
H A Dhash_bigkey.c246 bp[2] = OVFLPAGE;
333 * either only 2 entries OVFLPAGE marker is explicit there
337 ((n == 2) || (bp[n] == OVFLPAGE) || (FREESPACE(bp))))
603 tp[++n] = OVFLPAGE;
624 * and tp[4] is OVFLPAGE. If there are two, tp[4] contains
H A Dhash.c608 } else if (bp[1] == OVFLPAGE) {
755 while (bp[hashp->cndx + 1] == OVFLPAGE) {

Completed in 88 milliseconds