Home
last modified time | relevance | path

Searched refs:close (Results 801 - 825 of 6078) sorted by relevance

1...<<31323334353637383940>>...244

/third_party/node/test/parallel/
H A Dtest-http2-connect-method-extended.js32 req.on('close', common.mustCall(() => {
34 server.close();
35 client.close();
H A Dtest-http2-createwritereq.js59 client.close();
63 server.close(common.mustCall());
H A Dtest-http2-multiheaders.js54 req.on('close', common.mustCall(() => {
55 server.close();
56 client.close();
H A Dtest-http2-pack-end-stream-flag.js51 req.on('end', () => client.close());
62 server.close();
H A Dtest-http2-priority-event.js56 server.close();
57 client.close();
H A Dtest-http2-response-splitting.js57 server.close();
58 client.close();
70 req.on('close', common.mustCall(maybeClose));
H A Dtest-http2-trailers.js60 req.on('close', common.mustCall(() => {
68 server.close();
69 client.close();
H A Dtest-http2-too-many-settings.js38 client.on('close', common.mustCall(() => server.close()));
50 client.on('close', () => server.close());
H A Dtest-http2-zero-length-write.js48 server.close();
49 client.close();
H A Dtest-https-agent-session-eviction.js36 server.close(function() {
67 server.close();
H A Dtest-https-socket-options.js53 server_http.close();
77 server_https.close();
H A Dtest-net-normalize-args.js37 server.close();
45 server.close();
H A Dtest-tcp-wrap-connect.js36 client.close();
51 server.close();
H A Dtest-tls-inception.js82 a.close();
83 b.close();
H A Dtest-tls-server-parent-constructor-options.js36 socket.on('close', () => {
37 server.close();
64 socket.on('close', () => {
65 server.close();
H A Dtest-tls-socket-close.js33 tlsServer.close();
34 netServer.close();
65 // earlier. If we instead, for example, wait on the `close` event, then
H A Dtest-worker-message-port-transfer-closed.js47 port1.close(common.mustCall(testBothClosed));
49 port2.close(common.mustCall(testBothClosed));
/third_party/node/test/sequential/
H A Dtest-dgram-pingpong.js25 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 Dinvalid-realm.window.js35 return stream.writable.close();
36 }, `${type}: close in detached realm should succeed`);
/third_party/musl/porting/linux/user/src/stdio/
H A Dfreopen.c7 * close the new FILE. */
45 f->close = f2->close; in freopen()
/third_party/musl/src/stdio/
H A Dfreopen.c7 * close the new FILE. */
40 f->close = f2->close; in freopen()
/third_party/libfuse/example/
H A Dpassthrough_helpers.h38 res = close(res); in mknod_wrapper()
66 close(fd); in mknod_wrapper()
/third_party/ltp/testcases/kernel/syscalls/signalfd4/
H A Dsignalfd4_01.c31 /* 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 Dsignalfd4_02.c150 close(fd); in main()
168 close(fd); in main()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A Dk-tree-gen.c62 // 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