Home
last modified time | relevance | path

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

/curl/docs/libcurl/opts/
H A DCURLINFO_EFFECTIVE_URL.md4 Title: CURLINFO_EFFECTIVE_URL
17 CURLINFO_EFFECTIVE_URL - get the last used URL
24 CURLcode curl_easy_getinfo(CURL *handle, CURLINFO_EFFECTIVE_URL, char **urlp);
51 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &url);
H A DCURLINFO_SCHEME.md8 - CURLINFO_EFFECTIVE_URL (3)
H A DCURLOPT_AUTOREFERER.md8 - CURLINFO_EFFECTIVE_URL (3)
H A DMakefile.inc44 CURLINFO_EFFECTIVE_URL.3 \
/curl/tests/data/
H A Dtest19074 CURLINFO_EFFECTIVE_URL
27 CURLINFO_EFFECTIVE_URL with non-scheme URL
H A Dtest154345 CURLOPT_CURLU, URL with space and CURLINFO_EFFECTIVE_URL
H A Dtest19084 CURLINFO_EFFECTIVE_URL
/curl/tests/libtest/
H A Dlib1907.c49 if(!curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &url_after)) in test()
H A Dlib1518.c82 curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &effectiveUrl); in test()
/curl/docs/examples/
H A Dmulti-uv.c116 curl_easy_getinfo(easy_handle, CURLINFO_EFFECTIVE_URL, &done_url); in check_multi_info()
H A Dmulti-event.c106 curl_easy_getinfo(easy_handle, CURLINFO_EFFECTIVE_URL, &done_url); in check_multi_info()
H A Dcrawler.c203 curl_easy_getinfo(handle, CURLINFO_EFFECTIVE_URL, &url); in main()
H A Dhiperfifo.c181 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info()
H A Dghiper.c134 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info()
H A Devhiperfifo.c189 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info()
H A Dephiperfifo.c190 curl_easy_getinfo(easy, CURLINFO_EFFECTIVE_URL, &eff_url); in check_multi_info()
/curl/src/
H A Dtool_writeout.c148 {"url_effective", VAR_EFFECTIVE_URL, CURLINFO_EFFECTIVE_URL, writeString},
202 if(curl_easy_getinfo(per->curl, CURLINFO_EFFECTIVE_URL, &url)) in urlpart()
H A Dtool_cb_hdr.c422 if(curl_easy_getinfo(curl, CURLINFO_EFFECTIVE_URL, &locurl)) in write_linked_location()
/curl/docs/libcurl/
H A Dcurl_easy_getinfo.md44 ## CURLINFO_EFFECTIVE_URL section
46 Last used URL. See CURLINFO_EFFECTIVE_URL(3)
H A Dsymbols-in-versions439 CURLINFO_EFFECTIVE_URL 7.4
H A Dlibcurl-security.md407 could also use CURLINFO_EFFECTIVE_URL(3) to generate a filename from a
/curl/lib/
H A Dgetinfo.c98 case CURLINFO_EFFECTIVE_URL: in getinfo_char()
/curl/packages/OS400/
H A DREADME.OS400174 CURLINFO_EFFECTIVE_URL
H A Dcurl.inc.in1766 d CURLINFO_EFFECTIVE_URL... CURLINFO_STRING + 1
/curl/include/curl/
H A Dcurl.h2864 CURLINFO_EFFECTIVE_URL = CURLINFO_STRING + 1, enumerator

Completed in 63 milliseconds