Home
last modified time | relevance | path

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

/curl/lib/vauth/
H A Dvauth.c158 (data->state.first_host && in Curl_auth_allowed_to_host()
159 strcasecompare(data->state.first_host, conn->host.name) && in Curl_auth_allowed_to_host()
/curl/lib/
H A Drtsp.c251 if(!data->state.first_host) { in rtsp_do()
252 data->state.first_host = strdup(conn->host.name); in rtsp_do()
253 if(!data->state.first_host) in rtsp_do()
H A Dhttp.c1692 free(data->state.first_host); in Curl_http_host()
1694 data->state.first_host = strdup(conn->host.name); in Curl_http_host()
1695 if(!data->state.first_host) in Curl_http_host()
1705 strcasecompare(data->state.first_host, conn->host.name))) { in Curl_http_host()
H A Durldata.h1230 char *first_host; member
H A Durl.c268 Curl_safefree(data->state.first_host); in Curl_close()

Completed in 31 milliseconds