Home
last modified time | relevance | path

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

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