OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:out_host
(Results
1 - 5
of
5
) sorted by null
/external/chromium/googleurl/src/
url_canon_ip.cc
185
// part of an IPv4 address) to the output, and updating |*
out_host
| to
189
url_parse::Component*
out_host
) {
190
out_host
->begin = output->length();
201
out_host
->len = output->length() -
out_host
->begin;
274
AppendIPv4Address(address, output, &host_info->
out_host
);
627
host_info->
out_host
.begin = output->length();
665
host_info->
out_host
.len = output->length() - host_info->
out_host
.begin;
url_canon_host.cc
321
host_info->
out_host
= url_parse::Component();
362
host_info->
out_host
= url_parse::MakeRange(output_begin, output->length());
370
url_parse::Component*
out_host
) {
373
*
out_host
= host_info.
out_host
;
380
url_parse::Component*
out_host
) {
383
*
out_host
= host_info.
out_host
;
url_canon_unittest.cc
507
host_info.
out_host
.begin);
508
EXPECT_EQ(host_cases[i].expected_component.len, host_info.
out_host
.len);
532
host_info.
out_host
.begin);
533
EXPECT_EQ(host_cases[i].expected_component.len, host_info.
out_host
.len);
631
EXPECT_EQ(cases[i].expected_component.begin, host_info.
out_host
.begin);
632
EXPECT_EQ(cases[i].expected_component.len, host_info.
out_host
.len);
650
EXPECT_EQ(cases[i].expected_component.begin, host_info.
out_host
.begin);
651
EXPECT_EQ(cases[i].expected_component.len, host_info.
out_host
.len);
[
all
...]
url_canon.h
334
CanonHostInfo() : family(NEUTRAL), num_ipv4_components(0),
out_host
() {}
362
url_parse::Component
out_host
;
member in struct:url_canon::CanonHostInfo
373
url_parse::Component*
out_host
);
377
url_parse::Component*
out_host
);
[
all
...]
/external/chromium/net/base/
net_util.cc
[
all
...]
Completed in 7114 milliseconds