Searched refs:inflateInit2_ (Results 1 – 3 of 3) sorted by relevance
| /rk3399_ARM-atf/lib/zlib/ |
| H A D | zconf.h | 117 # define inflateInit2_ z_inflateInit2_ macro 534 #pragma map(inflateInit2_,"ININ2")
|
| H A D | zlib.h | 1811 ZEXTERN int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, 1826 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \ 1840 inflateInit2_((strm), (windowBits), ZLIB_VERSION, \
|
| H A D | inflate.c | 178 int ZEXPORT inflateInit2_(z_streamp strm, int windowBits, in inflateInit2_() function 220 return inflateInit2_(strm, DEF_WBITS, version, stream_size); in inflateInit_()
|