Home
last modified time | relevance | path

Searched refs:shutdown (Results 1 – 15 of 15) sorted by relevance

/libuv/test/
H A Decho-server.c86 int shutdown = 0; in after_read() local
117 shutdown = 1; in after_read()
122 else if (shutdown) in after_read()
143 if (shutdown) in after_read()
H A Dtest-tcp-close-reset.c84 ASSERT_OK(shutdown((SOCKET)fd, SD_BOTH)); in do_close()
87 ASSERT_OK(shutdown(fd, SHUT_RDWR)); in do_close()
H A Dtest-poll.c403 r = shutdown(context->sock, SD_SEND);
405 r = shutdown(context->sock, SHUT_WR);
/libuv/
H A DMakefile.am219 test/test-not-writable-after-shutdown.c \
251 test/test-shutdown-close.c \
252 test/test-shutdown-eof.c \
253 test/test-shutdown-simultaneous.c \
254 test/test-shutdown-twice.c \
282 test/test-tcp-shutdown-after-write.c \
H A DCMakeLists.txt592 test/test-not-writable-after-shutdown.c
624 test/test-shutdown-close.c
625 test/test-shutdown-eof.c
626 test/test-shutdown-simultaneous.c
627 test/test-shutdown-twice.c
656 test/test-tcp-shutdown-after-write.c
H A DChangeLog863 * shutdown,unix: reduce code duplication (Jameson Nash)
880 * win,shutdown: improve how shutdown is dispatched (Jameson Nash)
5966 * unix: clear UV_STREAM_SHUTTING after shutdown() (Ben Noordhuis)
/libuv/docs/src/
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.
H A Derrors.rst288 cannot send after transport endpoint shutdown
H A Dpoll.rst98 shutdown path because an extra read or write call might be avoided.
/libuv/src/win/
H A Dreq-inl.h175 DELEGATE_STREAM_REQ(loop, (uv_shutdown_t*) req, shutdown, handle); in uv__process_reqs()
H A Dtcp.c221 else if (shutdown(stream->socket, SD_SEND) == SOCKET_ERROR) in uv__process_tcp_shutdown_req()
/libuv/docs/src/guide/
H A Deventloops.rst38 ``uv_stop()`` is useful to shutdown a loop when a result has been computed or
H A Dfilesystem.rst80 one-off, or are done as part of the startup or shutdown stage are performed
/libuv/src/unix/
H A Dstream.c651 else if (shutdown(uv__stream_fd(stream), SHUT_WR)) in uv__drain()
/libuv/include/
H A Duv.h183 XX(SHUTDOWN, shutdown) \

Completed in 76 milliseconds