Searched refs:resp_begin_html (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/mandoc/ |
H A D | cgi.c | 90 static int resp_begin_html(int, const char *, const char *); 376 resp_begin_html(int code, const char *msg, const char *file) in resp_begin_html() function 564 if (resp_begin_html(200, NULL, NULL) == 0) in pg_index() 588 if (resp_begin_html(code, http_msg, NULL) == 0) in pg_noresult() 603 if (resp_begin_html(400, "Bad Request", NULL)) in pg_error_badrequest() 619 if (resp_begin_html(500, "Internal Server Error", NULL)) in pg_error_internal() 719 have_header = resp_begin_html(200, NULL, r[iuse].file); in pg_searchres() 721 have_header = resp_begin_html(200, NULL, NULL); in pg_searchres() 998 if (resp_begin_html(200, NULL, file) == 0) in pg_show()
|