httpd
config_setreset(struct httpd *env, unsigned int reset)
config_getreset(struct httpd *env, struct imsg *imsg)
config_getcfg(struct httpd *env, struct imsg *imsg)
config_setserver(struct httpd *env, struct server *srv)
config_settls(struct httpd *env, struct server *srv, enum tls_config_type type,
config_getserver_fcgiparams(struct httpd *env, struct imsg *imsg)
int config_getserver_config(struct httpd *, struct server *,
int config_getserver_auth(struct httpd *, struct server_config *);
config_setserver_fcgiparams(struct httpd *env, struct server *srv)
config_init(struct httpd *env)
config_setserver_tls(struct httpd *env, struct server *srv)
config_getserver_auth(struct httpd *env, struct server_config *srv_conf)
config_getserver_config(struct httpd *env, struct server *srv,
config_getserver(struct httpd *env, struct imsg *imsg)
config_gettls(struct httpd *env, struct server_config *srv_conf,
config_getserver_tls(struct httpd *env, struct imsg *imsg)
config_purge(struct httpd *env, unsigned int reset)
config_setmedia(struct httpd *env, struct media_type *media)
config_getmedia(struct httpd *env, struct imsg *imsg)
config_setauth(struct httpd *env, struct auth *auth)
config_getauth(struct httpd *env, struct imsg *imsg)
struct httpd *env = cs->cs_env;
struct httpd *env = ps->ps_env;
media_find_config(struct httpd *env, struct server_config *srv_conf,
struct httpd *env;
parent_configure(struct httpd *env)
parent_reload(struct httpd *env, unsigned int reset, const char *filename)
parent_reopen(struct httpd *env)
parent_configure_done(struct httpd *env)
parent_shutdown(struct httpd *env)
struct httpd *env = ps->ps_env;
struct httpd *env = ps->ps_env;
int parent_configure(struct httpd *);
void parent_configure_done(struct httpd *);
void parent_reload(struct httpd *, unsigned int, const char *);
void parent_reopen(struct httpd *);
void parent_shutdown(struct httpd *);
struct httpd *httpd_env;
struct httpd *ps_env;
int parse_config(const char *, struct httpd *);
int load_config(const char *, struct httpd *);
int server_response(struct httpd *, struct client *);
int server_file(struct httpd *, struct client *);
int server_fcgi(struct httpd *, struct client *);
media_find_config(struct httpd *, struct server_config *,
extern struct httpd *httpd_env;
int config_init(struct httpd *);
void config_purge(struct httpd *, unsigned int);
int config_setreset(struct httpd *, unsigned int);
int config_getreset(struct httpd *, struct imsg *);
int config_getcfg(struct httpd *, struct imsg *);
int config_setserver(struct httpd *, struct server *);
int config_setserver_tls(struct httpd *, struct server *);
int config_setserver_fcgiparams(struct httpd *, struct server *);
int config_getserver(struct httpd *, struct imsg *);
int config_getserver_tls(struct httpd *, struct imsg *);
int config_getserver_fcgiparams(struct httpd *, struct imsg *);
int config_setmedia(struct httpd *, struct media_type *);
int config_getmedia(struct httpd *, struct imsg *);
int config_setauth(struct httpd *, struct auth *);
int config_getauth(struct httpd *, struct imsg *);
parse_config(const char *filename, struct httpd *x_conf)
load_config(const char *filename, struct httpd *x_conf)
struct httpd *conf = NULL;
server_fcgi(struct httpd *env, struct client *clt)
server_file(struct httpd *env, struct client *clt)
server_file_request(struct httpd *env, struct client *clt, struct media_type
server_partial_file_request(struct httpd *env, struct client *clt,
int server_file_access(struct httpd *, struct client *,
int server_file_request(struct httpd *, struct client *,
int server_partial_file_request(struct httpd *, struct client *,
server_file_index(struct httpd *env, struct client *clt, int fd,
int server_file_index(struct httpd *, struct client *, int,
server_file_access(struct httpd *env, struct client *clt,
server_response(struct httpd *httpd, struct client *clt)
return (server_file(httpd, clt));