Searched refs:pIn_buf_end (Results 1 – 1 of 1) sorted by relevance
2272 …while (pIn_buf_cur >= pIn_buf_end) …2354 …if ((pIn_buf_end - pIn_buf_cur) < 2) …2393 const mz_uint8 *pIn_buf_cur = pIn_buf_next, *const pIn_buf_end = pIn_buf_next + *pIn_buf_size; in tinfl_decompress() local2462 while (pIn_buf_cur >= pIn_buf_end) in tinfl_decompress()2466 …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()2607 if (((pIn_buf_end - pIn_buf_cur) < 4) || ((pOut_buf_end - pOut_buf_cur) < 2)) in tinfl_decompress()