RetroArch
|
#include <civetweb.h>
Public Attributes | |
int(* | begin_request )(struct mg_connection *) |
void(* | end_request )(const struct mg_connection *, int reply_status_code) |
int(* | log_message )(const struct mg_connection *, const char *message) |
int(* | log_access )(const struct mg_connection *, const char *message) |
int(* | init_ssl )(void *ssl_context, void *user_data) |
void(* | connection_close )(const struct mg_connection *) |
const char *(* | open_file )(const struct mg_connection *, const char *path, size_t *data_len) |
void(* | init_lua )(const struct mg_connection *, void *lua_context) |
void(* | upload )(struct mg_connection *, const char *file_name) |
int(* | http_error )(struct mg_connection *, int status) |
void(* | init_context )(const struct mg_context *ctx) |
void(* | exit_context )(const struct mg_context *ctx) |
int(* mg_callbacks::begin_request) (struct mg_connection *) |
void(* mg_callbacks::connection_close) (const struct mg_connection *) |
void(* mg_callbacks::end_request) (const struct mg_connection *, int reply_status_code) |
void(* mg_callbacks::exit_context) (const struct mg_context *ctx) |
int(* mg_callbacks::http_error) (struct mg_connection *, int status) |
void(* mg_callbacks::init_context) (const struct mg_context *ctx) |
void(* mg_callbacks::init_lua) (const struct mg_connection *, void *lua_context) |
int(* mg_callbacks::init_ssl) (void *ssl_context, void *user_data) |
int(* mg_callbacks::log_access) (const struct mg_connection *, const char *message) |
int(* mg_callbacks::log_message) (const struct mg_connection *, const char *message) |
const char*(* mg_callbacks::open_file) (const struct mg_connection *, const char *path, size_t *data_len) |
void(* mg_callbacks::upload) (struct mg_connection *, const char *file_name) |