Searched refs:uv_handle_type (Results 1 – 21 of 21) sorted by relevance
24 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()
166 size_t uv_handle_size(uv_handle_type type) { in uv_handle_size()
23 .. c:enum:: uv_handle_type49 } uv_handle_type;95 .. c:member:: uv_handle_type uv_handle_t.type97 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 the179 .. 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)
199 uv_handle_type pending) {
147 .. c:function:: uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle)
245 .. c:function:: uv_handle_type uv_guess_handle(uv_file file)
48 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()
52 uv_handle_type type = uv_guess_handle(fd); in read_cb()
78 uv_handle_type pending; in read_cb()
178 uv_handle_type type; in ipc_read_cb()203 static void send_listen_handles(uv_handle_type type, in send_listen_handles()
148 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()
35 uv_handle_type type) { in uv__stream_init()
31 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
2635 uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle) { in uv_pipe_pending_type()
65 uv_handle_type pending = uv_pipe_pending_type(pipe); in on_new_connection()
137 uv_handle_type type; in uv_tty_init()387 uv_handle_type uv_guess_handle(uv_file file) { in uv_guess_handle()
282 uv_handle_type type);
433 uv_handle_type uv_pipe_pending_type(uv_pipe_t* handle) { in uv_pipe_pending_type()
84 uv_handle_type type) { in uv__stream_init()
206 } uv_handle_type; typedef469 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);
3717 * doc: add description of uv_handle_type (Vit Gottwald)
Completed in 62 milliseconds