Searched refs:ref_separator (Results 1 – 1 of 1) sorted by relevance
174 int* ref_separator) { in FindQueryAndRefParts() argument186 if (*ref_separator < 0) { in FindQueryAndRefParts()187 *ref_separator = i; in FindQueryAndRefParts()213 int ref_separator = -1; // Index of the '#' in ParsePath() local214 FindQueryAndRefParts(spec, path, &query_separator, &ref_separator); in ParsePath()223 if (ref_separator >= 0) { in ParsePath()224 file_end = query_end = ref_separator; in ParsePath()225 *ref = MakeRange(ref_separator + 1, path_end); in ParsePath()