Searched refs:DataLengthProbe (Results 1 – 2 of 2) sorted by relevance
127 var DataLengthProbe = require("./stream/DataLengthProbe");154 .pipe(new DataLengthProbe("data_length"));189 .pipe(new DataLengthProbe("uncompressedSize"))191 .pipe(new DataLengthProbe("compressedSize"))2102 function DataLengthProbe(propName) { class in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d034002107 utils.inherits(DataLengthProbe, GenericWorker);2112 DataLengthProbe.prototype.processChunk = function (chunk) { class2119 module.exports = DataLengthProbe;
50848 var DataLengthProbe = require('./stream/DataLengthProbe');50852 var DataLengthProbe = require('./stream/DataLengthProbe');50878 …mpressedContent)).pipe(this.compression.uncompressWorker()).pipe(new DataLengthProbe("data_length"…50906 …2Probe()).pipe(new DataLengthProbe("uncompressedSize")).pipe(compression.compressWorker(compressio…52929 function DataLengthProbe(propName) {52935 utils.inherits(DataLengthProbe, GenericWorker);52940 DataLengthProbe.prototype.processChunk = function (chunk) {52949 module.exports = DataLengthProbe;