Searched defs:CGI (Results 1 - 2 of 2) sorted by relevance

/external/clearsilver/java-jni/
H A DCGI.java5 class CGI { class
12 public CGI() { method in class:CGI
/external/clearsilver/cgi/
H A Dcgi.h26 /* HACK: Set this value if you want to treat empty CGI Query variables as
31 typedef struct _cgi CGI; typedef in typeref:struct:_cgi
33 typedef int (*UPLOAD_CB)(CGI *, int nread, int expected);
34 typedef NEOERR* (*CGI_PARSE_CB)(CGI *, char *method, char *ctype, void *rock);
51 HDF *hdf; /* the HDF dataset associated with this CGI */
89 * Function: cgi_init - Initialize ClearSilver CGI environment
90 * Description: cgi_init initializes the ClearSilver CGI environment,
92 * the standard CGI environment variables into that dataset,
97 * on the CGI program. These variables have to be
101 * Input: cgi - a pointer to a CGI pointe
[all...]

Completed in 23 milliseconds