Home
last modified time | relevance | path

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

/PHP-5.3/ext/imap/
H A Dphp_imap.c3905 char *bufferTo = NULL, *bufferCc = NULL, *bufferBcc = NULL, *bufferHeader = NULL; in _php_imap_mail() local
3919 …(bufferTo) efree(bufferTo); if (bufferCc) efree(bufferCc); if (bufferBcc) efree(bufferBcc); if (bu… in _php_imap_mail()
3985 bufferBcc = (char *)safe_emalloc(bt_len, 1, 1); in _php_imap_mail()
3994 bufferBcc = safe_erealloc(bufferBcc, bt_len, 1, strlen(addr->mailbox)); in _php_imap_mail()
3996 bufferBcc = safe_erealloc(bufferBcc, bt_len, 1, strlen(addr->host)); in _php_imap_mail()
3998 offset += slprintf(bufferBcc + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host); in _php_imap_mail()
4004 bufferBcc[offset-1] = 0; in _php_imap_mail()
4012 …m_err, &tsm_errmsg, bufferHeader, subject, bufferTo, message, bufferCc, bufferBcc, rpath TSRMLS_CC… in _php_imap_mail()

Completed in 15 milliseconds