Home
last modified time | relevance | path

Searched refs:query_separator (Results 1 – 1 of 1) sorted by relevance

/external/openscreen/third_party/mozilla/
Durl_parse.cc173 int* query_separator, in FindQueryAndRefParts() argument
181 if (*query_separator < 0) in FindQueryAndRefParts()
182 *query_separator = i; in FindQueryAndRefParts()
212 int query_separator = -1; // Index of the '?' in ParsePath() local
214 FindQueryAndRefParts(spec, path, &query_separator, &ref_separator); in ParsePath()
233 if (query_separator >= 0) { in ParsePath()
234 file_end = query_separator; in ParsePath()
235 *query = MakeRange(query_separator + 1, query_end); in ParsePath()