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

/external/chromium/googleurl/src/
H A Durl_canon_ip.cc507 IPv6Parsed ipv6_parsed; local
508 if (!DoParseIPv6<CHAR, UCHAR>(spec, ipv6_comp, &ipv6_parsed))
515 if (!CheckIPv6ComponentsSize(ipv6_parsed, &num_bytes_of_contraction))
521 for (int i = 0; i <= ipv6_parsed.num_hex_components; ++i) {
523 if (i == ipv6_parsed.index_of_contraction) {
528 if (i != ipv6_parsed.num_hex_components) {
531 spec, ipv6_parsed.hex_components[i]);
540 if (ipv6_parsed.ipv4_component.is_valid()) {
557 ipv6_parsed.ipv4_component,
/external/chromium_org/url/
H A Durl_canon_ip.cc474 IPv6Parsed ipv6_parsed; local
475 if (!DoParseIPv6<CHAR, UCHAR>(spec, ipv6_comp, &ipv6_parsed))
482 if (!CheckIPv6ComponentsSize(ipv6_parsed, &num_bytes_of_contraction))
488 for (int i = 0; i <= ipv6_parsed.num_hex_components; ++i) {
490 if (i == ipv6_parsed.index_of_contraction) {
495 if (i != ipv6_parsed.num_hex_components) {
498 spec, ipv6_parsed.hex_components[i]);
507 if (ipv6_parsed.ipv4_component.is_valid()) {
512 ipv6_parsed.ipv4_component,

Completed in 108 milliseconds