Home
last modified time | relevance | path

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

/third_party/curl/lib/
H A Dcf-socket.c441 static const char *host_prefix = "host!"; in bindlocal() local
447 else if(strncmp(host_prefix, dev, strlen(host_prefix)) == 0) { in bindlocal()
448 dev += strlen(host_prefix); in bindlocal()
/third_party/python/Lib/http/
H A Dcookiejar.py1067 host_prefix = req_host[:-len(domain)]
1068 if (host_prefix.find(".") >= 0 and
1071 host_prefix, domain)

Completed in 5 milliseconds