Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/
H A Dphp_imap.c3381 char *bufferTo = NULL, *bufferCc = NULL, *bufferBcc = NULL, *bufferHeader = NULL; in _php_imap_mail() local
3394 #define PHP_IMAP_CLEAN if (bufferTo) efree(bufferTo); if (bufferCc) efree(bufferCc); if (bufferBcc)… in _php_imap_mail()
3434 bufferCc = (char *)safe_emalloc(bt_len, 1, 1); in _php_imap_mail()
3443 bufferCc = safe_erealloc(bufferCc, bt_len, 1, strlen(addr->mailbox)); in _php_imap_mail()
3445 bufferCc = safe_erealloc(bufferCc, bt_len, 1, strlen(addr->host)); in _php_imap_mail()
3447 offset += slprintf(bufferCc + offset, bt_len - offset, "%s@%s,", addr->mailbox, addr->host); in _php_imap_mail()
3453 bufferCc[offset-1] = 0; in _php_imap_mail()
3488 bufferTo, ZSTR_VAL(message), bufferCc, bufferBcc, rpath ? ZSTR_VAL(rpath) : NULL) != SUCCESS) { in _php_imap_mail()

Completed in 13 milliseconds