RetroArch
Functions
handle_form.inl File Reference
This graph shows which files directly or indirectly include this file:

Functions

static int url_encoded_field_found (const struct mg_connection *conn, const char *key, size_t key_len, const char *filename, size_t filename_len, char *path, size_t path_len, struct mg_form_data_handler *fdh)
 
static int url_encoded_field_get (const struct mg_connection *conn, const char *key, size_t key_len, const char *value, size_t value_len, struct mg_form_data_handler *fdh)
 
static int field_stored (const struct mg_connection *conn, const char *path, size_t file_size, struct mg_form_data_handler *fdh)
 
static const char * search_boundary (const char *buf, size_t buf_len, const char *boundary, size_t boundary_len)
 
int mg_handle_form_request (struct mg_connection *conn, struct mg_form_data_handler *fdh)
 

Function Documentation

◆ field_stored()

static int field_stored ( const struct mg_connection conn,
const char *  path,
size_t  file_size,
struct mg_form_data_handler fdh 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ mg_handle_form_request()

int mg_handle_form_request ( struct mg_connection conn,
struct mg_form_data_handler fdh 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ search_boundary()

static const char* search_boundary ( const char *  buf,
size_t  buf_len,
const char *  boundary,
size_t  boundary_len 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ url_encoded_field_found()

static int url_encoded_field_found ( const struct mg_connection conn,
const char *  key,
size_t  key_len,
const char *  filename,
size_t  filename_len,
char *  path,
size_t  path_len,
struct mg_form_data_handler fdh 
)
static
Here is the call graph for this function:
Here is the caller graph for this function:

◆ url_encoded_field_get()

static int url_encoded_field_get ( const struct mg_connection conn,
const char *  key,
size_t  key_len,
const char *  value,
size_t  value_len,
struct mg_form_data_handler fdh 
)
static
Here is the call graph for this function:
Here is the caller graph for this function: