Searched defs:inflateBackInit (Results 1 - 4 of 4) sorted by relevance
/external/zlib/src/contrib/pascal/ |
H A D | zlibpas.pas | 136 function inflateBackInit(var strm: z_stream; function 249 function inflateBackInit(var strm: z_stream; function
|
/external/zlib/src/ |
H A D | zlib.h | 1004 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 D | zlib.h | 1004 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/third_party/zlib_v128/ |
H A D | zlib.h | 1073 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits, 1088 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of 1110 inflateBackInit() must be called first to allocate the internal state 1137 inflateBackInit(), which is also the buffer that out() uses to write from. 1170 All memory allocated by inflateBackInit() is freed. 1726 #define inflateBackInit(strm, windowBits, window) \ macro
|
Completed in 84 milliseconds