ROOT 6.14/05 Reference Guide |
Definition at line 166 of file civetweb.h.
Public Attributes | |
int(* | begin_request )(struct mg_connection *) |
void(* | connection_close )(const struct mg_connection *) |
void(* | end_request )(const struct mg_connection *, int reply_status_code) |
void(* | exit_context )(const struct mg_context *ctx) |
int(* | http_error )(struct mg_connection *, int status) |
int(* | init_connection )(const struct mg_connection *conn, void **conn_data) |
void(* | init_context )(const struct mg_context *ctx) |
void(* | init_lua )(const struct mg_connection *, void *lua_context) |
int(* | init_ssl )(void *ssl_context, void *user_data) |
void(* | init_thread )(const struct mg_context *ctx, int thread_type) |
int(* | log_access )(const struct mg_connection *, const char *message) |
int(* | log_message )(const struct mg_connection *, const char *message) |
int(* mg_callbacks::begin_request) (struct mg_connection *) |
Definition at line 181 of file civetweb.h.
void(* mg_callbacks::connection_close) (const struct mg_connection *) |
Definition at line 246 of file civetweb.h.
void(* mg_callbacks::end_request) (const struct mg_connection *, int reply_status_code) |
Definition at line 184 of file civetweb.h.
void(* mg_callbacks::exit_context) (const struct mg_context *ctx) |
Definition at line 318 of file civetweb.h.
int(* mg_callbacks::http_error) (struct mg_connection *, int status) |
Definition at line 297 of file civetweb.h.
int(* mg_callbacks::init_connection) (const struct mg_connection *conn, void **conn_data) |
Definition at line 333 of file civetweb.h.
void(* mg_callbacks::init_context) (const struct mg_context *ctx) |
Definition at line 303 of file civetweb.h.
Definition at line 279 of file civetweb.h.
Definition at line 201 of file civetweb.h.
void(* mg_callbacks::init_thread) (const struct mg_context *ctx, int thread_type) |
Definition at line 313 of file civetweb.h.
int(* mg_callbacks::log_access) (const struct mg_connection *, const char *message) |
Definition at line 192 of file civetweb.h.
int(* mg_callbacks::log_message) (const struct mg_connection *, const char *message) |
Definition at line 188 of file civetweb.h.