Home
last modified time | relevance | path

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

/PHP-8.3/ext/imap/
H A Dphp_imap.c4540 #define GETS_FETCH_SIZE 8196LU macro
4547 char buf[GETS_FETCH_SIZE]; in php_mail_gets()
4552 if (size > GETS_FETCH_SIZE) { in php_mail_gets()
4553 read = GETS_FETCH_SIZE; in php_mail_gets()
4554 size -=GETS_FETCH_SIZE; in php_mail_gets()

Completed in 14 milliseconds