Home
last modified time | relevance | path

Searched refs:onread (Results 1 – 25 of 28) sorted by relevance

12

/third_party/node/test/parallel/
Dtest-net-onread-static-buffer.js18 onread: { property
42 onread: { property
71 onread: { property
102 onread: { property
135 onread: { property
167 onread: { property
Dtest-tls-onread-static-buffer.js30 onread: { property
55 onread: { property
85 onread: { property
117 onread: { property
152 onread: { property
186 onread: { property
Dtest-net-end-close.js16 this.onread();
Dtest-net-child-process-connect-reset.js32 onread: { property
Dtest-tcp-wrap-listen.js40 client.onread = common.mustCall((arrayBuffer) => {
/third_party/node/test/async-hooks/
Dtest-graph.fsreq-readFile.js11 fs.readFile(__filename, common.mustCall(onread));
13 function onread() {} function
Dtest-fsreqcallback-readFile.js16 fs.readFile(__filename, common.mustCall(onread));
18 function onread() { function
/third_party/node/deps/npm/node_modules/tar/lib/
Dreplace.js132 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/
Dnet.js329 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.js582 onread: !socket ? tlsOptions.onread : null, property
1765 onread: options.onread, property
/third_party/node/benchmark/net/
Dtcp-raw-pipe.js47 clientHandle.onread = function(buffer) { function
93 clientHandle.onread = function(buffer) {
Dtcp-raw-s2c.js113 clientHandle.onread = function(buffer) { function
Dtcp-raw-c2s.js52 clientHandle.onread = function(buffer) { function
Dnet-s2c.js64 onread: { property
/third_party/node/lib/internal/repl/
Dhistory.js84 fs.readFile(historyPath, 'utf8', onread);
87 function onread(err, data) { function
/third_party/node/lib/internal/
Dheap_utils.js19 handle.onread = onStreamRead;
Dchild_process.js145 handle.onread = nop;
607 channel.onread = function(arrayBuffer) { function
635 channel.onread = nop;
/third_party/node/test/pseudo-tty/
Dref_keeps_node_running.js14 handle.onread = () => {}; function in handle
/third_party/node/benchmark/tls/
Dthroughput-s2c.js67 onread: { property
/third_party/node/lib/internal/webstreams/
Dadapters.js925 if (typeof streamBase.onread === 'function')
932 streamBase.onread = (arrayBuffer) => { function
/third_party/node/src/
Dstream_base.cc473 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/
Dfs.d.ts42 onread: () => void;
/third_party/node/doc/api/
Dnet.md896 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: {
Dtls.md1583 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/
Dcore.js2016 handle.onread = onStreamRead;
2517 handle.onread = onPipedFileHandleRead;

12