Home
last modified time | relevance | path

Searched refs:inflateBackInit (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc500 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 Dinfcover.c479 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 Dzconf.h116 # define inflateBackInit z_inflateBackInit macro
H A Dzlib.h1073 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 Dzconf.h119 # define inflateBackInit z_inflateBackInit macro
H A Dzlib.h1075 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 Dzconf.h116 # define inflateBackInit z_inflateBackInit macro
H A Dzlib.h1071 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 Dzlibpas.pas136 function inflateBackInit(var strm: z_stream; in inflateBackInit() function
249 function inflateBackInit(var strm: z_stream; function
/third_party/zlib/
H A Dzconf.h107 # define inflateBackInit z_inflateBackInit macro
H A Dzlib.h1076 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 Dzlib.h949 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 Dgun.c69 #include "zlib.h" /* inflateBackInit(), inflateBack(), */
372 successfully initialized with inflateBackInit(). The input file may consist
643 ret = inflateBackInit(&strm, 15, window); in main()

Completed in 22 milliseconds