Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c1008 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) &&
1013 if (!bitset(SASL_AUTHID_BIT, got))
H A Dsendmail.h790 # define SASL_AUTHID_BIT (1 << SASL_AUTHID) macro