Home
last modified time | relevance | path

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

12345678910>>...27

/dports/www/p5-WWW-Curl/WWW-Curl-4.17/t/new/
H A D05progress.t18 $curl->setopt( CURLOPT_NOPROGRESS, 1 );
19 $curl->setopt( CURLOPT_NOPROGRESS, 0 );
/dports/www/p5-WWW-Curl/WWW-Curl-4.17/t/
H A D05progress.t17 ok(! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Setting CURLOPT_NOPROGRESS");
48 ok (! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Turning progress meter back on");
H A D13slowleak.t19 $curl->setopt(CURLOPT_NOPROGRESS, 1);
/dports/www/p5-Net-Curl/Net-Curl-0.44/t/
H A Dcompat-05progress.t27 ok(! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Setting CURLOPT_NOPROGRESS");
58 ok (! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Turning progress meter back on");
H A Dold-05progress.t20 ok(! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Setting CURLOPT_NOPROGRESS");
55 ok (! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Turning progress meter back on");
H A Dold-25xrefinfo.t24 ok(! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Setting CURLOPT_NOPROGRESS");
59 ok (! $curl->setopt(CURLOPT_NOPROGRESS, 0), "Turning xferinfo meter back on");
/dports/ftp/R-cran-curl/curl/src/
H A Ddownload.c30 curl_easy_setopt(handle, CURLOPT_NOPROGRESS, asLogical(quiet)); in R_download_curl()
40 curl_easy_setopt(handle, CURLOPT_NOPROGRESS, 1); in R_download_curl()
/dports/www/castget/castget-2.0.1/src/
H A Durlget.c62 curl_easy_setopt(easyhandle, CURLOPT_NOPROGRESS, 0); in urlget_buffer()
66 curl_easy_setopt(easyhandle, CURLOPT_NOPROGRESS, 1); in urlget_buffer()
/dports/ftp/coeurl/coeurl-a08f619adaa1ccd34eb6315d6578eddae0d1cc9b/lib/
H A Drequest.cpp124 curl_easy_setopt(this->easy, CURLOPT_NOPROGRESS, 1L); in Request()
248 curl_easy_setopt(this->easy, CURLOPT_NOPROGRESS, 0L); in on_upload_progress()
253 curl_easy_setopt(this->easy, CURLOPT_NOPROGRESS, 0L); in on_download_progess()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/libtest/
H A Dlib1908.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
H A Dlib1910.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/libtest/
H A Dlib1910.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
H A Dlib1908.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/tests/libtest/
H A Dlib1910.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
H A Dlib1908.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/libtest/
H A Dlib1910.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
H A Dlib1908.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
H A Dlib1513.c62 easy_setopt(curl, CURLOPT_NOPROGRESS, (long)0); in test()
/dports/lang/rust/rustc-1.58.1-src/vendor/curl-sys/curl/tests/libtest/
H A Dlib1910.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
H A Dlib1908.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
/dports/www/newsboat/newsboat-2.22.1/cargo-crates/curl-sys-0.4.39+curl-7.74.0/curl/tests/libtest/
H A Dlib1910.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
H A Dlib1908.c39 curl_easy_setopt(hnd, CURLOPT_NOPROGRESS, 1L); in test()
/dports/devel/libgutenfetch/libgutenfetch-1.2/src/
H A Dlibgutenfetch_cache.c354 curl_easy_setopt(handle, CURLOPT_NOPROGRESS, FALSE); in gutenfetch_cache_fetch()
360 curl_easy_setopt(handle, CURLOPT_NOPROGRESS, TRUE); in gutenfetch_cache_fetch()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/src/host/
H A Dcurl_utils.c86 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1); in curlRequest()
179 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0); in curlRequest()
/dports/devel/premake5/premake-5.0.0-alpha16-src/src/host/
H A Dcurl_utils.c90 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1); in curlRequest()
183 curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0); in curlRequest()

12345678910>>...27