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_ _Z_OF((z_streamp strm, int level, in z_deflateInit_()
290 ZEXTERN int ZEXPORT z_deflateInit2_ _Z_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 _Z_OF((z_streamp strm)) in z_deflateReset()
337 ZEXTERN int ZEXPORT z_deflateSetDictionary _Z_OF((z_streamp strm, in z_deflateSetDictionary()
362 ZEXTERN int ZEXPORT z_deflate _Z_OF((z_streamp strm, int flush)) in z_deflate()
468 ZEXTERN int ZEXPORT z_deflateEnd _Z_OF((z_streamp strm)) in z_deflateEnd()
486 ZEXTERN uLong ZEXPORT z_deflateBound _Z_OF((z_streamp strm, in z_deflateBound()
496 ZEXTERN int ZEXPORT z_deflateParams _Z_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_ _Z_OF((z_streamp strm, in z_inflateInit_()
626 ZEXTERN int ZEXPORT z_inflateInit2_ _Z_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 _Z_OF((z_streamp strm)) in z_inflateReset()
681 ZEXTERN int ZEXPORT z_inflateReset2 _Z_OF((z_streamp strm, in z_inflateReset2()
699 ZEXTERN int ZEXPORT z_inflateSetDictionary _Z_OF((z_streamp strm, in z_inflateSetDictionary()
735 ZEXTERN int ZEXPORT z_inflate _Z_OF((z_streamp strm, int flush)) in z_inflate()
931 ZEXTERN int ZEXPORT z_inflateEnd _Z_OF((z_streamp strm)) in z_inflateEnd()
948 ZEXTERN int ZEXPORT z_inflateSync _Z_OF((z_streamp strm)) in z_inflateSync()
969 ZEXTERN int ZEXPORT z_deflateTune _Z_OF((z_streamp strm, in z_deflateTune()
982 ZEXTERN int ZEXPORT z_deflatePending _Z_OF((z_streamp strm, in z_deflatePending()
993 ZEXTERN int ZEXPORT z_deflatePrime _Z_OF((z_streamp strm, in z_deflatePrime()
1003 ZEXTERN int ZEXPORT z_deflateSetHeader _Z_OF((z_streamp strm, in z_deflateSetHeader()
1016 ZEXTERN int ZEXPORT z_inflateGetDictionary _Z_OF((z_streamp strm, in z_inflateGetDictionary()
1037 ZEXTERN long ZEXPORT z_inflateMark _Z_OF((z_streamp strm)) in z_inflateMark()
1046 ZEXTERN int ZEXPORT z_inflatePrime _Z_OF((z_streamp strm, in z_inflatePrime()
1056 ZEXTERN int ZEXPORT z_inflateGetHeader _Z_OF((z_streamp strm, in z_inflateGetHeader()
1065 ZEXTERN int ZEXPORT z_inflateBackInit_ _Z_OF((z_streamp strm, int windowBits, in z_inflateBackInit_()
1076 ZEXTERN int ZEXPORT z_inflateBack _Z_OF((z_streamp strm, in z_inflateBack()
1086 ZEXTERN int ZEXPORT z_inflateBackEnd _Z_OF((z_streamp strm)) in z_inflateBackEnd()