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

  /external/chromium/googleurl/src/
url_canon_ip.cc 216 // |existing_components| will be valid.
218 int existing_components = 0; local
223 spec, components[i], &component_values[existing_components]);
229 existing_components++;
236 for (int i = 0; i < existing_components - 1; i++) {
243 uint32 last_value = component_values[existing_components - 1];
244 for (int i = 3; i >= existing_components - 1; i--) {
254 *num_ipv4_components = existing_components;

Completed in 53 milliseconds