#include <cfcgi.h>
Data Fields | |
| u_char * | name |
| u_char * | value |
| s_cf_cgi_param * | next |
| s_cf_cgi_param * | last |
Definition at line 33 of file cfcgi.h.
|
|
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. |
|
|
the parameter name |
|
|
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. |
|
|
the parameter value |
1.3.5