Searched refs:pIn_buf_end (Results 1 – 1 of 1) sorted by relevance
203 if (pIn_buf_cur >= pIn_buf_end) { \207 if (pIn_buf_cur < pIn_buf_end) { \248 if ((pIn_buf_end - pIn_buf_cur) < 2) { \270 const mz_uint8 *pIn_buf_cur = pIn_buf_next, *const pIn_buf_end = pIn_buf_next + *pIn_buf_size; in tinfl_decompress() local307 while (pIn_buf_cur >= pIn_buf_end) in tinfl_decompress()318 …n = MZ_MIN(MZ_MIN((SizeT)(pOut_buf_end - pOut_buf_cur), (SizeT)(pIn_buf_end - pIn_buf_cur)), count… in tinfl_decompress()392 if (((pIn_buf_end - pIn_buf_cur) < 4) || ((pOut_buf_end - pOut_buf_cur) < 2)) in tinfl_decompress()