Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c3896 char *bufferTo = NULL, *bufferCc = NULL, *bufferBcc = NULL, *bufferHeader = NULL; in _php_imap_mail() local
3910 #define PHP_IMAP_CLEAN if (bufferTo) efree(bufferTo); if (bufferCc) efree(bufferCc); if (bufferBcc)… in _php_imap_mail()
3921 bufferTo = (char *)safe_emalloc(bt_len, 1, 1); in _php_imap_mail()
3930 bufferTo = safe_erealloc(bufferTo, bt_len, 1, strlen(addr->mailbox)); in _php_imap_mail()
3932 bufferTo = safe_erealloc(bufferTo, bt_len, 1, strlen(addr->host)); in _php_imap_mail()
3934 offset += slprintf(bufferTo + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host); in _php_imap_mail()
3940 bufferTo[offset-1] = 0; in _php_imap_mail()
4003 …if (TSendMail(INI_STR("SMTP"), &tsm_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bu… in _php_imap_mail()

Completed in 15 milliseconds