Lines Matching defs:httpd
1 /* $OpenBSD: httpd.h,v 1.165 2024/10/08 05:28:11 jsg Exp $ */
46 #define CONF_FILE "/etc/httpd.conf"
48 #define HTTPD_SERVERNAME "OpenBSD httpd"
259 struct httpd *ps_env;
580 struct httpd {
618 int parse_config(const char *, struct httpd *);
619 int load_config(const char *, struct httpd *);
691 int server_response(struct httpd *, struct client *);
704 int server_file(struct httpd *, struct client *);
708 int server_fcgi(struct httpd *, struct client *);
711 /* httpd.c */
748 media_find_config(struct httpd *, struct server_config *,
760 extern struct httpd *httpd_env;
818 int config_init(struct httpd *);
819 void config_purge(struct httpd *, unsigned int);
820 int config_setreset(struct httpd *, unsigned int);
821 int config_getreset(struct httpd *, struct imsg *);
822 int config_getcfg(struct httpd *, struct imsg *);
823 int config_setserver(struct httpd *, struct server *);
824 int config_setserver_tls(struct httpd *, struct server *);
825 int config_setserver_fcgiparams(struct httpd *, struct server *);
826 int config_getserver(struct httpd *, struct imsg *);
827 int config_getserver_tls(struct httpd *, struct imsg *);
828 int config_getserver_fcgiparams(struct httpd *, struct imsg *);
829 int config_setmedia(struct httpd *, struct media_type *);
830 int config_getmedia(struct httpd *, struct imsg *);
831 int config_setauth(struct httpd *, struct auth *);
832 int config_getauth(struct httpd *, struct imsg *);