Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A DTRACEFLAGS65 51 queue.c unlockqueue
H A Denvelope.c621 unlockqueue(ee);
641 unlockqueue(e);
H A Dsendmail.h2854 extern void unlockqueue __P((ENVELOPE *));
H A Dqueue.c4385 unlockqueue(e);
5555 unlockqueue(e) in unlockqueue() function
H A Dmain.c3331 unlockqueue(CurEnv);
H A Dsrvrsmtp.c4344 unlockqueue(ee);
H A Ddeliver.c876 unlockqueue(ee);
/freebsd-13.1/contrib/sendmail/
H A DRELEASE_NOTES7503 Avoid null pointer dereference with high debug values in unlockqueue.