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

/osnet-11/usr/src/cmd/sendmail/db/mp/
H A Dmp_fget.c55 * Don't test for DB_MPOOL_CREATE and DB_MPOOL_NEW flags for readonly
64 #define OKFLAGS (DB_MPOOL_CREATE | DB_MPOOL_LAST | DB_MPOOL_NEW)
73 case DB_MPOOL_NEW:
112 if (LF_ISSET(DB_MPOOL_LAST | DB_MPOOL_NEW)) {
113 if (LF_ISSET(DB_MPOOL_NEW))
118 if (LF_ISSET(DB_MPOOL_NEW))
274 * Note: DB_MPOOL_NEW specifically doesn't call the pgin function.
276 * has to be able to handle pages of 0's -- if it uses DB_MPOOL_NEW,
282 if (LF_ISSET(DB_MPOOL_NEW)) {
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_page.c95 if ((ret = memp_fget(dbp->mpf, &pgno, DB_MPOOL_NEW, &h)) != 0)
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h779 #define DB_MPOOL_NEW 0x004 /* Create a new page. */ macro

Completed in 28 milliseconds