Home
last modified time | relevance | path

Searched refs:SASL_PROC_AUTH (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c1702 if (authenticating != SASL_PROC_AUTH
1767 if (authenticating == SASL_PROC_AUTH)
2277 authenticating = SASL_PROC_AUTH;
H A Dsendmail.h797 # define SASL_PROC_AUTH 1 /* in process of authenticating */ macro