Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp.c792 !data->state.first_host || in Curl_http_output_auth()
794 strcasecompare(data->state.first_host, conn->host.name)) { in Curl_http_output_auth()
1846 data->state.first_host && in Curl_add_custom_headers()
1848 !strcasecompare(data->state.first_host, conn->host.name))) in Curl_add_custom_headers()
1998 free(data->state.first_host); in Curl_http()
2000 data->state.first_host = strdup(conn->host.name); in Curl_http()
2001 if(!data->state.first_host) in Curl_http()
2213 strcasecompare(data->state.first_host, conn->host.name))) { in Curl_http()
Durldata.h1268 char *first_host; /* host name of the first (not followed) request. member
Durl.c360 Curl_safefree(data->state.first_host); in Curl_close()