HomeSort by relevance Sort by last modified time
    Searched refs:num_ipv4_components (Results 1 - 4 of 4) sorted by null

  /external/chromium/googleurl/src/
url_canon_ip.h 73 // On success, |num_ipv4_components| will be populated with the number of
78 int* num_ipv4_components);
82 int* num_ipv4_components);
url_canon_ip.cc 206 int* num_ipv4_components) {
251 *num_ipv4_components = existing_components;
266 spec, host, address, &host_info->num_ipv4_components);
709 int* num_ipv4_components) {
710 return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components);
716 int* num_ipv4_components) {
718 spec, host, address, num_ipv4_components);
url_canon.h 333 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
356 int num_ipv4_components; member in struct:url_canon::CanonHostInfo
    [all...]
url_canon_unittest.cc 473 host_info.num_ipv4_components);
498 host_info.num_ipv4_components);
596 host_info.num_ipv4_components);
615 host_info.num_ipv4_components);
    [all...]

Completed in 19 milliseconds