Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
cgi_env_block Struct Reference

Public Attributes

struct mg_connectionconn
 
char buf [CGI_ENVIRONMENT_SIZE]
 
int len
 
char * vars [MAX_CGI_ENVIR_VARS]
 
int nvars
 

Detailed Description

Definition at line 2766 of file mongoose_orig.c.

Member Data Documentation

char cgi_env_block::buf[CGI_ENVIRONMENT_SIZE]

Definition at line 2768 of file mongoose_orig.c.

struct mg_connection* cgi_env_block::conn

Definition at line 2767 of file mongoose_orig.c.

int cgi_env_block::len

Definition at line 2769 of file mongoose_orig.c.

int cgi_env_block::nvars

Definition at line 2771 of file mongoose_orig.c.

char* cgi_env_block::vars[MAX_CGI_ENVIR_VARS]

Definition at line 2770 of file mongoose_orig.c.


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