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

/macosx-10.10/BerkeleyDB-21/db/dbinc/
H A Ddb_page.h52 #define P_DONTEXTEND 0x8000 /* Don't allocate if there are no free pages. */ macro
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_meta.c126 if (FLD_ISSET(type, P_DONTEXTEND)) {
158 FLD_CLR(type, P_DONTEXTEND);
/macosx-10.10/BerkeleyDB-21/db/btree/
H A Dbt_compact.c1885 if ((ret = __db_new(dbc, P_DONTEXTEND | TYPE(*pgp), &newpage)) != 0)

Completed in 173 milliseconds