Searched refs:deflateRaw (Results 1 – 4 of 4) sorted by relevance
13 const deflateRaw = zlib.createDeflateRaw(); constant14 assert(deflateRaw instanceof zlib.DeflateRaw);
14 [ promisify(zlib.deflateRaw), promisify(zlib.inflateRaw), 'raw' ],
902 deflateRaw: createConvenienceMethod(DeflateRaw, false), property
941 ### `zlib.deflateRaw(buffer[, options], callback)`