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

/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_operate.c1389 char *effective_url = NULL; local
1390 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url);
1391 if(effective_url &&
1392 checkprefix("http", effective_url)) {
1486 char *effective_url = NULL; local
1487 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url);
1488 if(effective_url &&
1489 curlx_strnequal(effective_url, "http", 4)) {

Completed in 114 milliseconds