Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/sendmail/src/
HDTRACEFLAGS65 51 queue.c unlockqueue
HDenvelope.c618 unlockqueue(ee);
633 unlockqueue(e);
HDqueue.c996 unlockqueue(e);
4443 unlockqueue(e);
5628 unlockqueue(e) in unlockqueue() function
HDsendmail.h3026 extern void unlockqueue __P((ENVELOPE *));
HDmain.c3401 unlockqueue(CurEnv);
HDsrvrsmtp.c4652 unlockqueue(ee);
HDdeliver.c971 unlockqueue(ee);
/freebsd-14-stable/contrib/sendmail/
HDRELEASE_NOTES7801 Avoid null pointer dereference with high debug values in unlockqueue.