Searched refs:dst_buf_size (Results 1 – 1 of 1) sorted by relevance
2999 dst_buf_size = out_buf_capacity - *pOut_len, new_out_buf_capacity; in tinfl_decompress_mem_to_heap() local3003 &dst_buf_size, in tinfl_decompress_mem_to_heap()3012 *pOut_len += dst_buf_size; in tinfl_decompress_mem_to_heap()3054 dst_buf_size = TINFL_LZ_DICT_SIZE - dict_ofs; in tinfl_decompress_mem_to_callback() local3057 &in_buf_size, pDict, pDict + dict_ofs, &dst_buf_size, in tinfl_decompress_mem_to_callback()3061 if ((dst_buf_size) && in tinfl_decompress_mem_to_callback()3062 (!(*pPut_buf_func)(pDict + dict_ofs, (int)dst_buf_size, pPut_buf_user))) in tinfl_decompress_mem_to_callback()3068 dict_ofs = (dict_ofs + dst_buf_size) & (TINFL_LZ_DICT_SIZE - 1); in tinfl_decompress_mem_to_callback()