Searched refs:cur_component (Results 1 - 1 of 1) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_ip.cc64 int cur_component = 0; // Index of the component we're working on. local
71 components[cur_component] =
76 cur_component++;
81 // empty and it's the only component (cur_component == 1).
82 if (component_len == 0 && (i < end || cur_component == 1))
88 if (cur_component == 4) {
103 while (cur_component < 4)
104 components[cur_component++] = url_parse::Component();

Completed in 70 milliseconds