Home
last modified time | relevance | path

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

/PHP-8.2/ext/imap/
H A Dphp_imap.c4264 #define GETS_FETCH_SIZE 8196LU macro
4271 char buf[GETS_FETCH_SIZE]; in php_mail_gets()
4276 if (size > GETS_FETCH_SIZE) { in php_mail_gets()
4277 read = GETS_FETCH_SIZE; in php_mail_gets()
4278 size -=GETS_FETCH_SIZE; in php_mail_gets()

Completed in 14 milliseconds