Home
last modified time | relevance | path

Searched defs:httpd (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.sbin/httpd/
Dhttpd.h580 struct httpd { struct
581 uint8_t sc_opts;
582 uint32_t sc_flags;
583 const char *sc_conffile;
584 struct event sc_ev;
585 uint16_t sc_prefork_server;
586 uint16_t sc_id;
587 int sc_paused;
588 char *sc_chroot;
589 char *sc_logdir;
[all …]
Dserver_http.c1262 server_response(struct httpd *httpd, struct client *clt) in server_response()