Home
last modified time | relevance | path

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

/PHP-8.3/tests/basic/
H A DGHSA-9pqp-7h25-4f32.phpt15 const FILLUNIT = 5 * 1024;
64 test(FILLUNIT - strlen("\r\n--") + $offset);
/PHP-8.3/main/
H A Drfc1867.c183 #define FILLUNIT (1024 * 5) macro
259 if (minsize < FILLUNIT) minsize = FILLUNIT; in multipart_buffer_new()
627 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body()
734 if (boundary_len > FILLUNIT-strlen("\r\n--")) {
770 char buff[FILLUNIT];

Completed in 12 milliseconds