Lines Matching defs:uri
274 // field. The |uri| is the URI in the location header field. The |u|
275 // stores the result of parsed |uri|. The |request_authority| is the
286 StringRef rewrite_location_uri(BlockAllocator &balloc, const StringRef &uri,
363 StringRef uri;
367 // URI-reference found after searching all input, returned uri field
417 // Returns path component of |uri|. The returned path does not
420 StringRef get_pure_path_component(const StringRef &uri);
422 // Deduces scheme, authority and path from given |uri|, and stores
423 // them in |scheme|, |authority|, and |path| respectively. If |uri|
429 const StringRef &base, const StringRef &uri);