Searched refs:num_ipv4_components (Results 1 – 4 of 4) sorted by relevance
131 int* num_ipv4_components) { in DoIPv4AddressToNumber() argument207 *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() local504 &num_ipv4_components)) { in DoIPv6AddressToNumber()507 if ((num_ipv4_components != 4 || trailing_dot)) { in DoIPv6AddressToNumber()679 int* num_ipv4_components) { in IPv4AddressToNumber() argument681 num_ipv4_components); in IPv4AddressToNumber()687 int* num_ipv4_components) { in IPv4AddressToNumber() argument689 num_ipv4_components); in IPv4AddressToNumber()
37 int* num_ipv4_components);42 int* num_ipv4_components);
378 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {} in CanonHostInfo()401 int num_ipv4_components; member
698 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()