Rizin
unix-like reverse engineering framework and cli tools
|
#include <assert.h>
#include "uv.h"
#include "internal.h"
#include "handle-inl.h"
#include "req-inl.h"
Go to the source code of this file.
Functions | |
static INLINE void | uv_stream_init (uv_loop_t *loop, uv_stream_t *handle, uv_handle_type type) |
static INLINE void | uv_connection_init (uv_stream_t *handle) |
|
static |
Definition at line 49 of file stream-inl.h.
References handle, and UV_HANDLE_CONNECTION.
Referenced by uv__tcp_xfer_import(), uv_pipe_connection_init(), uv_process_tcp_connect_req(), uv_tcp_accept(), uv_tcp_open(), and uv_tty_init().
|
static |
Definition at line 33 of file stream-inl.h.
References handle, INVALID_HANDLE_VALUE, loop, NULL, type, uv__handle_init, and UV_REQ_INIT.
Referenced by uv_pipe_init(), uv_tcp_init_ex(), and uv_tty_init().