Home
last modified time | relevance | path

Searched defs:zwc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c172 static size_t ZWRAP_freeCCtx(ZWRAP_CCtx* zwc) in ZWRAP_freeCCtx()
183 ZWRAP_CCtx* zwc; in ZWRAP_createCCtx() local
202 static int ZWRAP_initializeCStream(ZWRAP_CCtx* zwc, const void* dict, size_t dictSize, unsigned lon… in ZWRAP_initializeCStream()
229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError()
240 ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in ZWRAPC_finishWithErrorMsg() local
250 ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in ZWRAP_setPledgedSrcSize() local
266 ZWRAP_CCtx* zwc; in z_deflateInit_() local
308 { ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in ZWRAP_deflateReset_keepDict() local
330 { ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in z_deflateReset() local
346 { ZWRAP_CCtx* zwc = (ZWRAP_CCtx*) strm->state; in z_deflateSetDictionary() local
[all …]