Searched defs:num_ipv4_components (Results 1 - 4 of 4) 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
/external/chromium_org/url/
H A Durl_canon_ip.cc164 int* num_ipv4_components) {
220 *num_ipv4_components = existing_components;
234 spec, host, host_info->address, &host_info->num_ipv4_components);
682 int* num_ipv4_components) {
683 return DoIPv4AddressToNumber<char>(spec, host, address, num_ipv4_components);
689 int* num_ipv4_components) {
691 spec, host, address, num_ipv4_components);
161 DoIPv4AddressToNumber(const CHAR* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
679 IPv4AddressToNumber(const char* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
686 IPv4AddressToNumber(const base::char16* spec, const url_parse::Component& host, unsigned char address[4], int* num_ipv4_components) argument
H A Durl_canon.h314 CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0), out_host() {}
337 int num_ipv4_components; member in struct:url_canon::CanonHostInfo

Completed in 78 milliseconds