Searched defs:inflateReset2 (Results 1 - 4 of 4) sorted by relevance

/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas132 function inflateReset2(var strm: z_stream; windowBits: Integer): Integer; function
220 function inflateReset2; external; function
/external/zlib/src/
H A Dinflate.c141 int ZEXPORT inflateReset2(strm, windowBits) function
213 ret = inflateReset2(strm, windowBits);
H A Dzconf.h104 # define inflateReset2 z_inflateReset2 macro
/external/zlib/
H A Dzconf.h104 # define inflateReset2 z_inflateReset2 macro

Completed in 78 milliseconds