Searched refs:FILLUNIT (Results 1 – 2 of 2) sorted by relevance
15 const FILLUNIT = 5 * 1024;64 test(FILLUNIT - strlen("\r\n--") + $offset);
206 #define FILLUNIT (1024 * 5) macro282 if (minsize < FILLUNIT) minsize = FILLUNIT; in multipart_buffer_new()650 char buf[FILLUNIT], *out=NULL; in multipart_buffer_read_body()757 if (boundary_len > FILLUNIT-strlen("\r\n--")) {793 char buff[FILLUNIT];
Completed in 10 milliseconds