Home
last modified time | relevance | path

Searched refs:onwrite (Results 1 – 4 of 4) sorted by relevance

/third_party/node/lib/internal/
Djs_stream_socket.js34 function onwrite(req, bufs) { return this[owner_symbol].doWrite(req, bufs); } function
61 handle.onwrite = onwrite;
/third_party/node/lib/internal/streams/
Dwritable.js150 this.onwrite = onwrite.bind(undefined, stream);
392 stream._write(chunk, encoding, state.onwrite);
407 state.onwrite(new ERR_STREAM_DESTROYED('write'));
409 stream._writev(chunk, state.onwrite);
411 stream._write(chunk, encoding, state.onwrite);
428 function onwrite(stream, er) { function
/third_party/node/test/parallel/
Dtest-whatwg-webstreams-adapters-streambase.js23 stream.onwrite = common.mustCall((req, buf) => {
/third_party/node/test/common/
Dudppair.js16 this._handle.onwrite =