HomeSort by relevance Sort by last modified time
    Searched refs:cgi_debug_init (Results 1 - 4 of 4) sorted by null

  /external/clearsilver/cgi/
static.c 34 * environment variables and stdin. cgi_debug_init looks for a file as the
36 * cgi_debug_init will load into the environment, allowing you to test your
38 cgi_debug_init(argc, argv);
cgi.h 291 * Function: cgi_debug_init - initialize standalone debugging
292 * Description: cgi_debug_init initializes a CGI program for standalone
303 void cgi_debug_init (int argc, char **argv);
cgi.c 1389 void cgi_debug_init (int argc, char **argv) function
    [all...]
  /external/clearsilver/imd/
imd.c 1083 cgi_debug_init (argc,argv);

Completed in 13 milliseconds