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

/external/chromium/googleurl/src/
H A Durl_canon_ip.cc289 // ==> num_hex_components = 2
296 // ==> num_hex_components = 5
306 // ==> num_hex_components = 1
312 // ==> num_hex_components = 1
318 // ==> num_hex_components = 0
325 num_hex_components = 0;
334 int num_hex_components; member in struct:url_canon::__anon2921::IPv6Parsed
384 parsed->index_of_contraction == parsed->num_hex_components)))
391 if (parsed->num_hex_components >= 8)
394 parsed->hex_components[parsed->num_hex_components
[all...]
/external/chromium_org/url/
H A Durl_canon_ip.cc256 // ==> num_hex_components = 2
263 // ==> num_hex_components = 5
273 // ==> num_hex_components = 1
279 // ==> num_hex_components = 1
285 // ==> num_hex_components = 0
292 num_hex_components = 0;
301 int num_hex_components; member in struct:url_canon::__anon15525::IPv6Parsed
351 parsed->index_of_contraction == parsed->num_hex_components)))
358 if (parsed->num_hex_components >= 8)
361 parsed->hex_components[parsed->num_hex_components
[all...]

Completed in 161 milliseconds