HomeSort by relevance Sort by last modified time
    Searched refs:host_match (Results 1 - 2 of 2) sorted by null

  /external/chromium-trace/catapult/third_party/webapp2/webapp2_extras/
routes.py 102 # host_match = self.regex.match(request.host.split(':', 1)[0])
103 host_match = self.regex.match(request.environ['SERVER_NAME'])
105 if host_match:
106 args, kwargs = webapp2._get_route_variables(host_match)
  /external/curl/lib/
url.c 5442 int host_match = FALSE; local
    [all...]

Completed in 270 milliseconds