Searched refs:effective_url (Results 1 – 1 of 1) sorted by relevance
1514 char *effective_url = NULL; in operate_do() local1515 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() local1617 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()