Home
last modified time | relevance | path

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

/third_party/node/lib/
H A Dzlib.js90 BROTLI_DECODE, BROTLI_ENCODE,
251 assert(mode >= DEFLATE && mode <= BROTLI_ENCODE);
254 if (mode !== BROTLI_ENCODE && mode !== BROTLI_DECODE) {
836 assert(mode === BROTLI_DECODE || mode === BROTLI_ENCODE);
877 ReflectApply(Brotli, this, [opts, BROTLI_ENCODE]);
/third_party/node/src/
H A Dnode_zlib.cc107 BROTLI_ENCODE enumerator
1124 CHECK_EQ(mode_, BROTLI_ENCODE); in DoThreadPoolWork()
1350 NODE_DEFINE_CONSTANT(target, BROTLI_ENCODE); in DefineZlibConstants()

Completed in 3 milliseconds