Home
last modified time | relevance | path

Searched refs:dynamic (Results 1 – 19 of 19) sorted by relevance

/curl/lib/
H A Dpsl.c42 if(pslcache->dynamic) in Curl_psl_destroy()
45 pslcache->dynamic = FALSE; in Curl_psl_destroy()
77 bool dynamic = FALSE; in Curl_psl_use() local
82 dynamic = psl != NULL; in Curl_psl_use()
87 if(!psl && !pslcache->dynamic) in Curl_psl_use()
95 pslcache->dynamic = dynamic; in Curl_psl_use()
H A Dpsl.h35 bool dynamic; /* PSL should be released when no longer needed. */ member
/curl/tests/unit/
H A Dcurlcheck.h45 #define verify_memory(dynamic, check, len) \ argument
47 if(dynamic && memcmp(dynamic, check, len)) { \
52 hexdump((const unsigned char *)dynamic, len)); \
/curl/tests/data/
H A Dtest43758 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35661 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest190871 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest43880 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35884 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest35984 # strip out the (dynamic) expire date from the file so that the rest
H A Dtest163157 # The second CONNECT will be made to the dynamic port number the FTP server
H A Dtest163266 # The second and third CONNECT will be made to the dynamic port number the FTP
/curl/docs/libcurl/opts/
H A DCURLOPT_SSLENGINE_DEFAULT.md48 curl_easy_setopt(curl, CURLOPT_SSLENGINE, "dynamic");
H A DCURLINFO_SSL_ENGINES.md34 in separate dynamic libraries. Hence not all the returned engines may be
H A DCURLOPT_SSLENGINE.md50 curl_easy_setopt(curl, CURLOPT_SSLENGINE, "dynamic");
H A DCURLOPT_TIMEOUT.md41 take, it has limited use in dynamic use cases with varying transfer
/curl/docs/libcurl/
H A Dcurl_multi_assign.md77 semi-dynamic data for each socket that we must wait for action on when using
H A Dcurl_version_info.md37 or not, instead of using compile-time checks, as dynamic/DLL libraries can be
/curl/docs/
H A DFAQ1208 and dynamic) that it links against, are compiled/linked against the same run
1217 dynamic import symbols. If you are using Visual Studio, you need to instead
/curl/
H A Dconfigure.ac529 CFLAGS="$CFLAGS -i-dynamic"

Completed in 36 milliseconds