Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dsrvrsmtp.c2834 if (e->e_auth_param == NULL)
2837 e->e_auth_param = macvalue(macid("{auth_authen}"),
2839 if (e->e_auth_param == NULL)
2840 e->e_auth_param = "<>";
4685 e->e_auth_param = "";
4828 if (e->e_auth_param != NULL)
4865 q = e->e_auth_param;
4871 e->e_auth_param = "<>";
4881 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool,
H A Dusersmtp.c2147 if (bitset(MCIF_AUTH, mci->mci_flags) && e->e_auth_param != NULL &&
2148 SPACELEFT(optbuf, bufp) > strlen(e->e_auth_param) + 7
2155 " AUTH=%s", e->e_auth_param);
H A Dmain.c2779 MainEnvelope.e_auth_param = NULL;
2793 MainEnvelope.e_auth_param = sm_rpool_strdup_x(MainEnvelope.e_rpool,
3064 CurEnv->e_auth_param = NULL;
H A Dqueue.c701 if (e->e_auth_param != NULL)
703 denlstring(e->e_auth_param, true, false));
4226 e->e_auth_param = sm_rpool_strdup_x(e->e_rpool, &bp[1]);
H A Dsendmail.h1060 char *e_auth_param; /* readonly; NULL or static storage or member