Searched defs:httpd (Results 1 – 2 of 2) sorted by relevance
580 struct httpd { struct581 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 …]
1262 server_response(struct httpd *httpd, struct client *clt) in server_response()