Searched refs:path_off (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/sendmail/db/mp/ |
H A D | mp_fopen.c | 364 strlen(path) + 1, &mfp->path_off, &p)) != 0) 393 err: if (mfp->path_off != 0) 395 R_ADDR(dbmp, mfp->path_off)); 550 if (mfp->path_off != 0) 551 __db_shalloc_free(dbmp->addr, R_ADDR(dbmp, mfp->path_off));
|
H A D | mp_pr.c | 145 if (mfp->path_off == 0) 148 return ((char *)R_ADDR(dbmp, mfp->path_off));
|
H A D | mp_bh.c | 125 if (__memp_fopen(dbmp, mfp, R_ADDR(dbmp, mfp->path_off), 576 NULL, R_ADDR(dbmp, mfp->path_off), 0, NULL, &rpath)) != 0)
|
/illumos-gate/usr/src/cmd/sendmail/db/include/ |
H A D | mp.h | 248 size_t path_off; /* File name location. */ member
|