Searched refs:resp_begin_html (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/bsd/mdocml/dist/ |
H A D | cgi.c | 86 static void resp_begin_html(int, const char *, const char *); 364 resp_begin_html(int code, const char *msg, const char *file) in resp_begin_html() function 534 resp_begin_html(200, NULL, NULL); in pg_index() 551 resp_begin_html(200, NULL, NULL); in pg_noresult() 563 resp_begin_html(400, "Bad Request", NULL); in pg_error_badrequest() 576 resp_begin_html(500, "Internal Server Error", NULL); in pg_error_internal() 674 resp_begin_html(200, NULL, r[iuse].file); in pg_searchres() 676 resp_begin_html(200, NULL, NULL); in pg_searchres() 945 resp_begin_html(200, NULL, file); in pg_show()
|