Go to the source code of this file.
Functions | |
static int | ev_handler (struct mg_connection *conn, enum mg_event ev) |
static int | handle_close (struct mg_connection *conn) |
static int | handle_recv (struct mg_connection *conn) |
static int | handle_request (struct mg_connection *conn) |
int | main (void) |
static int ev_handler | ( | struct mg_connection * | conn, |
enum mg_event | ev | ||
) | [static] |
Definition at line 63 of file big_upload.c.
static int handle_close | ( | struct mg_connection * | conn | ) | [static] |
Definition at line 55 of file big_upload.c.
static int handle_recv | ( | struct mg_connection * | conn | ) | [static] |
Definition at line 41 of file big_upload.c.
static int handle_request | ( | struct mg_connection * | conn | ) | [static] |
Definition at line 6 of file big_upload.c.
int main | ( | void | ) |
Definition at line 73 of file big_upload.c.