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