OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:first_host
(Results
1 - 4
of
4
) sorted by null
/bionic/tests/
netdb_test.cpp
476
std::string
first_host
(gethostent()->h_name);
478
ASSERT_EQ(
first_host
, std::string(gethostent()->h_name));
483
std::string
first_host
(gethostent()->h_name);
485
ASSERT_EQ(
first_host
, std::string(gethostent()->h_name));
/external/curl/lib/
http.c
716
!data->state.
first_host
||
718
strcasecompare(data->state.
first_host
, conn->host.name)) {
[
all
...]
urldata.h
1231
char *
first_host
; \/* host name of the first (not followed) request.
member in struct:UrlState
[
all
...]
url.c
349
Curl_safefree(data->state.
first_host
);
[
all
...]
Completed in 2224 milliseconds