Searched refs:mpreg (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_bh.c44 DB_MPREG *mpreg; local
89 for (mpreg = LIST_FIRST(&dbmp->dbregq);
90 mpreg != NULL; mpreg = LIST_NEXT(mpreg, q))
91 if (mpreg->ftype == mfp->ftype)
94 if (mpreg == NULL)
467 DB_MPREG *mpreg; local
477 for (mpreg = LIST_FIRST(&dbmp->dbregq);
478 mpreg !
[all...]
H A Dmp_open.c113 DB_MPREG *mpreg; local
121 while ((mpreg = LIST_FIRST(&dbmp->dbregq)) != NULL) {
122 LIST_REMOVE(mpreg, q);
123 __os_free(mpreg, sizeof(DB_MPREG));

Completed in 58 milliseconds