Searched refs:SIZEOF_PAGE (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h249 * With many compilers sizeof(PAGE) == 28, while SIZEOF_PAGE == 26.
251 * the SIZEOF_PAGE. When giving the sizeof(), many compilers will
254 #define SIZEOF_PAGE 26 macro
260 ((db_indx_t *)((u_int8_t *)(pg) + SIZEOF_PAGE + \
266 SIZEOF_PAGE + SSZA(PG_CRYPTO, iv)) \
271 SIZEOF_PAGE + SSZA(PG_CRYPTO, chksum)) : \
273 SIZEOF_PAGE + SSZA(PG_CHKSUM, chksum)) \
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_compact.c176 factor = dbp->pgsize - SIZEOF_PAGE;
182 factor = (dbp->pgsize - SIZEOF_PAGE) - factor;

Completed in 66 milliseconds