Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c828 !data->state.first_host || in Curl_http_output_auth()
830 strcasecompare(data->state.first_host, conn->host.name)) { in Curl_http_output_auth()
1809 data->state.first_host && in Curl_add_custom_headers()
1811 !strcasecompare(data->state.first_host, conn->host.name))) in Curl_add_custom_headers()
1988 free(data->state.first_host); in Curl_http()
1990 data->state.first_host = strdup(conn->host.name); in Curl_http()
1991 if(!data->state.first_host) in Curl_http()
2204 strcasecompare(data->state.first_host, conn->host.name))) { in Curl_http()
Durldata.h1311 char *first_host; /* host name of the first (not followed) request. member
Durl.c393 Curl_safefree(data->state.first_host); in Curl_close()