Lines Matching defs:pPut_buf_func
1611 tinfl_put_buf_func_ptr pPut_buf_func,
1785 tdefl_put_buf_func_ptr pPut_buf_func,
1882 tdefl_put_buf_func_ptr pPut_buf_func,
3044 tinfl_put_buf_func_ptr pPut_buf_func,
3062 (!(*pPut_buf_func)(pDict + dict_ofs, (int)dst_buf_size, pPut_buf_user)))
4338 tdefl_put_buf_func_ptr pPut_buf_func,
4340 d->m_pPut_buf_func = pPut_buf_func;
4381 tdefl_put_buf_func_ptr pPut_buf_func,
4385 if (((buf_len) && (!pBuf)) || (!pPut_buf_func)) return MZ_FALSE;
4388 succeeded = (tdefl_init(pComp, pPut_buf_func, pPut_buf_user, flags) ==