Searched refs:pOut_buf_cur (Results 1 – 1 of 1) sorted by relevance
678 mz_uint8 *pOut_buf_cur = pOut_buf_next, *const pOut_buf_end = pOut_buf_next + *pOut_buf_size; in tinfl_decompress() local707 while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(52, TINFL_STATUS_HAS_MORE_OUTPUT); } in tinfl_decompress()708 *pOut_buf_cur++ = (mz_uint8)dist; in tinfl_decompress()713 …size_t n; while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(9, TINFL_STATUS_HAS_MORE_OUTPUT);… in tinfl_decompress()725 …n = MZ_MIN(MZ_MIN((size_t)(pOut_buf_end - pOut_buf_cur), (size_t)(pIn_buf_end - pIn_buf_cur)), cou… in tinfl_decompress()726 …TINFL_MEMCPY(pOut_buf_cur, pIn_buf_cur, n); pIn_buf_cur += n; pOut_buf_cur += n; counter -= (mz_ui… in tinfl_decompress()796 if (((pIn_buf_end - pIn_buf_cur) < 4) || ((pOut_buf_end - pOut_buf_cur) < 2)) in tinfl_decompress()801 … while (pOut_buf_cur >= pOut_buf_end) { TINFL_CR_RETURN(24, TINFL_STATUS_HAS_MORE_OUTPUT); } in tinfl_decompress()802 *pOut_buf_cur++ = (mz_uint8)counter; in tinfl_decompress()833 pOut_buf_cur[0] = (mz_uint8)counter; in tinfl_decompress()[all …]