Home
last modified time | relevance | path

Searched defs:finishFlush (Results 1 – 7 of 7) sorted by relevance

/third_party/node/test/parallel/
Dtest-zlib-flush-flags.js28 zlib.createGzip({ finishFlush: zlib.constants.Z_SYNC_FLUSH }); property
31 () => zlib.createGzip({ finishFlush: 'foobar' }), property
41 () => zlib.createGzip({ finishFlush: 10000 }), property
Dtest-zlib-truncated.js51 const syncFlushOpt = { finishFlush: zlib.constants.Z_SYNC_FLUSH }; property
Dtest-zlib-brotli.js87 zlib.brotliCompressSync('', { finishFlush: zlib.constants.Z_FINISH }); property
/third_party/node/lib/
Dzlib.js245 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/
Dindex.js301 finishFlush: zlib.constants.Z_SYNC_FLUSH, property
/third_party/node/deps/undici/src/lib/fetch/
Dindex.js2045 finishFlush: zlib.constants.Z_SYNC_FLUSH property
/third_party/node/deps/undici/
Dundici.js11266 finishFlush: zlib.constants.Z_SYNC_FLUSH property