Lines Matching defs:strm
108 z_streamp strm = (z_streamp) opaque; in ZWRAP_allocFunction() local
116 z_streamp strm = (z_streamp) opaque; in ZWRAP_freeFunction() local
181 static ZWRAP_CCtx* ZWRAP_createCCtx(z_streamp strm) in ZWRAP_createCCtx()
229 static int ZWRAPC_finishWithError(ZWRAP_CCtx* zwc, z_streamp strm, int error) in ZWRAPC_finishWithError()
238 static int ZWRAPC_finishWithErrorMsg(z_streamp strm, char* message) in ZWRAPC_finishWithErrorMsg()
248 int ZWRAP_setPledgedSrcSize(z_streamp strm, unsigned long long pledgedSrcSize) in ZWRAP_setPledgedSrcSize()
263 ZEXTERN int ZEXPORT z_deflateInit_ OF((z_streamp strm, int level, in z_deflateInit_()
290 ZEXTERN int ZEXPORT z_deflateInit2_ OF((z_streamp strm, int level, int method, in z_deflateInit2_()
302 int ZWRAP_deflateReset_keepDict(z_streamp strm) in ZWRAP_deflateReset_keepDict()
322 ZEXTERN int ZEXPORT z_deflateReset OF((z_streamp strm)) in z_deflateReset()
337 ZEXTERN int ZEXPORT z_deflateSetDictionary OF((z_streamp strm, in z_deflateSetDictionary()
362 ZEXTERN int ZEXPORT z_deflate OF((z_streamp strm, int flush)) in z_deflate()
468 ZEXTERN int ZEXPORT z_deflateEnd OF((z_streamp strm)) in z_deflateEnd()
486 ZEXTERN uLong ZEXPORT z_deflateBound OF((z_streamp strm, in z_deflateBound()
496 ZEXTERN int ZEXPORT z_deflateParams OF((z_streamp strm, in z_deflateParams()
541 static ZWRAP_DCtx* ZWRAP_createDCtx(z_streamp strm) in ZWRAP_createDCtx()
572 int ZWRAP_isUsingZSTDdecompression(z_streamp strm) in ZWRAP_isUsingZSTDdecompression()
579 static int ZWRAPD_finishWithError(ZWRAP_DCtx* zwd, z_streamp strm, int error) in ZWRAPD_finishWithError()
587 static int ZWRAPD_finishWithErrorMsg(z_streamp strm, char* message) in ZWRAPD_finishWithErrorMsg()
597 ZEXTERN int ZEXPORT z_inflateInit_ OF((z_streamp strm, in z_inflateInit_()
626 ZEXTERN int ZEXPORT z_inflateInit2_ OF((z_streamp strm, int windowBits, in z_inflateInit2_()
644 int ZWRAP_inflateReset_keepDict(z_streamp strm) in ZWRAP_inflateReset_keepDict()
663 ZEXTERN int ZEXPORT z_inflateReset OF((z_streamp strm)) in z_inflateReset()
681 ZEXTERN int ZEXPORT z_inflateReset2 OF((z_streamp strm, in z_inflateReset2()
699 ZEXTERN int ZEXPORT z_inflateSetDictionary OF((z_streamp strm, in z_inflateSetDictionary()
733 ZEXTERN int ZEXPORT z_inflate OF((z_streamp strm, int flush)) in z_inflate()
929 ZEXTERN int ZEXPORT z_inflateEnd OF((z_streamp strm)) in z_inflateEnd()
946 ZEXTERN int ZEXPORT z_inflateSync OF((z_streamp strm)) in z_inflateSync()
967 ZEXTERN int ZEXPORT z_deflateTune OF((z_streamp strm, in z_deflateTune()
980 ZEXTERN int ZEXPORT z_deflatePending OF((z_streamp strm, in z_deflatePending()
991 ZEXTERN int ZEXPORT z_deflatePrime OF((z_streamp strm, in z_deflatePrime()
1001 ZEXTERN int ZEXPORT z_deflateSetHeader OF((z_streamp strm, in z_deflateSetHeader()
1014 ZEXTERN int ZEXPORT z_inflateGetDictionary OF((z_streamp strm, in z_inflateGetDictionary()
1035 ZEXTERN long ZEXPORT z_inflateMark OF((z_streamp strm)) in z_inflateMark()
1044 ZEXTERN int ZEXPORT z_inflatePrime OF((z_streamp strm, in z_inflatePrime()
1054 ZEXTERN int ZEXPORT z_inflateGetHeader OF((z_streamp strm, in z_inflateGetHeader()
1063 ZEXTERN int ZEXPORT z_inflateBackInit_ OF((z_streamp strm, int windowBits, in z_inflateBackInit_()
1074 ZEXTERN int ZEXPORT z_inflateBack OF((z_streamp strm, in z_inflateBack()
1084 ZEXTERN int ZEXPORT z_inflateBackEnd OF((z_streamp strm)) in z_inflateBackEnd()