Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sendmail/src/
H A DTRACEFLAGS65 51 queue.c unlockqueue
H A Denvelope.c618 unlockqueue(ee);
633 unlockqueue(e);
H A Dqueue.c996 unlockqueue(e);
4443 unlockqueue(e);
5628 unlockqueue(e) in unlockqueue() function
H A Dsendmail.h3026 extern void unlockqueue __P((ENVELOPE *));
H A Dmain.c3401 unlockqueue(CurEnv);
H A Dsrvrsmtp.c4652 unlockqueue(ee);
H A Ddeliver.c971 unlockqueue(ee);
/freebsd-14.2/contrib/sendmail/
H A DRELEASE_NOTES7801 Avoid null pointer dereference with high debug values in unlockqueue.