Lines Matching refs:buffIn
74 (void)memset_s(buffIn, CHUNK, 0, CHUNK);
75 if (memmove_s(buffIn, CHUNK, inBuffer.content + src_pos, read - src_pos) != 0) {
81 (void)memset_s(buffIn, CHUNK, 0, CHUNK);
82 if (memmove_s(buffIn, CHUNK, inBuffer.content + src_pos, toRead) != 0) {
89 cStream.next_in = reinterpret_cast<Bytef*>(buffIn);
144 (void)memset_s(buffIn, CHUNK, 0, CHUNK);
145 if (memmove_s(buffIn, CHUNK, inBuffer.content + src_pos, read - src_pos) != 0) {
148 input = {buffIn, read - src_pos, 0};
151 (void)memset_s(buffIn, CHUNK, 0, CHUNK);
152 if (memmove_s(buffIn, CHUNK, inBuffer.content + src_pos, toRead) != 0) {
155 input = {buffIn, toRead, 0};