Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dsrvrsmtp.c3030 if (e->e_auth_param == NULL)
3033 e->e_auth_param = macvalue(macid("{auth_authen}"),
3035 if (e->e_auth_param == NULL)
3036 e->e_auth_param = "<>";
5000 e->e_auth_param = "";
5141 if (e->e_auth_param != NULL)
5178 q = e->e_auth_param;
5184 e->e_auth_param = "<>";
5194 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool,
H A Dusersmtp.c2211 if (bitset(MCIF_AUTH, mci->mci_flags) && e->e_auth_param != NULL &&
2212 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2219 " AUTH=%s", e->e_auth_param);
H A Dmain.c2847 MainEnvelope.e_auth_param = NULL;
2861 MainEnvelope.e_auth_param = sm_rpool_strdup_x(MainEnvelope.e_rpool,
3126 CurEnv->e_auth_param = NULL;
H A Dqueue.c706 if (e->e_auth_param != NULL)
708 denlstring(e->e_auth_param, true, false));
4284 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool, &bp[1]);
H A Dsendmail.h1158 char *e_auth_param; /* readonly; NULL or static storage or member