Home
last modified time | relevance | path

Searched refs:server_match (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/httpd/
H A Dhttpd.h664 server_match(struct server *, int);
H A Dparse.y329 if (server_match(srv, 1) != NULL) {
344 if ((s = server_match(srv, 0)) != NULL) {
2353 if (server_match(dst, 1) != NULL) { in server_inherit()
H A Dserver.c573 server_match(struct server *s2, int match_name) in server_match() function