Home | History | Annotate | Download | only in src

Lines Matching refs:this_chunk_size

341     size_t this_chunk_size = chunk_size;
343 if (this_chunk_size > bytes_available) {
344 this_chunk_size = bytes_available;
347 this_chunk_size,
363 size_t this_chunk_size = chunk_size;
365 if (this_chunk_size > bytes_available) {
366 this_chunk_size = bytes_available;
369 this_chunk_size,
438 size_t this_chunk_size = chunk_size;
440 if (this_chunk_size > bytes_available) {
441 this_chunk_size = bytes_available;
445 this_chunk_size,