Searched refs:SASL_MECHLIST (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c795 while (lc <= SASL_MECHLIST &&
900 r = SASL_MECHLIST;
988 for (i = 0; i <= SASL_MECHLIST; i++)
1952 if ((mci->mci_sai)[SASL_MECHLIST] == NULL ||
1953 *(mci->mci_sai)[SASL_MECHLIST] == '\0')
1954 (mci->mci_sai)[SASL_MECHLIST] = AuthMechanisms;
1957 mci->mci_saslcap = intersect((mci->mci_sai)[SASL_MECHLIST],
H A Dsendmail.h572 # define SASL_MECHLIST 4 /* list of mechanisms to try */ macro
588 # define SASL_MECHLIST_BIT (1 << SASL_MECHLIST)

Completed in 74 milliseconds