NVIDIA DeepStream SDK API Reference

6.4 Release
mg_form_data_handler Struct Reference

Detailed Description

Definition at line 1201 of file civetweb.h.

Data Fields

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
 

Field 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 1221 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 1239 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 1261 of file civetweb.h.

◆ user_data

void* mg_form_data_handler::user_data

Definition at line 1264 of file civetweb.h.


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