/third_party/node/test/parallel/ |
D | test-net-onread-static-buffer.js | 18 onread: { property 42 onread: { property 71 onread: { property 102 onread: { property 135 onread: { property 167 onread: { property
|
D | test-tls-onread-static-buffer.js | 30 onread: { property 55 onread: { property 85 onread: { property 117 onread: { property 152 onread: { property 186 onread: { property
|
D | test-net-end-close.js | 16 this.onread();
|
D | test-net-child-process-connect-reset.js | 32 onread: { property
|
D | test-tcp-wrap-listen.js | 40 client.onread = common.mustCall((arrayBuffer) => {
|
/third_party/node/test/async-hooks/ |
D | test-graph.fsreq-readFile.js | 11 fs.readFile(__filename, common.mustCall(onread)); 13 function onread() {} function
|
D | test-fsreqcallback-readFile.js | 16 fs.readFile(__filename, common.mustCall(onread)); 18 function onread() { function
|
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | replace.js | 132 const onread = (er, bytes) => { function 140 position + bufPos, onread 172 fs.read(fd, headBuf, 0, 512, position, onread) 174 fs.read(fd, headBuf, 0, 512, position, onread)
|
/third_party/node/lib/ |
D | net.js | 329 self._handle.onread = onStreamRead; 352 self._handle.onread = noop; 464 const onread = options.onread; 465 if (onread !== null && typeof onread === 'object' && 466 (isUint8Array(onread.buffer) || typeof onread.buffer === 'function') && 467 typeof onread.callback === 'function') { 468 if (typeof onread.buffer === 'function') { 470 this[kBufferGen] = onread.buffer; 472 this[kBuffer] = onread.buffer; 474 this[kBufferCb] = onread.callback; [all …]
|
D | _tls_wrap.js | 582 onread: !socket ? tlsOptions.onread : null, property 1765 onread: options.onread, property
|
/third_party/node/benchmark/net/ |
D | tcp-raw-pipe.js | 47 clientHandle.onread = function(buffer) { function 93 clientHandle.onread = function(buffer) {
|
D | tcp-raw-s2c.js | 113 clientHandle.onread = function(buffer) { function
|
D | tcp-raw-c2s.js | 52 clientHandle.onread = function(buffer) { function
|
D | net-s2c.js | 64 onread: { property
|
/third_party/node/lib/internal/repl/ |
D | history.js | 84 fs.readFile(historyPath, 'utf8', onread); 87 function onread(err, data) { function
|
/third_party/node/lib/internal/ |
D | heap_utils.js | 19 handle.onread = onStreamRead;
|
D | child_process.js | 145 handle.onread = nop; 607 channel.onread = function(arrayBuffer) { function 635 channel.onread = nop;
|
/third_party/node/test/pseudo-tty/ |
D | ref_keeps_node_running.js | 14 handle.onread = () => {}; function in handle
|
/third_party/node/benchmark/tls/ |
D | throughput-s2c.js | 67 onread: { property
|
/third_party/node/lib/internal/webstreams/ |
D | adapters.js | 925 if (typeof streamBase.onread === 'function') 932 streamBase.onread = (arrayBuffer) => { function
|
/third_party/node/src/ |
D | stream_base.cc | 473 Local<Value> onread = wrap->object() in CallJSOnreadMethod() local 476 CHECK(onread->IsFunction()); in CallJSOnreadMethod() 477 return wrap->MakeCallback(onread.As<Function>(), arraysize(argv), argv); in CallJSOnreadMethod()
|
/third_party/node/typings/internalBinding/ |
D | fs.d.ts | 42 onread: () => void;
|
/third_party/node/doc/api/ |
D | net.md | 896 description: Added `onread` option. 959 * `onread` {Object} If specified, incoming data is stored in a single `buffer` 973 Following is an example of a client using the `onread` option: 979 onread: {
|
D | tls.md | 1583 description: Added `onread` option. 1699 * `onread` {Object} If the `socket` option is missing, incoming data is 1702 `onread` option of [`net.Socket`][] for details.
|
/third_party/node/lib/internal/http2/ |
D | core.js | 2016 handle.onread = onStreamRead; 2517 handle.onread = onPipedFileHandleRead;
|