Home
last modified time | relevance | path

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

/openbsd/usr.sbin/httpd/
H A Dhttpd.h392 #define SRVFLAG_LOCATION_FOUND 0x40000000 macro
H A Dparse.y614 SRVFLAG_LOCATION_FOUND;
617 ~SRVFLAG_LOCATION_FOUND;
643 f = SRVFLAG_LOCATION_FOUND |
H A Dserver_http.c1523 if (((SRVFLAG_LOCATION_FOUND | SRVFLAG_LOCATION_NOT_FOUND) & in server_locationaccesstest()
1534 return ((ret == -1 && SRVFLAG_LOCATION_FOUND & srv_conf->flags) || in server_locationaccesstest()