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

  /external/clearsilver/cgi/
cgi.h 357 * Function: cgi_redirect - send an HTTP 302 redirect response
358 * Description: cgi_redirect will redirect the user to another page on
363 * use a format like cgi_redirect (cgi, "%s", buf)
369 void cgi_redirect (CGI *cgi, const char *fmt, ...)
380 * use a format like cgi_redirect (cgi, "%s", buf)
cgi.c 1471 void cgi_redirect (CGI *cgi, const char *fmt, ...) function
    [all...]
  /external/clearsilver/python/
neo_cgi.c 213 cgi_redirect (cgi, "%s", s);

Completed in 1344 milliseconds