Lines Matching full:loopback
16 // The <-loopback> rule corresponds with "remove the implicitly added bypass
19 // The name <-loopback> is not a very precise name (as the implicit rules cover
20 // more than strictly loopback addresses), however this is the name that is
25 const char kSubtractImplicitBypasses[] = "<-loopback>";
29 // localhost/loopback addresses, and would have better been called
109 // <local> and <-loopback> are special syntax used by WinInet's bypass list in ParseRule()
227 // loopback in MatchesImplicitRules()
245 // loopback [Windows only] in MatchesImplicitRules()
246 // loopback. [Windows only] in MatchesImplicitRules()
255 || (url.host_piece() == "loopback") || in MatchesImplicitRules()
256 (url.host_piece() == "loopback.") in MatchesImplicitRules()