Searched defs:finishFlush (Results 1 – 7 of 7) sorted by relevance
| /third_party/node/test/parallel/ |
| D | test-zlib-flush-flags.js | 28 zlib.createGzip({ finishFlush: zlib.constants.Z_SYNC_FLUSH }); property 31 () => zlib.createGzip({ finishFlush: 'foobar' }), property 41 () => zlib.createGzip({ finishFlush: 10000 }), property
|
| D | test-zlib-truncated.js | 51 const syncFlushOpt = { finishFlush: zlib.constants.Z_SYNC_FLUSH }; property
|
| D | test-zlib-brotli.js | 87 zlib.brotliCompressSync('', { finishFlush: zlib.constants.Z_FINISH }); property
|
| /third_party/node/lib/ |
| D | zlib.js | 245 function ZlibBase(opts, mode, handle, { flush, finishFlush, fullFlush }) { property 644 finishFlush: Z_FINISH, property 832 finishFlush: BROTLI_OPERATION_FINISH, property
|
| /third_party/node/deps/npm/node_modules/minipass-fetch/lib/ |
| D | index.js | 301 finishFlush: zlib.constants.Z_SYNC_FLUSH, property
|
| /third_party/node/deps/undici/src/lib/fetch/ |
| D | index.js | 2045 finishFlush: zlib.constants.Z_SYNC_FLUSH property
|
| /third_party/node/deps/undici/ |
| D | undici.js | 11266 finishFlush: zlib.constants.Z_SYNC_FLUSH property
|