Home
last modified time | relevance | path

Searched refs:memp_fclose (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/cmd/sendmail/db/mp/
H A Dmp_open.c128 if ((t_ret = memp_fclose(dbmfp)) != 0 && ret == 0)
H A Dmp_fopen.c411 memp_fclose(dbmfp) in memp_fclose() function
/titanic_41/usr/src/cmd/sendmail/db/db/
H A Ddb.c694 (void)memp_fclose(dbp->mpf);
760 if ((t_ret = memp_fclose(dbp->mpf)) != 0 && ret == 0)
/titanic_41/usr/src/cmd/sendmail/db/
H A Ddb.h835 int memp_fclose __P((DB_MPOOLFILE *));