/third_party/node/benchmark/zlib/ |
H A D | inflate.js | 6 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 D | ftzconf.h | 29 # define inflateSync z_inflateSync macro 265 # pragma map(inflateSync,"INSY")
|
/third_party/zlib/contrib/pascal/ |
H A D | example.pas | 404 * 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 D | zlibpas.pas | 129 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 D | zconf.h | 133 # define inflateSync z_inflateSync macro 541 #pragma map(inflateSync,"INSY")
|
H A D | chromeconf.h | 128 #define inflateSync Cr_z_inflateSync macro
|
H A D | zlib.h | 515 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 D | inflate.c | 1403 int ZEXPORT inflateSync(strm)
|
/third_party/node/deps/zlib/ |
H A D | zconf.h | 136 # define inflateSync z_inflateSync macro 558 #pragma map(inflateSync,"INSY")
|
H A D | chromeconf.h | 131 #define inflateSync Cr_z_inflateSync macro
|
H A D | zlib.h | 515 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 D | zconf.h | 96 # define inflateSync z_inflateSync
macro 421 #pragma map(inflateSync,"INSY")
|
H A D | zlib.h | 494 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 D | inflate.c | 1345 int ZEXPORT inflateSync(strm)
|
/third_party/skia/third_party/externals/zlib/ |
H A D | zconf.h | 133 # define inflateSync z_inflateSync macro 541 #pragma map(inflateSync,"INSY")
|
H A D | chromeconf.h | 128 #define inflateSync Cr_z_inflateSync macro
|
H A D | zlib.h | 515 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 D | zconf.h | 124 # define inflateSync z_inflateSync macro 535 #pragma map(inflateSync,"INSY")
|
H A D | zlib.h | 516 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 D | infcover.cc | 454 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 D | infcover.c | 432 ret = inflateSync(&strm); assert(ret == Z_DATA_ERROR); in cover_wrap() 436 ret = inflateSync(&strm); assert(ret == Z_OK); in cover_wrap()
|
H A D | example.c | 383 * 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 D | flashsv.c | 229 inflateSync(zstream); in flashsv_decode_block()
|
/third_party/node/lib/ |
H A D | zlib.js | 932 inflateSync: createConvenienceMethod(Inflate, true),
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
H A D | inflate.c | 1423 int ZEXPORT inflateSync(strm)
|