Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/db/hash/
Dpage.h83 #define PAGE_META(N) (((N)+3) * sizeof(u_int16_t)) macro
Dhash_bigkey.c108 FREESPACE(p) = off - PAGE_META(n); in __big_insert()
163 FREESPACE(p) = off - PAGE_META(n); in __big_insert()
248 FREESPACE(bp) = hashp->BSIZE - PAGE_META(n); in __big_delete()