Home
last modified time | relevance | path

Searched refs:feature (Results 76 – 100 of 120) sorted by relevance

12345

/curl/tests/data/
H A Dtest135319 # this relies on the debug feature to allow us to set directory to store the
H A Dtest134919 # this relies on the debug feature to allow us to set directory to store the
H A Dtest135120 # this relies on the debug feature to allow us to set directory to store the
H A Dtest105648 # test there. This feature doesn't work on msys or Cygwin, so use a precheck
H A Dtest135727 # this relies on the debug feature to allow us to set directory to store the
H A Dtest136227 # this relies on the debug feature to allow us to set directory to store the
H A Dtest135827 # this relies on the debug feature to allow us to set directory to store the
H A Dtest135928 # this relies on the debug feature to allow us to set directory to store the
H A Dtest136028 # this relies on the debug feature to allow us to set directory to store the
H A Dtest136127 # this relies on the debug feature to allow us to set directory to store the
/curl/docs/cmdline-opts/
H A Dremote-header-name.md34 This feature uses the name from the `filename` field, it does not yet support
H A Drange.md52 Many HTTP/1.1 servers do not have this feature enabled, so that when you
H A Dupload-file.md50 formatted. It has to feature the necessary set of headers and mail body
/curl/docs/libcurl/opts/
H A DCURLOPT_FTP_USE_EPSV.md55 /* let's shut off this modern feature */
H A DCURLOPT_DIRLISTONLY.md50 effectively breaks that feature.
H A DCURLOPT_ECH.md32 This experimental feature requires a special build of OpenSSL, as ECH is not
H A DCURLOPT_CONV_FROM_NETWORK_FUNCTION.md35 **CURL_VERSION_CONV** feature bit set if this option is provided.
H A DCURLOPT_CONV_FROM_UTF8_FUNCTION.md35 CURL_VERSION_CONV feature bit set if this option is provided.
H A DCURLOPT_CONV_TO_NETWORK_FUNCTION.md35 CURL_VERSION_CONV feature bit set if this option is provided.
H A DCURLOPT_COOKIE.md66 **CURL_VERSION_PSL** feature bit returned by curl_version_info(3).
/curl/tests/
H A Drunner.pm318 $rev ^= $feature{$cond} ? 1 : 0;
358 ($feature{"hyper"} && ($keywords{"HTTP"} || $keywords{"HTTPS"}))) {
665 if($feature{"debug"} || !$has_shared) {
730 if($feature{"TrackMemory"}) {
/curl/docs/libcurl/
H A Dcurl_global_cleanup.md35 curl_version_info(3) has the CURL_VERSION_THREADSAFE feature bit set
H A Dlibcurl.m4143 # All curl-config scripts support --feature
144 _libcurl_features=`$_libcurl_config --feature`
/curl/CMake/
H A DMacros.cmake24 #File defines convenience macros for available feature testing
/curl/tests/http/testenv/
H A Denv.py280 def curl_has_feature(feature: str) -> bool:
281 return feature.lower() in Env.CONFIG.curl_props['features']

Completed in 35 milliseconds

12345