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

  /external/clearsilver/cgi/
cgi.c 831 err = cgiwrap_writef ("Pragma: no-cache\r\n");
833 err = cgiwrap_writef ("Expires: Fri, 01 Jan 1990 00:00:00 GMT\r\n");
835 err = cgiwrap_writef ("Cache-control: no-cache, must-revalidate, no-cache=\"Set-Cookie\", private\r\n");
843 err = cgiwrap_writef ("Status: %s\r\n", s);
847 err = cgiwrap_writef ("Location: %s\r\n", s);
856 err = cgiwrap_writef ("%s\r\n", s);
864 err = cgiwrap_writef ("Content-Type: %s; charset=%s\r\n\r\n", s, charset);
866 err = cgiwrap_writef ("Content-Type: %s\r\n\r\n", s);
872 err = cgiwrap_writef ("Content-Type: text/html\r\n\r\n");
1213 /* I'm using sprintf instead of cgiwrap_writef sinc
    [all...]
cgiwrap.h 120 * Function: cgiwrap_writef - a wrapper for printf
121 * Description: cgiwrap_writef is the formatted output command that
127 NEOERR *cgiwrap_writef (const char *fmt, ...)
134 * It is also used by cgiwrap_writef (the actual wrapped
cgiwrap.c 171 NEOERR *cgiwrap_writef (const char *fmt, ...) function
  /external/clearsilver/imd/
imd.c 468 cgiwrap_writef("Content-Length: %ld\n\n", s.st_size);
472 cgiwrap_writef("\n");
1036 cgiwrap_writef("Status: 404\nContent-Type: text/html\n\n");
1037 cgiwrap_writef("File %s not found.", srcpath);
1044 cgiwrap_writef("Status: 304\nContent-Type: text/html\n\n");
1045 cgiwrap_writef("Use Local Copy");
1056 cgiwrap_writef("Content-Type: image/jpeg\n");
1058 cgiwrap_writef("Content-Type: image/gif\n");
1062 cgiwrap_writef("Content-Type: video/x-msvideo\n");
1066 cgiwrap_writef("Last-modified: %s\n", buf)
    [all...]

Completed in 78 milliseconds