Searched refs:in_chunk_max (Results 1 – 1 of 1) sorted by relevance
287 static const size_t in_chunk_max = 16384; in worker_encode() local289 if (in_size - in_pos > in_chunk_max) { in worker_encode()290 in_limit = in_pos + in_chunk_max; in worker_encode()