Home
last modified time | relevance | path

Searched defs:CanonHostInfo (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/url/
Durl_canon.h313 struct CanonHostInfo { struct
314 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {} in CanonHostInfo() function
317 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } in IsIPAddress()
320 enum Family {
332 Family family;
337 int num_ipv4_components;
342 url_parse::Component out_host;
347 unsigned char address[16];
373 // definition of CanonHostInfo above for details. argument
/external/chromium/googleurl/src/
Durl_canon.h333 struct CanonHostInfo { struct
334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {} in CanonHostInfo() function
337 bool IsIPAddress() const { return family == IPV4 || family == IPV6; } in IsIPAddress()
340 enum Family {
352 Family family;
357 int num_ipv4_components;
382 // definition of CanonHostInfo above for details. argument