/third_party/skia/third_party/externals/zlib/contrib/tests/ |
H A D | infcover.cc | 500 ret = inflateBackInit(Z_NULL, 0, win); assert(ret == Z_STREAM_ERROR); in cover_back() 507 ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); in cover_back() 523 ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); in cover_back() 580 ret = inflateBackInit(&strm, 15, win);
|
/third_party/zlib/test/ |
H A D | infcover.c | 479 ret = inflateBackInit(Z_NULL, 0, win); assert(ret == Z_STREAM_ERROR); in cover_back() 486 ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); in cover_back() 502 ret = inflateBackInit(&strm, 15, win); assert(ret == Z_OK); in cover_back() 559 ret = inflateBackInit(&strm, 15, win); in try()
|
/third_party/node/deps/v8/third_party/zlib/ |
H A D | zconf.h | 116 # define inflateBackInit z_inflateBackInit macro
|
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. 1805 # define inflateBackInit(strm, windowBits, window) \ macro
|
/third_party/node/deps/zlib/ |
H A D | zconf.h | 119 # define inflateBackInit z_inflateBackInit macro
|
H A D | zlib.h | 1075 ZEXTERN int ZEXPORT inflateBackInit(z_streamp strm, int windowBits, 1090 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of 1112 inflateBackInit() must be called first to allocate the internal state 1139 inflateBackInit(), which is also the buffer that out() uses to write from. 1172 All memory allocated by inflateBackInit() is freed. 1822 # define inflateBackInit(strm, windowBits, window) \ macro
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zconf.h | 116 # define inflateBackInit z_inflateBackInit macro
|
H A D | zlib.h | 1071 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits, 1086 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of 1108 inflateBackInit() must be called first to allocate the internal state 1135 inflateBackInit(), which is also the buffer that out() uses to write from. 1168 All memory allocated by inflateBackInit() is freed. 1803 # define inflateBackInit(strm, windowBits, window) \ macro
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 136 function inflateBackInit(var strm: z_stream; in inflateBackInit() function 249 function inflateBackInit(var strm: z_stream; function
|
/third_party/zlib/ |
H A D | zconf.h | 107 # define inflateBackInit z_inflateBackInit macro
|
H A D | zlib.h | 1076 ZEXTERN int ZEXPORT inflateBackInit(z_streamp strm, int windowBits, 1091 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of 1113 inflateBackInit() must be called first to allocate the internal state 1140 inflateBackInit(), which is also the buffer that out() uses to write from. 1173 All memory allocated by inflateBackInit() is freed. 1823 # define inflateBackInit(strm, windowBits, window) \ macro
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | zlib.h | 949 ZEXTERN int ZEXPORT inflateBackInit OF((z_streamp strm, int windowBits,
964 inflateBackInit will return Z_OK on success, Z_STREAM_ERROR if any of
984 inflateBackInit() must be called first to allocate the internal state
1011 inflateBackInit(), which is also the buffer that out() uses to write from.
1044 All memory allocated by inflateBackInit() is freed.
1555 #define inflateBackInit(strm, windowBits, window) \
macro
|
/third_party/zlib/examples/ |
H A D | gun.c | 69 #include "zlib.h" /* inflateBackInit(), inflateBack(), */ 372 successfully initialized with inflateBackInit(). The input file may consist 643 ret = inflateBackInit(&strm, 15, window); in main()
|