|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
| void | crunch_away (uv_idle_t *handle) |
| void | on_type (uv_fs_t *req) |
| int | main () |
Variables | |
| uv_loop_t * | loop |
| uv_fs_t | stdin_watcher |
| uv_idle_t | idler |
| char | buffer [1024] |
| void crunch_away | ( | uv_idle_t * | handle | ) |
Definition at line 10 of file main.c.
References handle, and uv_idle_stop().
| int main | ( | void | ) |
Definition at line 34 of file main.c.
References crunch_away(), idler, loop, on_type(), stdin_watcher, uv_buf_init(), uv_default_loop(), uv_fs_read(), uv_idle_init(), uv_idle_start(), uv_run(), and UV_RUN_DEFAULT.
| void on_type | ( | uv_fs_t * | req | ) |
Definition at line 20 of file main.c.
References crunch_away(), idler, loop, printf(), req, uv_fs_s::result, stdin_watcher, uv_buf_init(), uv_fs_read(), uv_idle_start(), and uv_strerror().
Referenced by main().
| char buffer[1024] |
Definition at line 8 of file main.c.
Referenced by make_discover_msg().