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