Home
last modified time | relevance | path

Searched refs:inflateSync (Results 1 - 25 of 30) sorted by relevance

12

/third_party/node/benchmark/zlib/
H A Dinflate.js6 method: ['inflate', 'inflateSync'],
29 // Performs `n` single inflateSync operations
30 case 'inflateSync': {
31 const inflateSync = zlib.inflateSync;
34 inflateSync(chunk);
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dftzconf.h29 # define inflateSync z_inflateSync macro
265 # pragma map(inflateSync,"INSY")
/third_party/zlib/contrib/pascal/
H A Dexample.pas404 * Test inflateSync()
431 err := inflateSync(d_stream); (* but skip the damaged part *)
432 CHECK_ERR(err, 'inflateSync');
442 WriteLn('after inflateSync(): hel', PChar(uncompr));
586 WriteLn('** Testing inflateSync');
H A Dzlibpas.pas129 function inflateSync(var strm: z_stream): Integer; in inflateSync() function
222 function inflateSync; external; function
/third_party/node/deps/v8/third_party/zlib/
H A Dzconf.h133 # define inflateSync z_inflateSync macro
541 #pragma map(inflateSync,"INSY")
H A Dchromeconf.h128 #define inflateSync Cr_z_inflateSync macro
H A Dzlib.h515 then call inflateSync() to look for a good compression block if a partial
924 ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
930 inflateSync searches for a 00 00 FF FF pattern in the compressed data.
934 inflateSync returns Z_OK if a possible full flush point has been found,
939 error case, the application may repeatedly call inflateSync, providing more
H A Dinflate.c1403 int ZEXPORT inflateSync(strm)
/third_party/node/deps/zlib/
H A Dzconf.h136 # define inflateSync z_inflateSync macro
558 #pragma map(inflateSync,"INSY")
H A Dchromeconf.h131 #define inflateSync Cr_z_inflateSync macro
H A Dzlib.h515 then call inflateSync() to look for a good compression block if a partial
925 ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
931 inflateSync searches for a 00 00 FF FF pattern in the compressed data.
935 inflateSync returns Z_OK if a possible full flush point has been found,
940 error case, the application may repeatedly call inflateSync, providing more
/third_party/libwebsockets/win32port/zlib/
H A Dzconf.h96 # define inflateSync z_inflateSync macro
421 #pragma map(inflateSync,"INSY")
H A Dzlib.h494 then call inflateSync() to look for a good compression block if a partial
806 ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
812 inflateSync returns Z_OK if a full flush point has been found, Z_BUF_ERROR
817 the application may repeatedly call inflateSync, providing more input each
H A Dinflate.c1345 int ZEXPORT inflateSync(strm)
/third_party/skia/third_party/externals/zlib/
H A Dzconf.h133 # define inflateSync z_inflateSync macro
541 #pragma map(inflateSync,"INSY")
H A Dchromeconf.h128 #define inflateSync Cr_z_inflateSync macro
H A Dzlib.h515 then call inflateSync() to look for a good compression block if a partial
922 ZEXTERN int ZEXPORT inflateSync OF((z_streamp strm));
928 inflateSync searches for a 00 00 FF FF pattern in the compressed data.
932 inflateSync returns Z_OK if a possible full flush point has been found,
937 error case, the application may repeatedly call inflateSync, providing more
/third_party/zlib/
H A Dzconf.h124 # define inflateSync z_inflateSync macro
535 #pragma map(inflateSync,"INSY")
H A Dzlib.h516 then call inflateSync() to look for a good compression block if a partial
926 ZEXTERN int ZEXPORT inflateSync(z_streamp strm);
932 inflateSync searches for a 00 00 FF FF pattern in the compressed data.
936 inflateSync returns Z_OK if a possible full flush point has been found,
941 the application may repeatedly call inflateSync, providing more input each
/third_party/skia/third_party/externals/zlib/contrib/tests/
H A Dinfcover.cc454 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR); in cover_wrap()
458 ret = inflateSync(&strm); assert(ret == Z_OK); in cover_wrap()
/third_party/zlib/test/
H A Dinfcover.c432 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR); in cover_wrap()
436 ret = inflateSync(&strm); assert(ret == Z_OK); in cover_wrap()
H A Dexample.c383 * Test inflateSync()
410 err = inflateSync(&d_stream); /* but skip the damaged part */ in test_sync()
411 CHECK_ERR(err, "inflateSync"); in test_sync()
421 printf("after inflateSync(): hel%s\n", (char *)uncompr); in test_sync()
/third_party/ffmpeg/libavcodec/
H A Dflashsv.c229 inflateSync(zstream); in flashsv_decode_block()
/third_party/node/lib/
H A Dzlib.js932 inflateSync: createConvenienceMethod(Inflate, true),
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/
H A Dinflate.c1423 int ZEXPORT inflateSync(strm)

Completed in 36 milliseconds

12