RetroArch
Public Attributes | List of all members
mg_callbacks Struct Reference

#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)
 

Member Data Documentation

◆ begin_request

int(* mg_callbacks::begin_request) (struct mg_connection *)

◆ connection_close

void(* mg_callbacks::connection_close) (const struct mg_connection *)

◆ end_request

void(* mg_callbacks::end_request) (const struct mg_connection *, int reply_status_code)

◆ exit_context

void(* mg_callbacks::exit_context) (const struct mg_context *ctx)

◆ http_error

int(* mg_callbacks::http_error) (struct mg_connection *, int status)

◆ init_context

void(* mg_callbacks::init_context) (const struct mg_context *ctx)

◆ init_lua

void(* mg_callbacks::init_lua) (const struct mg_connection *, void *lua_context)

◆ init_ssl

int(* mg_callbacks::init_ssl) (void *ssl_context, void *user_data)

◆ log_access

int(* mg_callbacks::log_access) (const struct mg_connection *, const char *message)

◆ log_message

int(* mg_callbacks::log_message) (const struct mg_connection *, const char *message)

◆ open_file

const char*(* mg_callbacks::open_file) (const struct mg_connection *, const char *path, size_t *data_len)

◆ upload

void(* mg_callbacks::upload) (struct mg_connection *, const char *file_name)

The documentation for this struct was generated from the following file: