ROOT 6.07/09 Reference Guide |
Definition at line 759 of file civetweb.h.
Public Attributes | |
int(* | field_found )(const char *key, const char *filename, char *path, size_t pathlen, void *user_data) |
int(* | field_get )(const char *key, const char *value, size_t valuelen, void *user_data) |
int(* | field_store )(const char *path, long long file_size, void *user_data) |
void * | user_data |
int(* mg_form_data_handler::field_found) (const char *key, const char *filename, char *path, size_t pathlen, void *user_data) |
Definition at line 779 of file civetweb.h.
int(* mg_form_data_handler::field_get) (const char *key, const char *value, size_t valuelen, void *user_data) |
Definition at line 796 of file civetweb.h.
Definition at line 817 of file civetweb.h.
void* mg_form_data_handler::user_data |
Definition at line 820 of file civetweb.h.