Searched refs:resp_begin_html (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/mdocml/
H A Dcgi.c75 static void resp_begin_html(int, const char *);
335 resp_begin_html(int code, const char *msg) function
505 resp_begin_html(200, NULL);
521 resp_begin_html(200, NULL);
533 resp_begin_html(400, "Bad Request");
546 resp_begin_html(500, "Internal Server Error");
583 resp_begin_html(200, NULL);
903 resp_begin_html(200, NULL);

Completed in 41 milliseconds