/curl/tests/libtest/ |
H A D | lib3026.c | 55 CURLcode results[NUM_THREADS]; in test() local 80 results[i] = CURL_LAST; /* initialize with invalid value */ in test() 82 th = CreateThread(NULL, 0, run_thread, &results[i], 0, NULL); in test() 84 th = _beginthreadex(NULL, 0, run_thread, &results[i], 0, NULL); in test() 100 if(results[i] != CURLE_OK) { in test() 103 i, (int) results[i], curl_easy_strerror(results[i])); in test() 128 CURLcode results[NUM_THREADS]; in test() local 145 results[i] = CURL_LAST; /* initialize with invalid value */ in test() 146 res = pthread_create(&tids[i], NULL, run_thread, &results[i]); in test() 159 if(results[i] != CURLE_OK) { in test() [all …]
|
/curl/lib/ |
H A D | curl_ntlm_core.c | 318 unsigned char *results) in Curl_ntlm_core_lm_resp() argument 324 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) results, in Curl_ntlm_core_lm_resp() 328 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results + 8), in Curl_ntlm_core_lm_resp() 332 DES_ecb_encrypt((DES_cblock*) plaintext, (DES_cblock*) (results + 16), in Curl_ntlm_core_lm_resp() 337 des_encrypt(&des, 8, results, plaintext); in Curl_ntlm_core_lm_resp() 339 des_encrypt(&des, 8, results + 8, plaintext); in Curl_ntlm_core_lm_resp() 341 des_encrypt(&des, 8, results + 16, plaintext); in Curl_ntlm_core_lm_resp() 344 encrypt_des(plaintext, results, keys); in Curl_ntlm_core_lm_resp() 345 encrypt_des(plaintext, results + 8, keys + 7); in Curl_ntlm_core_lm_resp() 346 encrypt_des(plaintext, results + 16, keys + 14); in Curl_ntlm_core_lm_resp() [all …]
|
H A D | curl_ntlm_core.h | 38 unsigned char *results);
|
/curl/tests/data/ |
H A D | test1200 | 13 iMenu results error.host 1
|
H A D | test1272 | 14 iMenu results error.host 1
|
H A D | test1201 | 13 iMenu results error.host 1
|
H A D | test1203 | 14 iMenu results error.host 1
|
H A D | test1202 | 13 iSearch results error.host 1
|
/curl/docs/cmdline-opts/ |
H A D | etag-compare.md | 23 For correct results, make sure that the specified file contains only a single
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DNS_CACHE_TIMEOUT.md | 32 Pass a long, this sets the timeout in seconds. Name resolve results are kept
|
/curl/m4/ |
H A D | xc-am-iface.m4 | 33 dnl results in 'subdir-objects' automake option being used.
|
H A D | xc-lt-iface.m4 | 423 dnl several additional checks whose results can be used
|
/curl/tests/http/testenv/ |
H A D | curl.py | 282 def results(self) -> Dict: member in ExecResult 310 def add_results(self, results: Dict): 311 self._results.update(results) 312 if 'response' in results: 313 self.add_response(results['response'])
|
/curl/docs/libcurl/ |
H A D | curl_easy_nextheader.md | 51 you unexpected results.
|
H A D | curl_global_sslset.md | 57 attempt to change it results in a **CURLSSLSET_TOO_LATE** getting returned.
|
H A D | curl_mprintf.md | 79 specifications, each of which results in fetching zero or more subsequent
|
/curl/tests/ |
H A D | CMakeLists.txt | 105 # ~flaky means that it ignores results of tests using the flaky keyword
|
H A D | runtests.md | 38 Prefix a test number with a tilde (~) to still run it, but ignore the results. 48 Prefix a keyword with a tilde (~) to still run it, but ignore the results. 92 Display test results in automake style output (`PASS/FAIL: [number] [name]`).
|
/curl/docs/ |
H A D | KNOWN_BUGS | 23 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel 83 12.1 OpenLDAP hangs after returning results 157 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel 500 12.1 OpenLDAP hangs after returning results
|
H A D | TODO | 1342 Run web-platform-tests URL tests and compare results with browsers on wpt.fyi
|
/curl/packages/vms/ |
H A D | curl_gnv_build_steps.txt | 200 After you are satisfied with the results of your build, you can move the
|
H A D | config_h.com | 10 $! but most of the tests will not produce valid results on OpenVMS. Some
|
/curl/packages/OS400/ |
H A D | README.OS400 | 21 This then results in libcurl being an ASCII library: any function string
|
/curl/.github/workflows/ |
H A D | windows.yml | 199 # FIXME: WebSockets test results ignored due to frequent failures on native Windows:
|
/curl/ |
H A D | CMakeLists.txt | 1440 # Pre-fill detection results based on target OS version 1506 # Pass these detection results to curl_internal_test() for use in CurlTests.c
|