Searched refs:getHighWaterMark (Results 1 - 4 of 4) sorted by relevance
/third_party/node/lib/internal/streams/ |
H A D | state.js | 32 function getHighWaterMark(state, options, duplexKey, isDuplex) { function 47 getHighWaterMark,
|
H A D | transform.js | 76 const { getHighWaterMark } = require('internal/streams/state'); 89 const readableHighWaterMark = options ? getHighWaterMark(this, options, 'readableHighWaterMark', true) : null;
|
H A D | writable.js | 53 getHighWaterMark, 98 getHighWaterMark(this, options, 'writableHighWaterMark', isDuplex) :
|
H A D | readable.js | 57 getHighWaterMark, 176 getHighWaterMark(this, options, 'readableHighWaterMark', isDuplex) :
|
Completed in 3 milliseconds