MIDAS
|
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 4240 of file mongoose6.cxx.
char mg_cgi_env_block::buf[MG_CGI_ENVIRONMENT_SIZE] |
Definition at line 4242 of file mongoose6.cxx.
int mg_cgi_env_block::len |
Definition at line 4244 of file mongoose6.cxx.
struct mg_connection* mg_cgi_env_block::nc |
Definition at line 4241 of file mongoose6.cxx.
int mg_cgi_env_block::nvars |
Definition at line 4245 of file mongoose6.cxx.
const char* mg_cgi_env_block::vars[MG_MAX_CGI_ENVIR_VARS] |
Definition at line 4243 of file mongoose6.cxx.