Home
last modified time | relevance | path

Searched refs:e_auth_param (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/sendmail/src/
H A Dsrvrsmtp.c2702 if (e->e_auth_param == NULL)
2705 e->e_auth_param = macvalue(macid("{auth_authen}"),
2707 if (e->e_auth_param == NULL)
2708 e->e_auth_param = "<>";
4541 e->e_auth_param = "";
4684 if (e->e_auth_param != NULL)
4721 q = e->e_auth_param;
4727 e->e_auth_param = "<>";
4737 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool,
H A Dusersmtp.c2109 if (bitset(MCIF_AUTH, mci->mci_flags) && e->e_auth_param != NULL &&
2110 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2117 " AUTH=%s", e->e_auth_param);
H A Dmain.c2760 MainEnvelope.e_auth_param = NULL;
2774 MainEnvelope.e_auth_param = sm_rpool_strdup_x(MainEnvelope.e_rpool,
3034 CurEnv->e_auth_param = NULL;
H A Dqueue.c689 if (e->e_auth_param != NULL)
691 denlstring(e->e_auth_param, true, false));
4194 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool, &bp[1]);
H A Dsendmail.h980 char *e_auth_param; /* readonly; NULL or static storage or member