Home
last modified time | relevance | path

Searched refs:unzipper (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-zlib-flush-drain-longblock.js12 const unzipper = zlib.createGunzip(); constant
13 zipper.pipe(unzipper);
19 unzipper.on('data', common.mustCallAtLeast((d) => {
Dtest-zlib-sync-no-event.js14 const unzipper = new zlib.Gunzip(); constant
15 unzipper.on('close', common.mustNotCall());
17 const unzipped = unzipper._processChunk(zipped, zlib.constants.Z_FINISH);