Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
void | on_open (uv_fs_t *req) |
void | on_read (uv_fs_t *req) |
void | on_write (uv_fs_t *req) |
Variables | |
static char | buffer [1024] |
static uv_buf_t | iov |
uv_fs_t | open_req |
uv_fs_t | read_req |
uv_fs_t | write_req |
Definition at line 55 of file libuv/docs/code/uvcat/main.c.
void on_open | ( | uv_fs_t * | req | ) |
Definition at line 41 of file libuv/docs/code/uvcat/main.c.
void on_read | ( | uv_fs_t * | req | ) |
Definition at line 26 of file libuv/docs/code/uvcat/main.c.
void on_write | ( | uv_fs_t * | req | ) |
Definition at line 17 of file libuv/docs/code/uvcat/main.c.
|
static |
Definition at line 13 of file libuv/docs/code/uvcat/main.c.
|
static |
Definition at line 15 of file libuv/docs/code/uvcat/main.c.
uv_fs_t open_req |
Definition at line 9 of file libuv/docs/code/uvcat/main.c.
uv_fs_t read_req |
Definition at line 10 of file libuv/docs/code/uvcat/main.c.
Definition at line 11 of file libuv/docs/code/uvcat/main.c.