Logo ROOT  
Reference Guide
mg_form_data_handler Struct Reference

Definition at line 1153 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 </home/sftnight/build/workspace/root-makedoc-v622/rootspi/rdoc/src/v6-22-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 1173 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 1191 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 1213 of file civetweb.h.

◆ user_data

void* mg_form_data_handler::user_data

Definition at line 1216 of file civetweb.h.

Collaboration diagram for mg_form_data_handler:
[legend]

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