Home
last modified time | relevance | path

Searched refs:results (Results 1 – 25 of 30) sorted by relevance

12

/curl/tests/libtest/
H A Dlib3026.c55 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 Dcurl_ntlm_core.c318 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 Dcurl_ntlm_core.h38 unsigned char *results);
/curl/tests/data/
H A Dtest120013 iMenu results error.host 1
H A Dtest127214 iMenu results error.host 1
H A Dtest120113 iMenu results error.host 1
H A Dtest120314 iMenu results error.host 1
H A Dtest120213 iSearch results error.host 1
/curl/docs/cmdline-opts/
H A Detag-compare.md23 For correct results, make sure that the specified file contains only a single
/curl/tests/http/
H A Dscorecard.py242 results = self.download_url(label=label, url=url,
244 scores[via][label] = results
259 results = self.download_url(label=label, url=url,
261 scores[via][label] = results
399 results = self.upload_url(label=label, url=url, fpath=fpath,
401 scores[via][label] = results
416 results = self.upload_url(label=label, url=url, fpath=fpath,
418 scores[via][label] = results
/curl/docs/libcurl/opts/
H A DCURLOPT_DNS_CACHE_TIMEOUT.md32 Pass a long, this sets the timeout in seconds. Name resolve results are kept
/curl/m4/
H A Dxc-am-iface.m433 dnl results in 'subdir-objects' automake option being used.
H A Dxc-lt-iface.m4423 dnl several additional checks whose results can be used
/curl/tests/http/testenv/
H A Dcurl.py286 def results(self) -> Dict: member in ExecResult
314 def add_results(self, results: Dict):
315 self._results.update(results)
316 if 'response' in results:
317 self.add_response(results['response'])
/curl/tests/
H A DCMakeLists.txt85 # ~flaky means that it ignores results of tests using the flaky keyword
H A Druntests.md38 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/libcurl/
H A Dcurl_easy_nextheader.md51 you unexpected results.
H A Dcurl_global_sslset.md57 attempt to change it results in a **CURLSSLSET_TOO_LATE** getting returned.
H A Dcurl_mprintf.md79 specifications, each of which results in fetching zero or more subsequent
/curl/docs/
H A DKNOWN_BUGS23 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
82 12.1 OpenLDAP hangs after returning results
156 2.13 CURLOPT_CERTINFO results in CURLE_OUT_OF_MEMORY with Schannel
491 12.1 OpenLDAP hangs after returning results
/curl/packages/vms/
H A Dcurl_gnv_build_steps.txt200 After you are satisfied with the results of your build, you can move the
H A Dconfig_h.com10 $! but most of the tests will not produce valid results on OpenVMS. Some
/curl/packages/OS400/
H A DREADME.OS40021 This then results in libcurl being an ASCII library: any function string
/curl/.github/workflows/
H A Dwindows.yml55 # FIXME: WebSockets test results ignored due to frequent failures on native Windows:
H A Dmacos.yml435 # 13.3.1, 14.0.1 have the same default macOS SDK as 13.4.1 and identical test results.

Completed in 39 milliseconds

12