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

"private" CGI lib functions


Functions

int _cf_cgi_parse_params (t_cf_hash *hash, u_char *data)
void cf_cgi_destroy_entry (void *data)
 this function destroys a parameter list.

int _cf_cgi_save_param (t_cf_hash *hash, u_char *name, int namlen, u_char *value)
 this function saves a parsed parameter to the CGI hash.


Function Documentation

int _cf_cgi_parse_params t_cf_hash hash,
u_char *  data
 

This function parses a given parameter string into name-value pairs.

Parameters:
hash the CGI hash
data the parameter string

Definition at line 266 of file cfcgi.c.

int _cf_cgi_save_param t_cf_hash hash,
u_char *  name,
int  namlen,
u_char *  value
 

this function saves a parsed parameter to the CGI hash.

Parameters:
hash the CGI hash
name the name of the parameter
namlen the length of the name string
value the value of the parameter

Definition at line 225 of file cfcgi.c.

void cf_cgi_destroy_entry void *  data  ) 
 

this function destroys a parameter list.

Parameters:
data the given parameter list

Definition at line 318 of file cfcgi.c.


Generated on Sun Apr 25 16:37:40 2004 for Classic Forum by doxygen 1.3.5