Searched refs:CountConsecutiveSlashes (Results 1 – 3 of 3) sorted by relevance
36 int CountConsecutiveSlashes(const char* str, int begin_offset, int str_len);
45 int CountConsecutiveSlashes(const char* str, int begin_offset, int str_len) { in CountConsecutiveSlashes() function
287 int num_slashes = CountConsecutiveSlashes(spec, after_scheme, spec_len); in DoParseAfterScheme()