Home
last modified time | relevance | path

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

/reactos/drivers/network/tcpip/lwip/src/apps/smtp/
H A Dsmtp.c594 char *sfrom, *sto, *ssubject, *sbody; in smtp_send_mail() local
611 s->from = sfrom = (char*)s + sizeof(struct smtp_session); in smtp_send_mail()
613 s->to = sto = sfrom + from_len + 1; in smtp_send_mail()
621 MEMCPY(sfrom, from, from_len + 1); in smtp_send_mail()