Lines Matching full:chunk_size
87 #define CHUNK_SIZE 512821 if (inbuf->use < reader->cur + CHUNK_SIZE) {849 * parse by block of CHUNK_SIZE bytes, various tests show that852 if (inbuf->use >= reader->cur + CHUNK_SIZE) {855 CHUNK_SIZE, 0);856 reader->cur += CHUNK_SIZE;877 (inbuf->use - reader->cur <= CHUNK_SIZE)) {