Searched refs:dynamic (Results 1 – 19 of 19) sorted by relevance
/curl/lib/ |
H A D | psl.c | 42 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 D | psl.h | 37 bool dynamic; /* PSL should be released when no longer needed. */ member
|
/curl/tests/unit/ |
H A D | curlcheck.h | 45 #define verify_memory(dynamic, check, len) \ argument 47 if(dynamic && memcmp(dynamic, check, len)) { \ 52 hexdump((const unsigned char *)dynamic, len)); \
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSLENGINE_DEFAULT.md | 51 curl_easy_setopt(curl, CURLOPT_SSLENGINE, "dynamic");
|
H A D | CURLINFO_SSL_ENGINES.md | 35 in separate dynamic libraries. Hence not all the returned engines may be
|
H A D | CURLOPT_SSLENGINE.md | 56 curl_easy_setopt(curl, CURLOPT_SSLENGINE, "dynamic");
|
H A D | CURLOPT_TIMEOUT.md | 42 take, it has limited use in dynamic use cases with varying transfer
|
/curl/tests/data/ |
H A D | test437 | 59 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test356 | 61 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test1908 | 71 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test438 | 80 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test358 | 84 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test359 | 84 # strip out the (dynamic) expire date from the file so that the rest
|
H A D | test1631 | 60 # The second CONNECT will be made to the dynamic port number the FTP server
|
H A D | test1632 | 69 # The second and third CONNECT will be made to the dynamic port number the FTP
|
/curl/docs/libcurl/ |
H A D | curl_multi_assign.md | 72 semi-dynamic data for each socket that we must wait for action on when using
|
H A D | curl_version_info.md | 38 or not, instead of using compile-time checks, as dynamic/DLL libraries can be
|
/curl/docs/ |
H A D | FAQ | 1207 and dynamic) that it links against, are compiled/linked against the same run 1216 dynamic import symbols. If you are using Visual Studio, you need to instead
|
/curl/ |
H A D | configure.ac | 522 CFLAGS="$CFLAGS -i-dynamic"
|
Completed in 34 milliseconds