Searched defs:strm (Results 1 – 8 of 8) sorted by relevance
/optee_os/core/lib/zlib/ |
A D | inflate.c | 106 local int inflateStateCheck(strm) in inflateStateCheck() argument 120 int ZEXPORT inflateResetKeep(strm) in inflateResetKeep() argument 145 int ZEXPORT inflateReset(strm) in inflateReset() argument 158 int ZEXPORT inflateReset2(strm, windowBits) in inflateReset2() argument 397 local int updatewindow(strm, end, copy) in updatewindow() argument 623 int ZEXPORT inflate(strm, flush) in inflate() argument 1290 int ZEXPORT inflateEnd(strm) in inflateEnd() argument 1362 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument 1413 int ZEXPORT inflateSync(strm) in inflateSync() argument 1464 int ZEXPORT inflateSyncPoint(strm) in inflateSyncPoint() argument [all …]
|
A D | zlib.h | 1780 # define z_deflateInit(strm, level) \ argument 1782 # define z_inflateInit(strm) \ argument 1784 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1787 # define z_inflateInit2(strm, windowBits) \ argument 1790 # define z_inflateBackInit(strm, windowBits, window) \ argument 1794 # define deflateInit(strm, level) \ argument 1796 # define inflateInit(strm) \ argument 1798 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \ argument 1801 # define inflateInit2(strm, windowBits) \ argument 1804 # define inflateBackInit(strm, windowBits, window) \ argument
|
A D | inffast.c | 51 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast() argument
|
A D | zutil.h | 55 #define ERR_RETURN(strm,err) \ argument 263 #define ZALLOC(strm, items, size) \ argument 265 #define ZFREE(strm, addr) (*((strm)->zfree))((strm)->opaque, (voidpf)(addr)) argument
|
A D | gzguts.h | 201 z_stream strm; /* stream structure in-place (not a pointer) */ member
|
A D | inflate.h | 84 z_streamp strm; /* pointer back to this zlib stream */ member
|
/optee_os/core/kernel/ |
A D | embedded_ts.c | 21 z_stream strm; member 35 static bool decompression_init(z_stream *strm, in decompression_init() 139 z_stream *strm = &h->strm; in read_compressed() local
|
/optee_os/core/arch/arm/kernel/ |
A D | stmm_sp.c | 199 z_stream strm = { in uncompress_image() local
|
Completed in 17 milliseconds