Searched refs:DB_MAX_PAGES (Results 1 - 11 of 11) sorted by relevance

/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dmkconsts75 DB_MAX_PAGES => DEFINE,
H A DBerkeleyDB.pm258 DB_MAX_PAGES
H A Dconstants.h1187 DB_LOCK_DUMP DB_LOCK_RW_N DB_LOGOLDVER DB_LOG_DSYNC DB_MAX_PAGES
1390 if (memEQ(name, "DB_MAX_PAGES", 12)) {
1392 #ifdef DB_MAX_PAGES
1393 *iv_return = DB_MAX_PAGES;
5519 DB_LOG_SILENT_ERR DB_LOG_WRNOSYNC DB_LOG_ZERO DB_MAX_PAGES
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Ddb.in118 #define DB_MAX_PAGES 0xffffffff /* >= # of pages in a file */
/macosx-10.9.5/BerkeleyDB-21/db/btree/
H A Dbt_compact.c185 c_data->compact_pages = DB_MAX_PAGES;
/macosx-10.9.5/BerkeleyDB-21/db/build_brew/
H A Ddb.h108 #define DB_MAX_PAGES 0xffffffff /* >= # of pages in a file */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_s60/
H A Ddb.h97 #define DB_MAX_PAGES 0xffffffff /* >= # of pages in a file */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_vxworks/
H A Ddb.h106 #define DB_MAX_PAGES 0xffffffff /* >= # of pages in a file */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_wince/
H A Ddb.h145 #define DB_MAX_PAGES 0xffffffff /* >= # of pages in a file */ macro
/macosx-10.9.5/BerkeleyDB-21/db/build_windows/
H A Ddb.h145 #define DB_MAX_PAGES 0xffffffff /* >= # of pages in a file */ macro
/macosx-10.9.5/BerkeleyDB-21/db/php_db4/
H A Ddb4.cpp415 REGISTER_LONG_CONSTANT("DB_MAX_PAGES", DB_MAX_PAGES, CONST_CS | CONST_PERSISTENT);

Completed in 206 milliseconds