Home
last modified time | relevance | path

Searched defs:onread (Results 1 – 17 of 17) sorted by relevance

/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-process-wrap.js47 pipe.onread = function(arrayBuffer) { function in pipe
/third_party/node/test/pseudo-tty/
Dref_keeps_node_running.js14 handle.onread = () => {}; function in handle
/third_party/node/test/async-hooks/
Dtest-graph.fsreq-readFile.js13 function onread() {} function
Dtest-fsreqcallback-readFile.js18 function onread() { function
/third_party/node/benchmark/net/
Dtcp-raw-s2c.js113 clientHandle.onread = function(buffer) { function
Dtcp-raw-c2s.js52 clientHandle.onread = function(buffer) { function
Dtcp-raw-pipe.js47 clientHandle.onread = function(buffer) { function
Dnet-s2c.js64 onread: { property
/third_party/node/lib/internal/repl/
Dhistory.js87 function onread(err, data) { function
/third_party/node/benchmark/tls/
Dthroughput-s2c.js66 onread: { property
/third_party/node/deps/npm/node_modules/tar/lib/
Dreplace.js120 const onread = (er, bytes) => { function
/third_party/node/lib/
D_tls_wrap.js505 onread: !socket ? tlsOptions.onread : null, property
1621 onread: options.onread, property
/third_party/node/src/
Dstream_base.cc349 Local<Value> onread = wrap->object()->GetInternalField( in CallJSOnreadMethod() local
/third_party/node/lib/internal/
Dchild_process.js595 channel.onread = function(arrayBuffer) { function
/third_party/curl/lib/
Dhttp.c3803 ssize_t onread = *nread; in Curl_http_readwrite_headers() local