Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_operate.c1514 char *effective_url = NULL; in operate_do() local
1515 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url); in operate_do()
1516 if(effective_url && in operate_do()
1517 checkprefix("http", effective_url)) { in operate_do()
1616 char *effective_url = NULL; in operate_do() local
1617 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url); in operate_do()
1618 if(effective_url && in operate_do()
1619 curl_strnequal(effective_url, "http", 4)) { in operate_do()