Searched refs:memp_open (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_open.c | 31 memp_open(path, flags, mode, dbenv, retp) in memp_open() function
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_appinit.c | 213 if (LF_ISSET(DB_INIT_MPOOL) && (ret = memp_open(NULL,
|
H A D | db.c | 544 if ((ret = memp_open(NULL, DB_CREATE | DB_MPOOL_PRIVATE |
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 842 int memp_open __P((const char *, u_int32_t, int, DB_ENV *, DB_MPOOL **));
|