Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds