Searched refs:e_lockfp (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/sendmail/src/
H A Dqueue.c385 tfp = e->e_lockfp;
412 e->e_lockfp = tfp;
502 if (e->e_lockfp == NULL)
505 dumpfd(sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD, NULL),
961 if (e->e_lockfp != NULL)
962 (void) sm_io_close(e->e_lockfp, SM_TIME_DEFAULT);
963 e->e_lockfp = tfp;
3948 ** openonly -- only open the qf (returned as e_lockfp)
4178 e->e_lockfp = qfp;
4652 ** close file; clear e_lockfp sinc
[all...]
H A Ddeliver.c421 ee->e_lockfp = NULL;
671 if (e->e_lockfp != NULL)
672 (void) sm_io_close(e->e_lockfp, SM_TIME_DEFAULT);
675 e->e_lockfp = NULL;
2402 (e->e_lockfp != NULL &&
2403 (mpvect[0] == sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD,
2405 mpvect[1] == sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD,
2408 if (e->e_lockfp == NULL)
2416 sm_io_getinfo(e->e_lockfp,
2492 if (e->e_lockfp !
[all...]
H A Denvelope.c906 if (e->e_lockfp == NULL && bitset(EF_INQUEUE, e->e_flags))
950 if (e->e_lockfp == NULL)
H A Dutil.c2095 if (e->e_lockfp != NULL)
2099 fd = sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD, NULL);
H A Dsendmail.h1042 SM_FILE_T *e_lockfp; /* the lock file for this message */ member in struct:envelope

Completed in 284 milliseconds