Home
last modified time | relevance | path

Searched refs:first_host (Results 1 – 3 of 3) sorted by relevance

/third_party/curl/lib/
Dhttp.c787 (data->state.first_host && in Curl_allow_auth_to_host()
788 strcasecompare(data->state.first_host, conn->host.name) && in Curl_allow_auth_to_host()
2093 free(data->state.first_host); in Curl_http_host()
2095 data->state.first_host = strdup(conn->host.name); in Curl_http_host()
2096 if(!data->state.first_host) in Curl_http_host()
2106 strcasecompare(data->state.first_host, conn->host.name))) { in Curl_http_host()
Durldata.h1340 char *first_host; member
Durl.c408 Curl_safefree(data->state.first_host); in Curl_close()