Lines Matching defs:pass
153 #define SMTP_PASS(session) (session)->pass
267 char *pass;
399 * @param pass password passed to the server together with username
402 smtp_set_auth(const char* username, const char* pass)
418 if (pass != NULL) {
420 pass_len = strlen(pass);
435 if (pass != NULL) {
437 strcpy(smtp_pass, pass);
524 /* default username and pass is empty string */
526 s->pass = s->auth_plain;
531 s->pass += smtp_pass - smtp_auth_plain;