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

/freebsd-10-stable/lib/libc/db/btree/
H A Dbt_open.c125 (b.psize < MINPSIZE || b.psize > MAX_PAGE_OFFSET + 1 ||
240 if (m.psize < MINPSIZE || m.psize > MAX_PAGE_OFFSET + 1 ||
258 if (b.psize > MAX_PAGE_OFFSET + 1)
259 b.psize = MAX_PAGE_OFFSET + 1;
H A Dbt_split.c702 skip = MAX_PAGE_OFFSET;
712 skip = MAX_PAGE_OFFSET;
/freebsd-10-stable/include/
H A Ddb.h47 #define MAX_PAGE_OFFSET 65535 /* >= # of bytes in a page */ macro

Completed in 94 milliseconds