Searched refs:virthost_s (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dvhost.c1000 server_rec *virthost_s; local
1004 virthost_s = NULL;
1045 if (virthost_s == NULL) {
1046 virthost_s = s;
1052 * matches a VirtualHost, virthost_s is set. Use that as fallback
1054 if (virthost_s) {
1055 s = virthost_s;

Completed in 830 milliseconds