Home
last modified time | relevance | path

Searched defs:srv_conf (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dserver.c241 struct server_config *srv_conf; in server_tls_init() local
374 server_generate_ticket_key(struct server_config *srv_conf) in server_generate_ticket_key()
434 struct server_config *srv_conf; in server_purge() local
470 serverconfig_free(struct server_config *srv_conf) in serverconfig_free()
491 serverconfig_reset(struct server_config *srv_conf) in serverconfig_reset()
527 struct server_config *srv_conf; in serverconfig_byid() local
558 struct server_config *srv_conf; in server_foreach() local
638 struct server_config *srv_conf, int fd, int reuseport) in server_socket()
740 struct server_config *srv_conf) in server_socket_listen()
761 struct server_config *srv_conf) in server_socket_connect()
[all …]
H A Dconfig.c258 struct server_config *srv_conf = &srv->srv_conf; in config_settls() local
305 struct server_config *srv_conf, *iconf; in config_getserver_fcgiparams() local
361 struct server_config *srv_conf = &srv->srv_conf; in config_setserver_fcgiparams() local
402 struct server_config *srv_conf = &srv->srv_conf; in config_setserver_tls() local
433 config_getserver_auth(struct httpd *env, struct server_config *srv_conf) in config_getserver_auth()
455 struct server_config *srv_conf, *parent; in config_getserver_config() local
626 struct server_config srv_conf; in config_getserver() local
704 config_gettls(struct httpd *env, struct server_config *srv_conf, in config_gettls()
752 struct server_config *srv_conf = NULL; in config_getserver_tls() local
H A Dserver_file.c64 struct server_config *srv_conf = clt->clt_srv_conf; in server_file_access() local
218 struct server_config *srv_conf = clt->clt_srv_conf; in server_file() local
274 struct server_config *srv_conf = clt->clt_srv_conf; in server_file_request() local
349 struct server_config *srv_conf = clt->clt_srv_conf; in server_partial_file_request() local
488 struct server_config *srv_conf = clt->clt_srv_conf; in server_file_index() local
H A Dserver_http.c129 server_http_authenticate(struct server_config *srv_conf, struct client *clt) in server_http_authenticate() argument
886 struct server_config *srv_conf = clt->clt_srv_conf; in server_abort_http() local
1104 struct server_config *srv_conf = clt->clt_srv_conf; server_expand_http() local
1269 struct server_config *srv_conf = &srv->srv_conf; server_response() local
1473 struct server_config *srv_conf = clt->clt_srv_conf, *location; server_getlocation() local
1513 server_locationaccesstest(struct server_config * srv_conf,const char * path) server_locationaccesstest() argument
1537 struct server_config *srv_conf = clt->clt_srv_conf; server_response_http() local
1824 struct server_config *srv_conf; server_log_http() local
[all...]
H A Dlogger.c199 logger_open(struct server *srv, struct server_config *srv_conf, void *arg) in logger_open()
247 struct server_config *srv_conf; in logger_log() local
H A Dserver_fcgi.c92 struct server_config *srv_conf = clt->clt_srv_conf; in server_fcgi() local
642 struct server_config *srv_conf = clt->clt_srv_conf; in server_fcgi_header() local
H A Dparse.y104 static struct server_config *srv_conf = NULL; variable
H A Dhttpd.c1144 media_find_config(struct httpd *env, struct server_config *srv_conf, in media_find_config()
H A Dhttpd.h571 struct server_config srv_conf; global() member