Searched refs:resp_begin_html (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/mandoc/ |
| H A D | cgi.c | 89 static void resp_begin_html(int, const char *, const char *); 371 resp_begin_html(int code, const char *msg, const char *file) in resp_begin_html() function 558 resp_begin_html(200, NULL, NULL); in pg_index() 576 resp_begin_html(code, http_msg, NULL); in pg_noresult() 588 resp_begin_html(400, "Bad Request", NULL); in pg_error_badrequest() 601 resp_begin_html(500, "Internal Server Error", NULL); in pg_error_internal() 699 resp_begin_html(200, NULL, r[iuse].file); in pg_searchres() 701 resp_begin_html(200, NULL, NULL); in pg_searchres() 969 resp_begin_html(200, NULL, file); in pg_show()
|