Searched refs:close (Results 5626 - 5650 of 10216) sorted by relevance
1...<<221222223224225226227228229230>>...409
/third_party/jerryscript/jerry-ext/debugger/ |
H A D | debugger-ws.c | 66 JERRYX_DEBUGGER_WEBSOCKET_CLOSE_CONNECTION = 8, /**< close connection */ 440 header_p->close = jerryx_debugger_ws_close; in jerryx_debugger_ws_create()
|
/third_party/libwebsockets/plugins/ |
H A D | protocol_post_demo.c | 110 close((int)(lws_intptr_t)pss->fd); in file_upload_cb()
|
/third_party/ltp/pan/cgi/ |
H A D | reconsile.cgi | 67 close(F);
|
/third_party/ltp/testcases/kernel/device-drivers/drm/user_space/ |
H A D | user_tdrm.c | 128 close(tdrm_fd); in tdrmclose()
|
/third_party/ltp/testcases/kernel/device-drivers/tbio/tbio_user/ |
H A D | tbio.c | 71 close(tbio_fd); in cleanup()
|
/third_party/node/lib/internal/fs/ |
H A D | recursive_watch.js | 109 close() { 123 this.emit('close');
|
/third_party/node/lib/ |
H A D | timers.js | 253 Timeout.prototype.close = function() {
|
/third_party/node/deps/v8/tools/release/ |
H A D | merge_to_branch.py | 48 open(self.Config("ALREADY_MERGING_SENTINEL_FILE"), "a").close()
|
H A D | roll_merge.py | 47 open(self.Config("ALREADY_MERGING_SENTINEL_FILE"), "a").close()
|
/third_party/node/deps/v8/tools/torque/ |
H A D | format-torque.py | 123 output_file.close()
|
/third_party/node/test/parallel/ |
H A D | test-http-agent-keepalive.js | 42 // Cache the socket, close it after a short delay 85 // Mock remote server close the socket 97 // Waiting remote server close the socket 118 // Wait socket 'close' event emit 123 server.close(); 161 socket.off('close', callback); 166 socket.once('close', callback);
|
H A D | test-net-connect-options-port.js | 82 server.close(); 96 server.on('close', () => {
|
H A D | test-webstreams-abort-controller.js | 14 controller.close();
|
/third_party/node/test/pseudo-tty/ |
H A D | testcfg.py | 125 os.close(fd)
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | memory.cc | 79 file.close(); in run()
|
/third_party/node/deps/v8/tools/ |
H A D | gdb-v8-support.py | 242 os.close(fd) 245 gdb.execute("p (int)close(%s)" % old_stdout, to_string=True)
|
H A D | gen-inlining-tests.py | 482 FILE.close()
|
/third_party/node/deps/v8/tools/sanitizers/ |
H A D | sancov_merger.py | 125 pool.close()
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | MSVSNew.py | 367 f.close()
|
/third_party/musl/porting/linux/user/src/stdio/ |
H A D | fmemopen.c | 123 f->f.close = mclose; in fmemopen()
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | alltypes.h | 312 int (*close)(struct _IO_FILE *); member
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | stdio.h | 200 cookie_close_function_t *close; member
|
/third_party/musl/porting/linux/user/src/network/ |
H A D | res_msend.c | 88 if (fd >= 0) close(fd); in res_msend_rc_ext()
|
/third_party/musl/porting/linux/user/src/fdsan/ |
H A D | fdsan.c | 246 fdsan_error("attempted to close file descriptor %{public}d, \ in fdsan_close_with_tag() 251 fdsan_error("attempted to close file descriptor %{public}d, \ in fdsan_close_with_tag() 255 fdsan_error("attempted to close file descriptor %{public}d, \ in fdsan_close_with_tag() 266 // If we were expecting to close with a tag, abort on EBADF. in fdsan_close_with_tag() 268 fdsan_error("EBADF: close failed for fd %{public}d with expected tag: 0x%{public}016lx", fd, expected_tag); in fdsan_close_with_tag() 319 int close(int fd) in close() function
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink_rand.c | 178 close(task->fd); in free_task()
|
Completed in 14 milliseconds
1...<<221222223224225226227228229230>>...409