Home
last modified time | relevance | path

Searched refs:shutdown (Results 126 – 150 of 82707) sorted by path

12345678910>>...3309

/dports/archivers/gtar/tar-1.34/gnu/
H A Dunistd.h701 # undef shutdown
702 # define shutdown shutdown_used_without_including_sys_socket_h
730 _GL_WARN_ON_USE (shutdown,
H A Dunistd.in.h194 # undef shutdown
195 # define shutdown shutdown_used_without_including_sys_socket_h
223 _GL_WARN_ON_USE (shutdown,
/dports/archivers/gtar/tar-1.34/m4/
H A Dsys_socket_h.m433 dnl If the shutdown function exists, <sys/socket.h> should define
35 AC_CHECK_FUNCS([shutdown])
97 listen recv send recvfrom sendto setsockopt shutdown accept4])
/dports/archivers/lbzip2/lbzip2-2.5/lib/
H A Dsys_time.in.h167 # undef shutdown
168 # define shutdown shutdown_used_without_including_sys_socket_h
196 _GL_WARN_ON_USE (shutdown,
H A Dunistd.in.h179 # undef shutdown
180 # define shutdown shutdown_used_without_including_sys_socket_h
208 _GL_WARN_ON_USE (shutdown,
/dports/archivers/lbzip2/lbzip2-2.5/m4/
H A Dsys_socket_h.m433 dnl If the shutdown function exists, <sys/socket.h> should define
35 AC_CHECK_FUNCS([shutdown])
97 listen recv send recvfrom sendto setsockopt shutdown accept4])
/dports/archivers/libarc/libarc-2.0.2/
H A Dnet.c87 return shutdown(fd, how); in socket_shutdown()
158 return shutdown(fd, how); in socket_shutdown()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/
H A DChangeLog3195 * unix: clear UV_STREAM_SHUTTING after shutdown() (Ben Noordhuis)
H A DMakefile.am232 test/test-shutdown-close.c \
233 test/test-shutdown-eof.c \
234 test/test-shutdown-twice.c \
254 test/test-tcp-shutdown-after-write.c \
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/src/
H A Derrors.rst284 cannot send after transport endpoint shutdown
H A Dpoll.rst97 reported and the user is free to ignore it, but it can help optimize the shutdown
H A Dstream.rst68 Callback called after a shutdown request has been completed. `status` will
91 Pointer to the stream where this shutdown request is running.
111 `req` should be an uninitialized shutdown request struct. The `cb` is called
112 after shutdown is complete.
/dports/archivers/maxcso/maxcso-1.10.0/libuv/docs/src/guide/
H A Deventloops.rst37 ``uv_stop()`` is useful to shutdown a loop when a result has been computed or
H A Dfilesystem.rst78 one-off, or are done as part of the startup or shutdown stage are performed
/dports/archivers/maxcso/maxcso-1.10.0/libuv/include/
H A Duv.h168 XX(SHUTDOWN, shutdown) \
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/unix/
H A Dstream.c688 if (shutdown(uv__stream_fd(stream), SHUT_WR)) in uv__drain()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/src/win/
H A Dtcp.c225 } else if (shutdown(handle->socket, SD_SEND) == SOCKET_ERROR) { in uv_tcp_endgame()
1385 shutdown(tcp->socket, SD_SEND); in uv_tcp_close()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-poll.c382 r = shutdown(context->sock, SD_SEND);
384 r = shutdown(context->sock, SHUT_WR);
H A Dtest.gyp89 'test-shutdown-close.c',
90 'test-shutdown-eof.c',
91 'test-shutdown-twice.c',
106 'test-tcp-shutdown-after-write.c',
/dports/archivers/p5-Compress-Zstd/Compress-Zstd-0.20/ext/zstd/lib/common/
H A Dpool.c59 int shutdown; member
76 if (ctx->shutdown) { in POOL_thread()
133 ctx->shutdown = 0; in POOL_create_advanced()
160 ctx->shutdown = 1; in POOL_join()
254 if (ctx->shutdown) return; in POOL_add_internal()
267 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/zstd/lib/common/
H A Dpool.c59 int shutdown; member
76 if (ctx->shutdown) { in POOL_thread()
137 ctx->shutdown = 0; in POOL_create_advanced()
164 ctx->shutdown = 1; in POOL_join()
258 if (ctx->shutdown) return; in POOL_add_internal()
271 while (isQueueFull(ctx) && (!ctx->shutdown)) { in POOL_add()
/dports/archivers/py-bup/bup-0.31/Documentation/
H A Dbup-web.md30 shutdown.
/dports/archivers/py-bup/bup-0.31/lib/bup/
H A Dclient.py135 self.sock.shutdown(socket.SHUT_WR)
/dports/archivers/py-bup/bup-0.31/lib/cmd/
H A Ddaemon-cmd.py85 l.shutdown(socket.SHUT_RDWR)
/dports/archivers/py-bup/bup-0.31/note/
H A D0.28-from-0.27.1.md57 * `bup web` will now attempt an orderly shutdown when it receives a

12345678910>>...3309