Home
last modified time | relevance | path

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

/optee_os/core/lib/zlib/
H A Dinflate.c106 local int inflateStateCheck(strm) in inflateStateCheck() argument
120 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument
146 int ZEXPORT inflateReset(strm) in inflateReset() argument
159 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument
197 int ZEXPORT inflateInit2_(strm, windowBits, version, stream_size) in inflateInit2_() argument
241 int ZEXPORT inflateInit_(strm, version, stream_size) in inflateInit_() argument
249 int ZEXPORT inflatePrime(strm, bits, value) in inflatePrime() argument
398 local int updatewindow(strm, end, copy) in updatewindow() argument
624 int ZEXPORT inflate(strm, flush) in inflate() argument
1302 int ZEXPORT inflateEnd(strm) in inflateEnd() argument
[all …]
H A Dzlib.h1797 # define z_deflateInit(strm, level) \ argument
1799 # define z_inflateInit(strm) \ argument
1801 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1804 # define z_inflateInit2(strm, windowBits) \ argument
1807 # define z_inflateBackInit(strm, windowBits, window) \ argument
1811 # define deflateInit(strm, level) \ argument
1813 # define inflateInit(strm) \ argument
1815 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument
1818 # define inflateInit2(strm, windowBits) \ argument
1821 # define inflateBackInit(strm, windowBits, window) \ argument
H A Dzutil.h62 #define ERR_RETURN(strm,err) \ argument
266 #define ZALLOC(strm, items, size) \ argument
268 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) argument
H A Dinffast.c51 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast() argument
H A Dgzguts.h202 z_stream strm; /* stream structure in-place (not a pointer) */ member
H A Dinflate.h84 z_streamp strm; /* pointer back to this zlib stream */ member
/optee_os/core/kernel/
H A Dembedded_ts.c23 z_stream strm; member
37 static bool decompression_init(z_stream *strm, in decompression_init()
146 z_stream *strm = &h->strm; in read_compressed() local
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c226 z_stream strm = { in uncompress_image() local