/curl/CMake/Platforms/ |
H A D | WindowsCache.cmake | 88 set(HAVE_FCHMOD 0) 92 set(HAVE_ALARM 0) 93 set(HAVE_FCNTL 0) 95 set(HAVE_UTIMES 0) 99 set(HAVE_PIPE 0) 112 set(HAVE_RECV 1) 113 set(HAVE_SEND 1) 122 set(HAVE_IO_H 1) 131 set(HAVE_POLL 0) 132 set(HAVE_PWD_H 0) [all …]
|
/curl/lib/ |
H A D | setopt.c | 254 data->set.httpauth = auth; in httpauth() 336 if(data->set.opt_no_body) in setopt_long() 493 data->set.postfields == data->set.str[STRING_COPYPOSTFIELDS]) { in setopt_long() 1565 if(!data->set.err) in setopt_pointers() 1607 data->share = set; in setopt_pointers() 1758 data->set.postfields = data->set.str[STRING_COPYPOSTFIELDS]; in setopt_cptr() 2089 data->set.ftp_use_port = !!(data->set.str[STRING_FTPPORT]); in setopt_cptr() 2104 data->set.krb = !!(data->set.str[STRING_KRB_LEVEL]); in setopt_cptr() 2596 data->set.doh = !!(data->set.str[STRING_DOH]); in setopt_cptr() 2708 if(data->set.fprogress) in setopt_func() [all …]
|
H A D | speedcheck.c | 48 if((data->progress.current_speed >= 0) && data->set.low_speed_time) { in Curl_speedcheck() 49 if(data->progress.current_speed < data->set.low_speed_limit) { in Curl_speedcheck() 57 if(howlong >= data->set.low_speed_time * 1000) { in Curl_speedcheck() 62 data->set.low_speed_limit, in Curl_speedcheck() 63 data->set.low_speed_time); in Curl_speedcheck() 73 if(data->set.low_speed_limit) in Curl_speedcheck()
|
H A D | url.c | 352 struct UserDefined *set = &data->set; in Curl_init_userdefined() local 364 set->is_fread_set = 0; in Curl_init_userdefined() 393 set->proxyport = 0; in Curl_init_userdefined() 468 set->tcp_keepidle = 60; in Curl_init_userdefined() 469 set->tcp_keepcnt = 9; in Curl_init_userdefined() 480 set->maxage_conn = 118; in Curl_init_userdefined() 490 memset(&set->priority, 0, sizeof(set->priority)); in Curl_init_userdefined() 492 set->quick_exit = 0L; in Curl_init_userdefined() 733 if(data->set.maxlifetime_conn && lifetime > data->set.maxlifetime_conn) { in conn_maxage() 1353 if(data->set.str[STRING_PRE_PROXY] && *data->set.str[STRING_PRE_PROXY]) { in allocate_conn() [all …]
|
H A D | transfer.c | 139 switch(data->set.timecondition) { in Curl_meets_timecondition() 142 if(timeofdoc <= data->set.timevalue) { in Curl_meets_timecondition() 150 if(timeofdoc >= data->set.timevalue) { in Curl_meets_timecondition() 530 data->state.in = data->set.in_set; in Curl_init_CONNECT() 556 if(!data->state.url && data->set.uh) { in Curl_pretransfer() 559 uc = curl_url_get(data->set.uh, in Curl_pretransfer() 567 if(data->set.postfields && data->set.set_resume_from) { in Curl_pretransfer() 630 if(!data->set.no_signal) in Curl_pretransfer() 673 if(data->set.str[STRING_USERAGENT]) { in Curl_pretransfer() 681 if(data->set.str[STRING_USERNAME] || in Curl_pretransfer() [all …]
|
H A D | easy.c | 873 dst->set = src->set; in dupset() 883 result = Curl_setstropt(&dst->set.str[i], src->set.str[i]); in dupset() 890 result = Curl_setblobopt(&dst->set.blobs[j], src->set.blobs[j]); in dupset() 897 if(src->set.str[i]) { in dupset() 899 dst->set.str[i] = strdup(src->set.str[i]); in dupset() 902 dst->set.str[i] = Curl_memdup(src->set.str[i], in dupset() 904 if(!dst->set.str[i]) in dupset() 907 dst->set.postfields = dst->set.str[i]; in dupset() 911 result = Curl_mime_duppart(dst, &dst->set.mimepost, &src->set.mimepost); in dupset() 913 if(src->set.resolve) in dupset() [all …]
|
/curl/projects/ |
H A D | build-wolfssl.bat | 34 set VC_VER= 35 set BUILD_PLATFORM= 60 set VC_VER=10.0 61 set VC_DESC=VC10 65 set VC_VER=11.0 66 set VC_DESC=VC11 70 set VC_VER=12.0 75 set VC_VER=14.0 80 set VC_VER=14.1 94 set VC_VER=14.2 [all …]
|
H A D | build-openssl.bat | 32 set BUILD_CONFIG= 33 set BUILD_PLATFORM= 34 set SAVED_PATH= 35 set SOURCE_PATH= 36 set TMP_BUILD_PATH= 38 set VC_VER= 61 set VC_VER=10.0 65 set VC_VER=11.0 69 set VC_VER=12.0 73 set VC_VER=14.0 [all …]
|
H A D | checksrc.bat | 32 set CHECK_LIB=TRUE 33 set CHECK_SRC=TRUE 34 set CHECK_TESTS=TRUE 36 set SRC_DIR= 37 set CUR_DIR=%cd% 38 set ARG0_DIR=%~dp0 50 set CHECK_LIB=TRUE 51 set CHECK_SRC=FALSE 56 set CHECK_SRC=TRUE 71 set SRC_DIR=%~1% [all …]
|
/curl/CMake/ |
H A D | FindGSS.cmake | 42 set(_gnu_modname "gss") 50 set(_gss_root_hints 145 set(_GSS_VERSION 0) 162 set(GSS_FLAVOUR "MIT") 182 set(GSS_FLAVOUR "MIT") 215 set(GSS_FLAVOUR "GNU") 270 set(GSS_FLAVOUR "GNU") 271 set(GSS_PC_REQUIRES "gss") 276 set(GSS_FLAVOUR "MIT") 282 set(GSS_FLAVOUR "Heimdal") [all …]
|
H A D | CurlSymbolHiding.cmake | 31 set(CURL_HIDDEN_SYMBOLS OFF) 34 set(CURL_HIDES_PRIVATE_SYMBOLS FALSE) 40 set(CURL_HIDES_PRIVATE_SYMBOLS TRUE) 42 set(CURL_CFLAG_SYMBOLS_HIDE "-fvisibility=hidden") 46 set(CURL_HIDES_PRIVATE_SYMBOLS TRUE) 51 set(CURL_HIDES_PRIVATE_SYMBOLS TRUE) 52 set(CURL_EXTERN_SYMBOL "__global") 53 set(CURL_CFLAG_SYMBOLS_HIDE "-xldscope=hidden") 55 set(CURL_HIDES_PRIVATE_SYMBOLS TRUE) 59 set(CURL_HIDES_PRIVATE_SYMBOLS TRUE) [all …]
|
H A D | OtherTests.cmake | 30 set(_source_epilogue "${_source_epilogue} 42 set(CMAKE_EXTRA_INCLUDE_FILES "winsock2.h") 43 set(CMAKE_REQUIRED_LIBRARIES "ws2_32") 53 set(_source_epilogue "#undef inline") 65 set(_source_epilogue "#undef inline") 86 set(HAVE_GETADDRINFO_THREADSAFE FALSE) 94 set(HAVE_GETADDRINFO_THREADSAFE TRUE) 96 set(HAVE_GETADDRINFO_THREADSAFE FALSE) 100 set(_source_epilogue "#undef inline") 138 set(HAVE_GETADDRINFO_THREADSAFE TRUE) [all …]
|
/curl/ |
H A D | CMakeLists.txt | 51 set(_cmake_args "") 278 set(CURL_LIBS "") 279 set(CURL_LIBDIRS "") 283 set(USE_ARES 1) 444 set(USE_IPV6 ON) 769 set(HAVE_LIBZ OFF) 772 set(HAVE_LIBZ ON) 793 set(HAVE_ZSTD OFF) 1145 set(USE_LIBPSL OFF) 2071 set(_ldflags "") [all …]
|
/curl/tests/data/ |
H A D | test1400 | 85 CURLOPT_WRITEDATA was set to an object pointer 86 CURLOPT_WRITEFUNCTION was set to a function pointer 87 CURLOPT_READDATA was set to an object pointer 88 CURLOPT_READFUNCTION was set to a function pointer 89 CURLOPT_SEEKDATA was set to an object pointer 90 CURLOPT_SEEKFUNCTION was set to a function pointer 91 CURLOPT_ERRORBUFFER was set to an object pointer 92 CURLOPT_STDERR was set to an object pointer 93 CURLOPT_DEBUGFUNCTION was set to a function pointer 94 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
H A D | test1407 | 76 CURLOPT_WRITEDATA was set to an object pointer 77 CURLOPT_WRITEFUNCTION was set to a function pointer 78 CURLOPT_READDATA was set to an object pointer 79 CURLOPT_READFUNCTION was set to a function pointer 80 CURLOPT_SEEKDATA was set to an object pointer 81 CURLOPT_SEEKFUNCTION was set to a function pointer 82 CURLOPT_ERRORBUFFER was set to an object pointer 83 CURLOPT_STDERR was set to an object pointer 84 CURLOPT_DEBUGFUNCTION was set to a function pointer 85 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
H A D | test1420 | 81 CURLOPT_WRITEDATA was set to an object pointer 82 CURLOPT_WRITEFUNCTION was set to a function pointer 83 CURLOPT_READDATA was set to an object pointer 84 CURLOPT_READFUNCTION was set to a function pointer 85 CURLOPT_SEEKDATA was set to an object pointer 86 CURLOPT_SEEKFUNCTION was set to a function pointer 87 CURLOPT_ERRORBUFFER was set to an object pointer 88 CURLOPT_STDERR was set to an object pointer 89 CURLOPT_DEBUGFUNCTION was set to a function pointer 90 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
H A D | test1402 | 90 CURLOPT_WRITEDATA was set to an object pointer 91 CURLOPT_WRITEFUNCTION was set to a function pointer 92 CURLOPT_READDATA was set to an object pointer 93 CURLOPT_READFUNCTION was set to a function pointer 94 CURLOPT_SEEKDATA was set to an object pointer 95 CURLOPT_SEEKFUNCTION was set to a function pointer 96 CURLOPT_ERRORBUFFER was set to an object pointer 97 CURLOPT_STDERR was set to an object pointer 98 CURLOPT_DEBUGFUNCTION was set to a function pointer 99 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
H A D | test1403 | 85 CURLOPT_WRITEDATA was set to an object pointer 86 CURLOPT_WRITEFUNCTION was set to a function pointer 87 CURLOPT_READDATA was set to an object pointer 88 CURLOPT_READFUNCTION was set to a function pointer 89 CURLOPT_SEEKDATA was set to an object pointer 90 CURLOPT_SEEKFUNCTION was set to a function pointer 91 CURLOPT_ERRORBUFFER was set to an object pointer 92 CURLOPT_STDERR was set to an object pointer 93 CURLOPT_DEBUGFUNCTION was set to a function pointer 94 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
H A D | test1481 | 93 CURLOPT_WRITEDATA was set to an object pointer 94 CURLOPT_WRITEFUNCTION was set to a function pointer 95 CURLOPT_READDATA was set to an object pointer 96 CURLOPT_READFUNCTION was set to a function pointer 97 CURLOPT_SEEKDATA was set to an object pointer 98 CURLOPT_SEEKFUNCTION was set to a function pointer 99 CURLOPT_ERRORBUFFER was set to an object pointer 100 CURLOPT_STDERR was set to an object pointer 101 CURLOPT_DEBUGFUNCTION was set to a function pointer 102 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
H A D | test1401 | 7 HTTP set cookie 106 CURLOPT_WRITEDATA was set to an object pointer 107 CURLOPT_WRITEFUNCTION was set to a function pointer 108 CURLOPT_READDATA was set to an object pointer 109 CURLOPT_READFUNCTION was set to a function pointer 110 CURLOPT_SEEKDATA was set to an object pointer 111 CURLOPT_SEEKFUNCTION was set to a function pointer 112 CURLOPT_ERRORBUFFER was set to an object pointer 113 CURLOPT_STDERR was set to an object pointer 115 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
H A D | test1465 | 93 CURLOPT_WRITEDATA was set to an object pointer 94 CURLOPT_WRITEFUNCTION was set to a function pointer 95 CURLOPT_READDATA was set to an object pointer 96 CURLOPT_READFUNCTION was set to a function pointer 97 CURLOPT_SEEKDATA was set to an object pointer 98 CURLOPT_SEEKFUNCTION was set to a function pointer 99 CURLOPT_ERRORBUFFER was set to an object pointer 100 CURLOPT_STDERR was set to an object pointer 101 CURLOPT_DEBUGFUNCTION was set to a function pointer 102 CURLOPT_DEBUGDATA was set to an object pointer [all …]
|
/curl/docs/libcurl/ |
H A D | curl_url_set.md | 21 curl_url_set - set a URL part 77 is replaced with the components of the newly set URL. 116 independently set this field. 126 you also set the CURLU_URLENCODE flag. 128 Unless *CURLU_NO_AUTHORITY* is set, a blank hostname is not allowed to set. 175 If set, allows curl_url_set(3) to set a non-supported scheme. It then of 194 If set, allows the URL to be set without a scheme and then sets that to the 196 set. 200 If set, allows the URL to be set without a scheme and it instead "guesses" 204 option which takes precedence if both are set. [all …]
|
/curl/lib/vtls/ |
H A D | vtls.c | 189 data->set.proxy_ssl = data->set.ssl; in Curl_ssl_easy_config_init() 294 data->set.ssl.primary.CApath = data->set.str[STRING_SSL_CAPATH]; in Curl_ssl_easy_config_complete() 305 data->set.ssl.primary.cert_blob = data->set.blobs[BLOB_CERT]; in Curl_ssl_easy_config_complete() 312 data->set.ssl.cert_type = data->set.str[STRING_CERT_TYPE]; in Curl_ssl_easy_config_complete() 313 data->set.ssl.key = data->set.str[STRING_KEY]; in Curl_ssl_easy_config_complete() 314 data->set.ssl.key_type = data->set.str[STRING_KEY_TYPE]; in Curl_ssl_easy_config_complete() 315 data->set.ssl.key_passwd = data->set.str[STRING_KEY_PASSWD]; in Curl_ssl_easy_config_complete() 316 data->set.ssl.primary.clientcert = data->set.str[STRING_CERT]; in Curl_ssl_easy_config_complete() 317 data->set.ssl.key_blob = data->set.blobs[BLOB_KEY]; in Curl_ssl_easy_config_complete() 338 data->set.proxy_ssl.key = data->set.str[STRING_KEY_PROXY]; in Curl_ssl_easy_config_complete() [all …]
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TIMEOUT.md | 36 CURLOPT_TIMEOUT_MS(3) is the same function but set in milliseconds. 38 If both CURLOPT_TIMEOUT(3) and CURLOPT_TIMEOUT_MS(3) are set, the 39 value set last is used. 48 The connection timeout set with CURLOPT_CONNECTTIMEOUT(3) is included in 51 With CURLOPT_CONNECTTIMEOUT(3) set to 3 and CURLOPT_TIMEOUT(3) set 54 With CURLOPT_CONNECTTIMEOUT(3) set to 4 and CURLOPT_TIMEOUT(3) set 59 signals to be used unless CURLOPT_NOSIGNAL(3) is set. 88 Returns CURLE_OK. Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative
|
H A D | CURLOPT_CONNECTTIMEOUT.md | 39 CURLOPT_CONNECTTIMEOUT_MS(3) is the same function but set in milliseconds. 42 are set, the value set last is used. 47 With CURLOPT_CONNECTTIMEOUT(3) set to 3 and CURLOPT_TIMEOUT(3) set 51 With CURLOPT_CONNECTTIMEOUT(3) set to 4 and CURLOPT_TIMEOUT(3) set 57 signals to be used unless CURLOPT_NOSIGNAL(3) is set. 86 Returns CURLE_OK. Returns CURLE_BAD_FUNCTION_ARGUMENT if set to a negative
|