
Go to the source code of this file.
Functions | |
| void | cleanup_handles (uv_process_t *req, int64_t exit_status, int term_signal) |
| void | invoke_cgi_script (uv_tcp_t *client) |
| int | main () |
| void | on_new_connection (uv_stream_t *server, int status) |
Variables | |
| uv_process_t | child_req |
| uv_loop_t * | loop |
| uv_process_options_t | options |
| void cleanup_handles | ( | uv_process_t * | req, |
| int64_t | exit_status, | ||
| int | term_signal | ||
| ) |
Definition at line 11 of file libuv/docs/code/cgi/main.c.
| void invoke_cgi_script | ( | uv_tcp_t * | client | ) |
Definition at line 17 of file libuv/docs/code/cgi/main.c.
| int main | ( | ) |
Definition at line 66 of file libuv/docs/code/cgi/main.c.
| void on_new_connection | ( | uv_stream_t * | server, |
| int | status | ||
| ) |
Definition at line 50 of file libuv/docs/code/cgi/main.c.
| uv_process_t child_req |
Definition at line 8 of file libuv/docs/code/cgi/main.c.
| uv_loop_t* loop |
Definition at line 7 of file libuv/docs/code/cgi/main.c.
| uv_process_options_t options |
Definition at line 9 of file libuv/docs/code/cgi/main.c.