HomeSort by relevance Sort by last modified time
    Searched defs:CGI (Results 1 - 2 of 2) sorted by null

  /external/clearsilver/java-jni/
CGI.java 5 class CGI {
12 public CGI() {
  /external/clearsilver/cgi/
cgi.h 26 /* HACK: Set this value if you want to treat empty CGI Query variables as
31 typedef struct _cgi 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 229 milliseconds