Searched defs:inflateBackInit (Results 1 - 8 of 8) sorted by relevance

/external/zlib/src/contrib/pascal/
H A Dzlibpas.pas136 function inflateBackInit(var strm: z_stream; function
249 function inflateBackInit(var strm: z_stream; function
/external/chromium_org/sdch/open-vcdiff/src/zlib/
H A Dzlib.h856 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
871 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
891 inflateBackInit() must be called first to allocate the internal state
918 inflateBackInit(), which is also the buffer that out() uses to write from.
951 All memory allocated by inflateBackInit() is freed.
1356 #define inflateBackInit(strm, windowBits, window) \ macro
/external/chromium_org/third_party/zlib/
H A Dzlib.h954 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
969 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
989 inflateBackInit() must be called first to allocate the internal state
1016 inflateBackInit(), which is also the buffer that out() uses to write from.
1049 All memory allocated by inflateBackInit() is freed.
1560 #define inflateBackInit(strm, windowBits, window) \ macro
/external/qemu/distrib/zlib-1.2.8/
H A Dzlib.h1004 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1019 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1041 inflateBackInit() must be called first to allocate the internal state
1068 inflateBackInit(), which is also the buffer that out() uses to write from.
1101 All memory allocated by inflateBackInit() is freed.
1657 #define inflateBackInit(strm, windowBits, window) \ macro
/external/zlib/src/
H A Dzlib.h1004 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1019 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1041 inflateBackInit() must be called first to allocate the internal state
1068 inflateBackInit(), which is also the buffer that out() uses to write from.
1101 All memory allocated by inflateBackInit() is freed.
1657 #define inflateBackInit(strm, windowBits, window) \ macro
/external/zlib/
H A Dzlib.h1004 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1019 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1041 inflateBackInit() must be called first to allocate the internal state
1068 inflateBackInit(), which is also the buffer that out() uses to write from.
1101 All memory allocated by inflateBackInit() is freed.
1657 #define inflateBackInit(strm, windowBits, window) \ macro
/external/pdfium/core/include/thirdparties/zlib/
H A Dzlib.h1064 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1079 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1101 inflateBackInit() must be called first to allocate the internal state
1128 inflateBackInit(), which is also the buffer that out() uses to write from.
1161 All memory allocated by inflateBackInit() is freed.
1717 #define inflateBackInit(strm, windowBits, window) \ macro
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dzlib.h1068 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
1083 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
1105 inflateBackInit() must be called first to allocate the internal state
1132 inflateBackInit(), which is also the buffer that out() uses to write from.
1165 All memory allocated by inflateBackInit() is freed.
1721 #define inflateBackInit(strm, windowBits, window) \ macro

Completed in 294 milliseconds