Home
last modified time | relevance | path

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

/third_party/curl/lib/vauth/
Dvauth.c159 (data->state.first_host && in Curl_auth_allowed_to_host()
160 strcasecompare(data->state.first_host, conn->host.name) && in Curl_auth_allowed_to_host()
/third_party/curl/lib/
Drtsp.c247 if(!data->state.first_host) { in rtsp_do()
248 data->state.first_host = strdup(conn->host.name); in rtsp_do()
249 if(!data->state.first_host) in rtsp_do()
Dhttp.c2206 free(data->state.first_host); in Curl_http_host()
2208 data->state.first_host = strdup(conn->host.name); in Curl_http_host()
2209 if(!data->state.first_host) in Curl_http_host()
2219 strcasecompare(data->state.first_host, conn->host.name))) { in Curl_http_host()
Durldata.h1338 char *first_host; member
Durl.c390 Curl_safefree(data->state.first_host); in Curl_close()