Home
last modified time | relevance | path

Searched refs:uv_handle_type (Results 1 – 21 of 21) sorted by relevance

/libuv/src/
H A Duv-data-getter-setters.c24 const char* uv_handle_type_name(uv_handle_type type) { in uv_handle_type_name()
36 uv_handle_type uv_handle_get_type(const uv_handle_t* handle) { in uv_handle_get_type()
H A Duv-common.c166 size_t uv_handle_size(uv_handle_type type) { in uv_handle_size()
/libuv/docs/src/
H A Dhandle.rst23 .. c:enum:: uv_handle_type
49 } uv_handle_type;
95 .. c:member:: uv_handle_type uv_handle_t.type
97 The :c:enum:`uv_handle_type`, indicating the type of the underlying handle. Readonly.
111 arguments: the name of the `uv_handle_type` element without the
179 .. c:function:: size_t uv_handle_size(uv_handle_type type)
257 .. c:function:: uv_handle_type uv_handle_get_type(const uv_handle_t* handle)
263 .. c:function:: const char* uv_handle_type_name(uv_handle_type type)
H A Dmigration_010_100.rst199 uv_handle_type pending) {
H A Dpipe.rst147 .. c:function:: uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle)
H A Dmisc.rst245 .. c:function:: uv_handle_type uv_guess_handle(uv_file file)
/libuv/test/
H A Dtest-ipc-send-recv.c48 uv_handle_type expected_type;
60 uv_handle_type expected_type;
91 uv_handle_type pending; in recv_cb()
306 uv_handle_type pending; in read_cb()
H A Dtest-tcp-rst.c52 uv_handle_type type = uv_guess_handle(fd); in read_cb()
H A Dtest-pipe-sendmsg.c78 uv_handle_type pending; in read_cb()
H A Dbenchmark-multi-accept.c178 uv_handle_type type; in ipc_read_cb()
203 static void send_listen_handles(uv_handle_type type, in send_listen_handles()
H A Dtest-ipc.c148 uv_handle_type pending; in on_read()
218 uv_handle_type pending; in on_read_listen_after_bound_twice()
356 uv_handle_type pending; in on_read_connection()
/libuv/src/win/
H A Dstream-inl.h35 uv_handle_type type) { in uv__stream_init()
H A Dhandle.c31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
H A Dpipe.c2635 uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle) { in uv_pipe_pending_type()
/libuv/docs/code/multi-echo-server/
H A Dworker.c65 uv_handle_type pending = uv_pipe_pending_type(pipe); in on_new_connection()
/libuv/src/unix/
H A Dtty.c137 uv_handle_type type; in uv_tty_init()
387 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
H A Dinternal.h282 uv_handle_type type);
H A Dpipe.c433 uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle) { in uv_pipe_pending_type()
H A Dstream.c84 uv_handle_type type) { in uv__stream_init()
/libuv/include/
H A Duv.h206 } uv_handle_type; typedef
469 uv_handle_type type; \
484 UV_EXTERN size_t uv_handle_size(uv_handle_type type);
485 UV_EXTERN uv_handle_type uv_handle_get_type(const uv_handle_t* handle);
486 UV_EXTERN const char* uv_handle_type_name(uv_handle_type type);
838 UV_EXTERN uv_handle_type uv_guess_handle(uv_file file);
882 UV_EXTERN uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle);
/libuv/
H A DChangeLog3717 * doc: add description of uv_handle_type (Vit Gottwald)

Completed in 62 milliseconds