Searched refs:close (Results 801 - 825 of 6078) sorted by relevance
1...<<31323334353637383940>>...244
/third_party/node/test/parallel/ |
H A D | test-http2-connect-method-extended.js | 32 req.on('close', common.mustCall(() => { 34 server.close(); 35 client.close();
|
H A D | test-http2-createwritereq.js | 59 client.close(); 63 server.close(common.mustCall());
|
H A D | test-http2-multiheaders.js | 54 req.on('close', common.mustCall(() => { 55 server.close(); 56 client.close();
|
H A D | test-http2-pack-end-stream-flag.js | 51 req.on('end', () => client.close()); 62 server.close();
|
H A D | test-http2-priority-event.js | 56 server.close(); 57 client.close();
|
H A D | test-http2-response-splitting.js | 57 server.close(); 58 client.close(); 70 req.on('close', common.mustCall(maybeClose));
|
H A D | test-http2-trailers.js | 60 req.on('close', common.mustCall(() => { 68 server.close(); 69 client.close();
|
H A D | test-http2-too-many-settings.js | 38 client.on('close', common.mustCall(() => server.close())); 50 client.on('close', () => server.close());
|
H A D | test-http2-zero-length-write.js | 48 server.close(); 49 client.close();
|
H A D | test-https-agent-session-eviction.js | 36 server.close(function() { 67 server.close();
|
H A D | test-https-socket-options.js | 53 server_http.close(); 77 server_https.close();
|
H A D | test-net-normalize-args.js | 37 server.close(); 45 server.close();
|
H A D | test-tcp-wrap-connect.js | 36 client.close(); 51 server.close();
|
H A D | test-tls-inception.js | 82 a.close(); 83 b.close();
|
H A D | test-tls-server-parent-constructor-options.js | 36 socket.on('close', () => { 37 server.close(); 64 socket.on('close', () => { 65 server.close();
|
H A D | test-tls-socket-close.js | 33 tlsServer.close(); 34 netServer.close(); 65 // earlier. If we instead, for example, wait on the `close` event, then
|
H A D | test-worker-message-port-transfer-closed.js | 47 port1.close(common.mustCall(testBothClosed)); 49 port2.close(common.mustCall(testBothClosed));
|
/third_party/node/test/sequential/ |
H A D | test-dgram-pingpong.js | 25 client.close(); 26 server.close(); 46 server.on('close', common.mustCall(pingPongTest.bind(undefined, common.PORT)));
|
/third_party/node/test/fixtures/wpt/encoding/streams/ |
H A D | invalid-realm.window.js | 35 return stream.writable.close(); 36 }, `${type}: close in detached realm should succeed`);
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | freopen.c | 7 * close the new FILE. */ 45 f->close = f2->close; in freopen()
|
/third_party/musl/src/stdio/ |
H A D | freopen.c | 7 * close the new FILE. */ 40 f->close = f2->close; in freopen()
|
/third_party/libfuse/example/ |
H A D | passthrough_helpers.h | 38 res = close(res); in mknod_wrapper() 66 close(fd); in mknod_wrapper()
|
/third_party/ltp/testcases/kernel/syscalls/signalfd4/ |
H A D | signalfd4_01.c | 31 /* patch the only flag support is SFD_CLOEXEC which causes the close-on-exec */ 152 "signalfd4(0) set close-on-exec flag"); in main() 154 close(fd); in main() 170 "signalfd4(SFD_CLOEXEC) does not set close-on-exec flag"); in main() 172 close(fd); in main()
|
H A D | signalfd4_02.c | 150 close(fd); in main() 168 close(fd); in main()
|
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/ |
H A D | k-tree-gen.c | 62 // API: open,close,dup,read,write,lseek in k_tree_gen() 65 close(fd); in k_tree_gen() 70 close(fd); in k_tree_gen()
|
Completed in 5 milliseconds
1...<<31323334353637383940>>...244