Searched refs:m_pPut_buf_func (Results 1 – 7 of 7) sorted by relevance
736 tdefl_put_buf_func_ptr m_pPut_buf_func; member
705 tdefl_put_buf_func_ptr m_pPut_buf_func; member
721 tdefl_put_buf_func_ptr m_pPut_buf_func; member
704 tdefl_put_buf_func_ptr m_pPut_buf_func; member
1238 …mz_uint8 *pOutput_buf_start = ((d->m_pPut_buf_func == NULL) && ((*d->m_pOut_buf_size - d->m_out_bu… in tdefl_flush_block()1341 if (d->m_pPut_buf_func) in tdefl_flush_block()1344 if (!(*d->m_pPut_buf_func)(d->m_output_buf, n, d->m_pPut_buf_user)) in tdefl_flush_block()1897 …if (((d->m_pPut_buf_func != NULL) == ((pOut_buf != NULL) || (pOut_buf_size != NULL))) || (d->m_pre… in tdefl_compress()1947 MZ_ASSERT(d->m_pPut_buf_func); in tdefl_compress_buffer()1953 d->m_pPut_buf_func = pPut_buf_func; in tdefl_init()