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

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

Completed in 122 milliseconds