Home | History | Annotate | Download | only in src

Lines Matching defs:path_end

194   int path_end = path.begin + path.len;
198 for (int i = path.begin; i < path_end; i++) {
222 *ref = MakeRange(ref_separator + 1, path_end);
224 file_end = query_end = path_end;
405 int path_end = -1;
415 path_end = spec_len;
421 path_end = spec_len;
424 // Split [path_begin, path_end) into a path + query.
425 for (int i = path_begin; i < path_end; ++i) {
427 parsed->query = MakeRange(i + 1, path_end);
428 path_end = i;
435 if (path_begin == path_end) {
438 parsed->path = MakeRange(path_begin, path_end);