Searched refs:createBrotliDecompress (Results 1 – 6 of 6) sorted by relevance
/third_party/node/test/parallel/ |
D | test-zlib-write-after-flush.js | 29 [ zlib.createBrotliCompress, zlib.createBrotliDecompress ],
|
D | test-zlib-premature-end.js | 11 [ zlib.brotliCompressSync, zlib.createBrotliDecompress ],
|
D | test-zlib-random-byte-pipes.js | 146 [ zlib.createBrotliCompress, zlib.createBrotliDecompress ],
|
/third_party/node/benchmark/zlib/ |
D | pipe.js | 25 zlib.createGunzip() : zlib.createBrotliDecompress();
|
/third_party/node/lib/ |
D | zlib.js | 927 createBrotliDecompress: createProperty(BrotliDecompress), property
|
/third_party/node/doc/api/ |
D | zlib.md | 164 pipeline(response, zlib.createBrotliDecompress(), output, onError); 762 ## `zlib.createBrotliDecompress([options])`
|