Searched refs:first_host (Results 1 – 4 of 4) sorted by relevance
727 !data->state.first_host || in Curl_http_output_auth()729 Curl_raw_equal(data->state.first_host, conn->host.name)) { in Curl_http_output_auth()1832 free(data->state.first_host); in Curl_http()1834 data->state.first_host = strdup(conn->host.name); in Curl_http()1835 if(!data->state.first_host) in Curl_http()1989 Curl_raw_equal(data->state.first_host, conn->host.name))) { in Curl_http()
1257 char *first_host; /* host name of the first (not followed) request. member
446 Curl_safefree(data->state.first_host); in Curl_close()
1297 data->state.first_host is not initialized becuase Curl_http_connect is not1302 move initialization of data->state.first_host to Curl_http. No code before1303 Curl_http uses data->state.first_host anyway.