Searched refs:SENDBUFLEN (Results 1 – 1 of 1) sorted by relevance
66 #ifndef SENDBUFLEN67 #define SENDBUFLEN 16385 macro3260 tmp = emalloc(SENDBUFLEN + 1); in PHP_FUNCTION()3311 … } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ in PHP_FUNCTION()3889 char address[SENDBUFLEN]; in _php_rfc822_write_address()3891 if (_php_imap_address_size(addresslist) >= SENDBUFLEN) { in _php_rfc822_write_address()
Completed in 14 milliseconds