Home
last modified time | relevance | path

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

/PHP-7.4/ext/imap/
H A Dphp_imap.c66 #ifndef SENDBUFLEN
67 #define SENDBUFLEN 16385 macro
3940 tmp = emalloc(SENDBUFLEN + 1); in PHP_FUNCTION()
3991 … } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ in PHP_FUNCTION()
4563 char address[SENDBUFLEN]; in _php_rfc822_write_address()
4565 if (_php_imap_address_size(addresslist) >= SENDBUFLEN) { in _php_rfc822_write_address()

Completed in 19 milliseconds