/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/streams/ |
D | end-of-stream.js | 58 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/ |
D | end-of-stream.js | 114 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);
|
D | legacy.js | 39 source.on('close', onclose); 51 function onclose() { function 75 source.removeListener('close', onclose);
|
/third_party/node/deps/npm/node_modules/end-of-stream/ |
D | index.js | 46 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/ |
D | index.js | 30 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/ |
D | test-inspector-port-zero.js | 31 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/ |
D | socket_list.js | 19 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/ |
D | test-cluster-send-deadlock.js | 58 client1.on('close', onclose); 59 client2.on('close', onclose); 65 const onclose = () => { function
|
D | test-http-1.0-keep-alive.js | 138 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/ |
D | example.js | 48 subscriber_ws.onclose = function(){ function 64 publisher_ws.onclose = function(){ function
|
/third_party/node/deps/npm/node_modules/https-proxy-agent/ |
D | index.js | 99 socket.removeListener('close', onclose); 103 function onclose(err) { function 198 socket.on('close', onclose);
|
/third_party/node/lib/internal/repl/ |
D | history.js | 77 fs.close(hnd, onclose); 80 function onclose(err) { function
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-demos/mount-origin/ |
D | test.js | 222 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/ |
D | test.js | 222 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/ |
D | io.js | 126 function onclose() { function 133 value: onclose
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-raw-proxy/mount-origin/ |
D | example.js | 49 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/mount-origin/ |
D | example.js | 61 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd-bulk/mount-origin/ |
D | example.js | 53 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/mount-origin/ |
D | example.js | 61 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/client-server/minimal-ws-proxy/mount-origin/ |
D | example.js | 61 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server/mount-origin/ |
D | example.js | 49 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-ring/mount-origin/ |
D | example.js | 48 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-timer/mount-origin/ |
D | example.js | 49 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/mount-origin/ |
D | example.js | 61 ws.onclose = function(){ function
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-pmd/mount-origin/ |
D | example.js | 50 ws.onclose = function(){ function
|