HomeSort by relevance Sort by last modified time
    Searched full:existing_components (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/url/
url_canon_ip.cc 169 // |existing_components| will be valid.
171 int existing_components = 0; local
181 spec, components[i], &component_values[existing_components]);
190 existing_components++;
200 for (int i = 0; i < existing_components - 1; i++) {
207 uint32 last_value = component_values[existing_components - 1];
208 for (int i = 3; i >= existing_components - 1; i--) {
218 *num_ipv4_components = existing_components;

Completed in 78 milliseconds