Logo ROOT   6.10/09
Reference Guide
List of all members | Public Attributes | List of all members
mg_form_data_handler Struct Reference

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

#include </mnt/build/workspace/root-makedoc-v610/rootspi/rdoc/src/v6-10-00-patches/net/http/civetweb/civetweb.h>

Member Data Documentation

◆ field_found

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.

◆ field_get

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.

◆ field_store

int(* mg_form_data_handler::field_store) (const char *path, long long file_size, void *user_data)

Definition at line 817 of file civetweb.h.

◆ user_data

void* mg_form_data_handler::user_data

Definition at line 820 of file civetweb.h.


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