Home
last modified time | relevance | path

Searched refs:onclose (Results 1 – 25 of 55) sorted by relevance

123

/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/
Dend-of-stream.js58 var onclose = function onclose() { function
78 stream.on('abort', onclose);
89 stream.on('close', onclose);
92 stream.removeListener('abort', onclose);
100 stream.removeListener('close', onclose);
/third_party/node/lib/internal/streams/
Dend-of-stream.js114 const onclose = () => { function
133 stream.on('abort', onclose);
144 stream.on('aborted', onclose);
150 stream.on('close', onclose);
178 stream.removeListener('aborted', onclose);
180 stream.removeListener('abort', onclose);
188 stream.removeListener('close', onclose);
Dlegacy.js39 source.on('close', onclose);
51 function onclose() { function
75 source.removeListener('close', onclose);
/third_party/node/deps/npm/node_modules/end-of-stream/
Dindex.js46 var onclose = function() { function
57 stream.on('abort', onclose);
70 stream.on('close', onclose);
74 stream.removeListener('abort', onclose);
83 stream.removeListener('close', onclose);
/third_party/node/deps/npm/node_modules/pumpify/
Dindex.js30 var onclose = function() { function
34 this.on('close', onclose)
40 self.removeListener('close', onclose)
50 if (this.destroyed) return onclose()
/third_party/node/test/sequential/
Dtest-inspector-port-zero.js31 let onclose = () => { function
32 onclose = () => assert.strictEqual(port, stdout.trim());
34 proc.stdout.on('close', mustCall(() => onclose()));
35 proc.stderr.on('close', mustCall(() => onclose()));
/third_party/node/lib/internal/
Dsocket_list.js19 if (!this.child.connected) return onclose();
22 function onclose() { function
29 self.child.removeListener('disconnect', onclose);
35 this.child.once('disconnect', onclose);
/third_party/node/test/parallel/
Dtest-cluster-send-deadlock.js58 client1.on('close', onclose);
59 client2.on('close', onclose);
65 const onclose = () => { function
Dtest-http-1.0-keep-alive.js138 function onclose() { function
143 conn.on('close', onclose);
149 conn.removeListener('close', onclose);
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
Dexample.js48 subscriber_ws.onclose = function(){ function
64 publisher_ws.onclose = function(){ function
/third_party/node/deps/npm/node_modules/https-proxy-agent/
Dindex.js99 socket.removeListener('close', onclose);
103 function onclose(err) { function
198 socket.on('close', onclose);
/third_party/node/lib/internal/repl/
Dhistory.js77 fs.close(hnd, onclose);
80 function onclose(err) { function
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/
Dtest.js222 socket_di.onclose = function(){ function
282 socket_status.onclose = function(){ function
329 socket_ot.onclose = function(e){ function
452 socket_lm.onclose = function(){ function
/third_party/libwebsockets/test-apps/
Dtest.js222 socket_di.onclose = function(){ function
282 socket_status.onclose = function(){ function
329 socket_ot.onclose = function(e){ function
452 socket_lm.onclose = function(){ function
/third_party/node/lib/internal/worker/
Dio.js126 function onclose() { function
133 value: onclose
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/
Dexample.js49 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/mount-origin/
Dexample.js61 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/mount-origin/
Dexample.js53 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/mount-origin/
Dexample.js61 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/mount-origin/
Dexample.js61 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/
Dexample.js49 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/
Dexample.js48 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/
Dexample.js49 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/
Dexample.js61 ws.onclose = function(){ function
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/
Dexample.js50 ws.onclose = function(){ function

123