Home
last modified time | relevance | path

Searched refs:unlockqueue (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/sendmail/src/
H A DTRACEFLAGS65 51 queue.c unlockqueue
H A Denvelope.c608 unlockqueue(ee);
628 unlockqueue(e);
H A Dsendmail.h2823 extern void unlockqueue __P((ENVELOPE *));
H A Dqueue.c4347 unlockqueue(e);
5498 unlockqueue(e) in unlockqueue() function
H A Dmain.c3301 unlockqueue(CurEnv);
H A Dsrvrsmtp.c4200 unlockqueue(ee);
H A Ddeliver.c867 unlockqueue(ee);
/freebsd-12.1/contrib/sendmail/
H A DRELEASE_NOTES7385 Avoid null pointer dereference with high debug values in unlockqueue.