Home
last modified time | relevance | path

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

/openbsd/usr.sbin/httpd/
H A Dhttpd.h393 #define SRVFLAG_LOCATION_NOT_FOUND 0x80000000 macro
H A Dparse.y612 ~SRVFLAG_LOCATION_NOT_FOUND;
619 SRVFLAG_LOCATION_NOT_FOUND;
644 SRVFLAG_LOCATION_NOT_FOUND;
H A Dserver_http.c1523 if (((SRVFLAG_LOCATION_FOUND | SRVFLAG_LOCATION_NOT_FOUND) & in server_locationaccesstest()
1535 (ret == 0 && SRVFLAG_LOCATION_NOT_FOUND & srv_conf->flags)); in server_locationaccesstest()