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

/PHP_5_4/ext/imap/
H A Dphp_imap.c67 #ifndef SENDBUFLEN
68 #define SENDBUFLEN 16385 macro
3781 tmp = emalloc(SENDBUFLEN + 1);
3832 } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */
4408 char address[SENDBUFLEN];
4410 if (_php_imap_address_size(addresslist) >= SENDBUFLEN) {

Completed in 9 milliseconds