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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/src/
H A Dtool_operate.c1395 char *effective_url = NULL; local
1396 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url);
1397 if(effective_url &&
1398 checkprefix("http", effective_url)) {
1492 char *effective_url = NULL; local
1493 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url);
1494 if(effective_url &&
1495 curlx_strnequal(effective_url, "http", 4)) {

Completed in 58 milliseconds