Home
last modified time | relevance | path

Searched refs:MAX_PAGE_OFFSET (Results 1 – 3 of 3) sorted by relevance

/dragonfly/lib/libc/db/btree/
HDbt_open.c123 (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 || in __bt_open()
241 if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 || in __bt_open()
263 if (b.psize > MAX_PAGE_OFFSET + 1) in __bt_open()
264 b.psize = MAX_PAGE_OFFSET + 1; in __bt_open()
HDbt_split.c699 skip = MAX_PAGE_OFFSET; in bt_psplit()
709 skip = MAX_PAGE_OFFSET; in bt_psplit()
/dragonfly/include/
HDdb.h47 #define MAX_PAGE_OFFSET 65535 /* >= # of bytes in a page */ macro