Home
last modified time | relevance | path

Searched refs:fileid_off (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/db/mp/
H A Dmp_fopen.c322 R_ADDR(dbmp, mfp->fileid_off), DB_FILE_ID_LEN)) {
370 DB_FILE_ID_LEN, &mfp->fileid_off, &p)) != 0)
396 if (mfp->fileid_off != 0)
398 R_ADDR(dbmp, mfp->fileid_off));
552 if (mfp->fileid_off != 0)
553 __db_shalloc_free(dbmp->addr, R_ADDR(dbmp, mfp->fileid_off));
/illumos-gate/usr/src/cmd/sendmail/db/include/
H A Dmp.h249 size_t fileid_off; /* File identification location. */ member