Analysis Software
Documentation for sPHENIX simulation software
|
Public Attributes | |
struct mg_connection * | nc |
char | buf [MG_CGI_ENVIRONMENT_SIZE] |
const char * | vars [MG_MAX_CGI_ENVIR_VARS] |
int | len |
int | nvars |
Definition at line 4302 of file mongoose.cc.
View newest version in sPHENIX GitHub at line 4302 of file mongoose.cc
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().