Home
last modified time | relevance | path

Searched refs:server_software (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/libexec/httpd/
H A Dbozohttpd.h116 const char *server_software;/* our brand :-) */ member
H A Dbozohttpd.c1984 bozo_printf(httpd, "Server: %s\r\n", httpd->server_software); in bozo_print_header()
2312 bozo_printf(httpd, "Server: %s\r\n", httpd->server_software); in bozo_http_error()
2667 httpd->server_software = in bozo_setup()
2742 free(bozo_unconst(httpd->server_software)); in bozo_cleanup()
H A Dlua-bozo.c383 httpd->server_software); in bozo_process_lua()
H A Dcgi-bozo.c544 bozo_setenv(httpd, "SERVER_SOFTWARE", httpd->server_software, in bozo_process_cgi()