Home
last modified time | relevance | path

Searched defs:__db_mpool (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/db/include/
H A Dmp.h119 struct __db_mpool { struct
127 TAILQ_HEAD(__db_mpoolfileh, __db_mpoolfile) dbmfq; argument
130 DB_ENV *dbenv; /* Reference to error information. */
131 REGINFO reginfo; /* Region information. */
133 MPOOL *mp; /* Address of the shared MPOOL. */
135 void *addr; /* Address of shalloc() region. */
137 DB_HASHTAB *htab; /* Hash table of bucket headers. */
161 struct __db_mpoolfile { argument