MCPcopy Create free account
hub / github.com/TheRealMJP/BakingLab / tdefl_compress_buffer

Function tdefl_compress_buffer

SampleFramework11/v1.02/TinyEXR.cpp:3842–3846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3840}
3841
3842tdefl_status tdefl_compress_buffer(tdefl_compressor *d, const void *pIn_buf,
3843 size_t in_buf_size, tdefl_flush flush) {
3844 MZ_ASSERT(d->m_pPut_buf_func);
3845 return tdefl_compress(d, pIn_buf, &in_buf_size, NULL, NULL, flush);
3846}
3847
3848tdefl_status tdefl_init(tdefl_compressor *d,
3849 tdefl_put_buf_func_ptr pPut_buf_func,

Calls 1

tdefl_compressFunction · 0.85

Tested by

no test coverage detected