Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c166 } ZWRAP_CCtx; typedef
183 ZWRAP_CCtx* zwc; in ZWRAP_createCCtx()
192 zwc = (ZWRAP_CCtx*)ZWRAP_customCalloc(sizeof(ZWRAP_CCtx), customMem); in ZWRAP_createCCtx()
231 ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in ZWRAPC_finishWithErrorMsg()
241 ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in ZWRAP_setPledgedSrcSize()
257 ZWRAP_CCtx* zwc; in z_deflateInit_()
299 { ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in ZWRAP_deflateReset_keepDict()
321 { ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in z_deflateReset()
337 { ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in z_deflateSetDictionary()
355 ZWRAP_CCtx* zwc; in z_deflate()
[all …]