Searched refs:MAIL_BUFFER_SIZE (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/win32/ |
H A D | php_win32_globals.h | 43 char mail_buffer[MAIL_BUFFER_SIZE];
|
H A D | sendmail.h | 7 #define MAIL_BUFFER_SIZE (1024*4) /* 4k buffer */ macro
|
H A D | sendmail.c | 732 header_buffer = ecalloc(1, MAIL_BUFFER_SIZE); in PostHeader() 738 snprintf(header_buffer, MAIL_BUFFER_SIZE, "Date: %s\r\n", ZSTR_VAL(dt)); in PostHeader() 926 ZEND_TLS char buf[MAIL_BUFFER_SIZE]; in Ack() 937 if ((rlen = recv(PW32G(mail_socket), buf + Index, ((MAIL_BUFFER_SIZE) - 1) - Received, 0)) < 1) { in Ack() 1072 result = snprintf(Buf, MAIL_BUFFER_SIZE, FormatString, tmpAddress); in FormatEmailAddress() 1076 return snprintf(Buf, MAIL_BUFFER_SIZE , FormatString , EmailAddress ); in FormatEmailAddress()
|
Completed in 7 milliseconds