Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c515 ee->e_lockfp = NULL;
766 if (e->e_lockfp != NULL)
767 (void) sm_io_close(e->e_lockfp, SM_TIME_DEFAULT);
770 e->e_lockfp = NULL;
3016 (e->e_lockfp != NULL &&
3022 if (e->e_lockfp == NULL)
3030 sm_io_getinfo(e->e_lockfp,
3104 if (e->e_lockfp != NULL)
3105 (void) close(sm_io_getinfo(e->e_lockfp,
6473 if (e->e_lockfp != NULL)
[all …]
H A Dqueue.c389 tfp = e->e_lockfp;
416 e->e_lockfp = tfp;
506 if (e->e_lockfp == NULL)
968 if (e->e_lockfp != NULL)
970 e->e_lockfp = tfp;
4236 e->e_lockfp = qfp;
4705 e->e_lockfp = NULL;
5084 SM_CLOSE_FP(e.e_lockfp);
5636 SM_CLOSE_FP(e->e_lockfp);
8184 ee->e_lockfp = NULL;
[all …]
H A Denvelope.c891 if (e->e_lockfp == NULL && bitset(EF_INQUEUE, e->e_flags))
935 if (e->e_lockfp == NULL)
H A Dutil.c2241 if (e->e_lockfp != NULL)
2245 fd = sm_io_getinfo(e->e_lockfp, SM_IO_WHAT_FD, NULL);
H A Dsendmail.h1140 SM_FILE_T *e_lockfp; /* the lock file for this message */ member