Searched defs:strm (Results 1 – 8 of 8) sorted by relevance
/optee_os-3.20.0/core/lib/zlib/ |
A D | inflate.c | 106 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 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 1374 int ZEXPORT inflateGetHeader(strm, head) in inflateGetHeader() argument 1425 int ZEXPORT inflateSync(strm) in inflateSync() argument 1483 int ZEXPORT inflateSyncPoint(strm) in inflateSyncPoint() argument [all …]
|
A D | zlib.h | 1797 # 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
|
A D | inffast.c | 51 void ZLIB_INTERNAL inflate_fast(strm, start) in inflate_fast() argument
|
A D | zutil.h | 62 #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
|
A D | gzguts.h | 202 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-3.20.0/core/kernel/ |
A D | embedded_ts.c | 22 z_stream strm; member 36 static bool decompression_init(z_stream *strm, in decompression_init() 140 z_stream *strm = &h->strm; in read_compressed() local
|
/optee_os-3.20.0/core/arch/arm/kernel/ |
A D | stmm_sp.c | 210 z_stream strm = { in uncompress_image() local
|
Completed in 15 milliseconds