Searched refs:first_host (Results 1 – 3 of 3) sorted by relevance
787 (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()
1340 char *first_host; member
408 Curl_safefree(data->state.first_host); in Curl_close()