Searched defs:num_ipv4_components (Results 1 - 2 of 2) sorted by relevance

/external/chromium/googleurl/src/
H A Durl_canon_ip.cc209 int* num_ipv4_components) {
254 *num_ipv4_components = existing_components;
269 spec, host, address, &host_info->num_ipv4_components);
712 int* num_ipv4_components) {
713 return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components);
719 int* num_ipv4_components) {
721 spec, host, address, num_ipv4_components);
206 DoIPv4AddressToNumber(const CHAR* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
709 IPv4AddressToNumber(const char* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
716 IPv4AddressToNumber(const char16* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
H A Durl_canon.h334 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
357 int num_ipv4_components; member in struct:url_canon::CanonHostInfo

Completed in 117 milliseconds