Home
last modified time | relevance | path

Searched refs:BROTLI_DECODE (Results 1 - 2 of 2) sorted by relevance

/third_party/node/lib/
H A Dzlib.js90 BROTLI_DECODE, BROTLI_ENCODE,
254 if (mode !== BROTLI_ENCODE && mode !== BROTLI_DECODE) {
836 assert(mode === BROTLI_DECODE || mode === BROTLI_ENCODE);
856 const handle = mode === BROTLI_DECODE ?
885 ReflectApply(Brotli, this, [opts, BROTLI_DECODE]);
/third_party/node/src/
H A Dnode_zlib.cc106 BROTLI_DECODE, enumerator
1192 CHECK_EQ(mode_, BROTLI_DECODE); in DoThreadPoolWork()
1349 NODE_DEFINE_CONSTANT(target, BROTLI_DECODE); in DefineZlibConstants()

Completed in 4 milliseconds