Lines Matching defs:env

40 config_init(struct httpd *env)  in config_init()
85 config_purge(struct httpd *env, unsigned int reset) in config_purge()
111 config_setreset(struct httpd *env, unsigned int reset) in config_setreset()
128 config_getreset(struct httpd *env, struct imsg *imsg) in config_getreset()
141 config_getcfg(struct httpd *env, struct imsg *imsg) in config_getcfg()
162 config_setserver(struct httpd *env, struct server *srv) in config_setserver()
254 config_settls(struct httpd *env, struct server *srv, enum tls_config_type type, in config_settls()
302 config_getserver_fcgiparams(struct httpd *env, struct imsg *imsg) in config_getserver_fcgiparams()
358 config_setserver_fcgiparams(struct httpd *env, struct server *srv) in config_setserver_fcgiparams()
400 config_setserver_tls(struct httpd *env, struct server *srv) in config_setserver_tls()
433 config_getserver_auth(struct httpd *env, struct server_config *srv_conf) in config_getserver_auth()
449 config_getserver_config(struct httpd *env, struct server *srv, in config_getserver_config()
620 config_getserver(struct httpd *env, struct imsg *imsg) in config_getserver()
704 config_gettls(struct httpd *env, struct server_config *srv_conf, in config_gettls()
750 config_getserver_tls(struct httpd *env, struct imsg *imsg) in config_getserver_tls()
819 config_setmedia(struct httpd *env, struct media_type *media) in config_setmedia()
841 config_getmedia(struct httpd *env, struct imsg *imsg) in config_getmedia()
866 config_setauth(struct httpd *env, struct auth *auth) in config_setauth()
888 config_getauth(struct httpd *env, struct imsg *imsg) in config_getauth()