Searched defs:Url (Results 1 – 3 of 3) sorted by relevance
27 HTTPRequest::HTTPRequest(StringRef Url) { this->Url = Url.str(); } in HTTPRequest()110 SmallString<128> Url = Request.Url; in perform() local
29 SmallString<128> Url; member
89 CFBundle(CFURLRef Url) in CFBundle()