Searched defs:srv_conf (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/usr.sbin/httpd/ |
H A D | server.c | 241 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 D | config.c | 258 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 D | server_file.c | 64 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 D | server_http.c | 129 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 D | logger.c | 199 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 D | server_fcgi.c | 92 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 D | parse.y | 104 static struct server_config *srv_conf = NULL; variable
|
H A D | httpd.c | 1144 media_find_config(struct httpd *env, struct server_config *srv_conf, in media_find_config()
|
H A D | httpd.h | 571 struct server_config srv_conf; global() member
|