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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/src/
H A Dtool_operate.c1246 char *effective_url = NULL; local
1247 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effective_url);
1248 if(effective_url &&
1249 checkprefix("http", effective_url)) {

Completed in 20 milliseconds