Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

s_cf_cgi_param Struct Reference

#include <cfcgi.h>


Data Fields

u_char * name
u_char * value
s_cf_cgi_paramnext
s_cf_cgi_paramlast


Detailed Description

this type is used for multiple form values (such as checkboxes or something like that)

Definition at line 33 of file cfcgi.h.


Field Documentation

struct s_cf_cgi_param* s_cf_cgi_param::last
 

the values are stored in a double linked list. This is the pointer to the element before the actual element. It is NULL if there is no element before.

Definition at line 37 of file cfcgi.h.

u_char* s_cf_cgi_param::name
 

the parameter name

Definition at line 34 of file cfcgi.h.

struct s_cf_cgi_param* s_cf_cgi_param::next
 

the values are stored in a double linked list. This is the pointer to the element after the actual element. It is NULL if there is no element after.

Definition at line 36 of file cfcgi.h.

u_char* s_cf_cgi_param::value
 

the parameter value

Definition at line 35 of file cfcgi.h.


The documentation for this struct was generated from the following file:
Generated on Sun Apr 25 16:37:40 2004 for Classic Forum by doxygen 1.3.5