smtp_from         221 mail/ngx_mail.h     ngx_str_t               smtp_from;
smtp_from        1163 mail/ngx_mail_auth_http_module.c           + sizeof("Auth-SMTP-From: ") - 1 + s->smtp_from.len
smtp_from        1237 mail/ngx_mail_auth_http_module.c         b->last = ngx_copy(b->last, s->smtp_from.data, s->smtp_from.len);
smtp_from         599 mail/ngx_mail_proxy_module.c         line.len = s->smtp_from.len + sizeof(CRLF) - 1;
smtp_from         606 mail/ngx_mail_proxy_module.c         p = ngx_cpymem(line.data, s->smtp_from.data, s->smtp_from.len);
smtp_from         541 mail/ngx_mail_smtp_handler.c     ngx_str_null(&s->smtp_from);
smtp_from         668 mail/ngx_mail_smtp_handler.c     if (s->smtp_from.len) {
smtp_from         696 mail/ngx_mail_smtp_handler.c     s->smtp_from.len = l.len;
smtp_from         698 mail/ngx_mail_smtp_handler.c     s->smtp_from.data = ngx_pnalloc(c->pool, l.len);
smtp_from         699 mail/ngx_mail_smtp_handler.c     if (s->smtp_from.data == NULL) {
smtp_from         703 mail/ngx_mail_smtp_handler.c     ngx_memcpy(s->smtp_from.data, l.data, l.len);
smtp_from         706 mail/ngx_mail_smtp_handler.c                    "smtp mail from:\"%V\"", &s->smtp_from);
smtp_from         721 mail/ngx_mail_smtp_handler.c     if (s->smtp_from.len == 0) {
smtp_from         770 mail/ngx_mail_smtp_handler.c     ngx_str_null(&s->smtp_from);
smtp_from         794 mail/ngx_mail_smtp_handler.c             ngx_str_null(&s->smtp_from);