Searched refs:ZWRAP_CCtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c166 } ZWRAP_CCtx; typedef in typeref:struct:__anon349
168 /* typedef ZWRAP_CCtx internal_state; */
172 static size_t ZWRAP_freeCCtx(ZWRAP_CCtx* zwc)
181 static ZWRAP_CCtx* ZWRAP_createCCtx(z_streamp strm)
183 ZWRAP_CCtx* zwc;
192 zwc = (ZWRAP_CCtx*)ZWRAP_customCalloc(sizeof(ZWRAP_CCtx), customMem);
202 static int ZWRAP_initializeCStream(ZWRAP_CCtx* zwc, const void* dict, size_t dictSize, unsigned long long pledgedSrcSize)
229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error)
240 ZWRAP_CCtx* zw
[all...]

Completed in 114 milliseconds