Home
last modified time | relevance | path

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

/arm-trusted-firmware/lib/zlib/
H A Dinflate.c94 local int inflateStateCheck(z_streamp strm) { in inflateStateCheck() argument
106 inflateResetKeep(z_streamp strm) inflateResetKeep() argument
130 inflateReset(z_streamp strm) inflateReset() argument
141 inflateReset2(z_streamp strm,int windowBits) inflateReset2() argument
178 inflateInit2_(z_streamp strm,int windowBits,const char * version,int stream_size) inflateInit2_() argument
218 inflateInit_(z_streamp strm,const char * version,int stream_size) inflateInit_() argument
223 inflatePrime(z_streamp strm,int bits,int value) inflatePrime() argument
368 updatewindow(z_streamp strm,const Bytef * end,unsigned copy) updatewindow() argument
590 inflate(z_streamp strm,int flush) inflate() argument
1266 inflateEnd(z_streamp strm) inflateEnd() argument
1278 inflateGetDictionary(z_streamp strm,Bytef * dictionary,uInt * dictLength) inflateGetDictionary() argument
1298 inflateSetDictionary(z_streamp strm,const Bytef * dictionary,uInt dictLength) inflateSetDictionary() argument
1330 inflateGetHeader(z_streamp strm,gz_headerp head) inflateGetHeader() argument
1375 inflateSync(z_streamp strm) inflateSync() argument
1431 inflateSyncPoint(z_streamp strm) inflateSyncPoint() argument
1483 inflateUndermine(z_streamp strm,int subvert) inflateUndermine() argument
1498 inflateValidate(z_streamp strm,int check) inflateValidate() argument
1510 inflateMark(z_streamp strm) inflateMark() argument
1521 inflateCodesUsed(z_streamp strm) inflateCodesUsed() argument
[all...]
H A Dzlib.h1799 z_deflateInit(strm,level) global() argument
1801 z_inflateInit(strm) global() argument
1803 z_deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument
1806 z_inflateInit2(strm,windowBits) global() argument
1809 z_inflateBackInit(strm,windowBits,window) global() argument
1813 deflateInit(strm,level) global() argument
1815 inflateInit(strm) global() argument
1817 deflateInit2(strm,level,method,windowBits,memLevel,strategy) global() argument
1820 inflateInit2(strm,windowBits) global() argument
1823 inflateBackInit(strm,windowBits,window) global() argument
[all...]
H A Dinffast.c50 void ZLIB_INTERNAL inflate_fast(z_streamp strm, unsigned start) { in inflate_fast() argument
[all...]
H A Dzutil.h61 #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 Dinflate.h83 z_streamp strm; /* pointer back to this zlib stream */ member