Searched refs:SENDBUFLEN (Results 1 – 1 of 1) sorted by relevance
66 #ifndef SENDBUFLEN67 #define SENDBUFLEN 16385 macro3579 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 21 milliseconds