Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c67 #ifndef SENDBUFLEN
68 #define SENDBUFLEN 16385 macro
3780 tmp = emalloc(SENDBUFLEN + 1); in PHP_FUNCTION()
3831 … } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ in PHP_FUNCTION()
4407 char address[SENDBUFLEN]; in _php_rfc822_write_address()
4409 if (_php_imap_address_size(addresslist) >= SENDBUFLEN) { in _php_rfc822_write_address()

Completed in 33 milliseconds