Home
last modified time | relevance | path

Searched refs:num_ipv4_components (Results 1 – 5 of 5) sorted by relevance

/external/chromium/googleurl/src/
Durl_canon_ip.h80 int* num_ipv4_components);
85 int* num_ipv4_components);
Durl_canon_ip.cc209 int* num_ipv4_components) { in DoIPv4AddressToNumber() argument
254 *num_ipv4_components = existing_components; in DoIPv4AddressToNumber()
269 spec, host, address, &host_info->num_ipv4_components); in DoCanonicalizeIPv4Address()
712 int* num_ipv4_components) { in IPv4AddressToNumber() argument
713 return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components); in IPv4AddressToNumber()
719 int* num_ipv4_components) { in IPv4AddressToNumber() argument
721 spec, host, address, num_ipv4_components); in IPv4AddressToNumber()
Durl_canon.h334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {} in CanonHostInfo()
357 int num_ipv4_components; member
Durl_canon_unittest.cc511 host_info.num_ipv4_components); in TEST()
536 host_info.num_ipv4_components); in TEST()
634 host_info.num_ipv4_components); in TEST()
653 host_info.num_ipv4_components); in TEST()
/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc341 if (host_info.num_ipv4_components == 4) in Parse()