Home
last modified time | relevance | path

Searched refs:vhost (Results 1 – 9 of 9) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/server/session/
DJDBCSessionManager.java183 public synchronized void setVirtualHost (String vhost) in setVirtualHost() argument
185 _virtualHost=vhost; in setVirtualHost()
804 …tected Session loadSession (final String id, final String canonicalContextPath, final String vhost) in loadSession() argument
820 …ement = _jdbcSessionIdMgr._dbAdaptor.getLoadStatement(connection, id, canonicalContextPath, vhost); in loadSession()
1149 String vhost = "0.0.0.0"; in getVirtualHost() local
1152 return vhost; in getVirtualHost()
1156 return vhost; in getVirtualHost()
/external/jetty/src/java/org/eclipse/jetty/server/handler/
DContextHandlerCollection.java128 String vhost=vhosts[j]; in mapContexts() local
129 contexts=hosts.get(vhost); in mapContexts()
131 hosts.put(vhost,contexts); in mapContexts()
DContextHandler.java878 String vhost = normalizeHostname(baseRequest.getServerName()); in checkContext() local
891 … match = contextVhost.regionMatches(true,2,vhost,vhost.indexOf(".") + 1,contextVhost.length() - 2); in checkContext()
894 match = contextVhost.equalsIgnoreCase(vhost); in checkContext()
/external/libevent/
Dhttp.c2943 struct evhttp *vhost; in evhttp_find_alias() local
2956 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_alias()
2957 if (evhttp_find_alias(vhost, outhttp, hostname)) in evhttp_find_alias()
2979 struct evhttp *vhost; in evhttp_find_vhost() local
2988 TAILQ_FOREACH(vhost, &http->virtualhosts, next_vhost) { in evhttp_find_vhost()
2989 if (prefix_suffix_match(vhost->vhost_pattern, in evhttp_find_vhost()
2991 http = vhost; in evhttp_find_vhost()
3260 struct evhttp* vhost; in evhttp_free() local
3283 while ((vhost = TAILQ_FIRST(&http->virtualhosts)) != NULL) { in evhttp_free()
3284 TAILQ_REMOVE(&http->virtualhosts, vhost, next_vhost); in evhttp_free()
[all …]
/external/libevent/include/event2/
Dhttp.h259 struct evhttp* vhost);
269 int evhttp_remove_virtual_host(struct evhttp* http, struct evhttp* vhost);
/external/autotest/client/tests/kvm/
Dbase.cfg.sample106 # following lines to enable the vhost support ( only available
108 #netdev_extra_params = "vhost=on"
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/guice/extensions/struts2/lib/
Djetty-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/jetty/
DVERSION.txt1334 + JETTY-1297 Improved matching of vhosts so that a vhost match has priority