Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/url/
H A Durl_canon_ip.cc131 int* num_ipv4_components) { in DoIPv4AddressToNumber() argument
207 *num_ipv4_components = existing_components; in DoIPv4AddressToNumber()
221 spec, host, host_info->address, &host_info->num_ipv4_components); in DoCanonicalizeIPv4Address()
494 int num_ipv4_components = 0; in DoIPv6AddressToNumber() local
504 &num_ipv4_components)) { in DoIPv6AddressToNumber()
507 if ((num_ipv4_components != 4 || trailing_dot)) { in DoIPv6AddressToNumber()
679 int* num_ipv4_components) { in IPv4AddressToNumber() argument
681 num_ipv4_components); in IPv4AddressToNumber()
687 int* num_ipv4_components) { in IPv4AddressToNumber() argument
689 num_ipv4_components); in IPv4AddressToNumber()
H A Durl_canon_ip.h37 int* num_ipv4_components);
42 int* num_ipv4_components);
H A Durl_canon.h378 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {} in CanonHostInfo()
401 int num_ipv4_components; member
H A Durl_canon_unittest.cc698 host_info.num_ipv4_components); in TEST_P()
726 host_info.num_ipv4_components); in TEST_P()
942 host_info.num_ipv4_components); in TEST()
964 host_info.num_ipv4_components); in TEST()
3236 EXPECT_EQ(host_info.num_ipv4_components, in IPAddressCaseMatches()