Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c4803 #define GETS_FETCH_SIZE 8196LU macro
4811 char buf[GETS_FETCH_SIZE]; in php_mail_gets()
4816 if (size > GETS_FETCH_SIZE) { in php_mail_gets()
4817 read = GETS_FETCH_SIZE; in php_mail_gets()
4818 size -=GETS_FETCH_SIZE; in php_mail_gets()

Completed in 15 milliseconds