Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbt_open.c121 (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 || in __bt_open()
236 if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 || in __bt_open()
254 if (b.psize > MAX_PAGE_OFFSET + 1) in __bt_open()
255 b.psize = MAX_PAGE_OFFSET + 1; in __bt_open()
H A Dbt_split.c703 skip = MAX_PAGE_OFFSET; in bt_psplit()
713 skip = MAX_PAGE_OFFSET; in bt_psplit()
/freebsd/include/
H A Ddb.h46 #define MAX_PAGE_OFFSET 65535 /* >= # of bytes in a page */ macro