Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mg_cgi_env_block Struct Reference
+ Collaboration diagram for mg_cgi_env_block:

Public Attributes

struct mg_connectionnc
 
char buf [MG_CGI_ENVIRONMENT_SIZE]
 
const char * vars [MG_MAX_CGI_ENVIR_VARS]
 
int len
 
int nvars
 

Detailed Description

Definition at line 4302 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4302 of file mongoose.cc

Member Data Documentation

char mg_cgi_env_block::buf[MG_CGI_ENVIRONMENT_SIZE]

Definition at line 4304 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4304 of file mongoose.cc

Referenced by mg_addenv(), mg_handle_cgi(), and mg_prepare_cgi_environment().

int mg_cgi_env_block::len

Definition at line 4306 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4306 of file mongoose.cc

Referenced by mg_addenv(), and mg_prepare_cgi_environment().

struct mg_connection* mg_cgi_env_block::nc

Definition at line 4303 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4303 of file mongoose.cc

Referenced by mg_prepare_cgi_environment().

int mg_cgi_env_block::nvars

Definition at line 4307 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4307 of file mongoose.cc

Referenced by mg_addenv(), and mg_prepare_cgi_environment().

const char* mg_cgi_env_block::vars[MG_MAX_CGI_ENVIR_VARS]

Definition at line 4305 of file mongoose.cc.

View newest version in sPHENIX GitHub at line 4305 of file mongoose.cc

Referenced by mg_addenv(), mg_handle_cgi(), and mg_prepare_cgi_environment().


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