Lines Matching defs:toRead
66 size_t const toRead = CHUNK;
72 bool flag = read - src_pos < toRead;
82 if (memmove_s(buffIn, CHUNK, inBuffer.content + src_pos, toRead) != 0) {
85 src_pos += toRead;
86 cStream.avail_in = toRead;
136 size_t const toRead = CHUNK;
142 bool flag = read - src_pos < toRead;
152 if (memmove_s(buffIn, CHUNK, inBuffer.content + src_pos, toRead) != 0) {
155 input = {buffIn, toRead, 0};
156 src_pos += toRead;