Searched refs:work (Results 1 – 25 of 92) sorted by relevance
1234
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_UPKEEP_INTERVAL_MS.md | 35 perform the upkeep work. 62 /* Perform more work here. */ 69 /* Perform more work here. */
|
H A D | CURLOPT_SSL_OPTIONS.md | 39 the SSL layer libcurl uses may use a work-around for this flaw although it 41 WARNING: avoiding this work-around lessens the security, and by setting this 95 This option does not work when using QUIC.
|
/curl/lib/ |
H A D | mprintf.c | 683 char work[BUFFSIZE]; in formatf() local 688 char *workend = &work[sizeof(work) - 2]; in formatf() 831 while(prec-- > 0 && w >= work) in formatf() 971 if(width >= (int)sizeof(work)) in formatf() 972 width = sizeof(work)-1; in formatf() 981 size_t maxprec = sizeof(work) - 2; in formatf() 1017 (snprintf)(work, sizeof(work), formatbuf, iptr->val.dnum); in formatf() 1019 (sprintf)(work, formatbuf, iptr->val.dnum); in formatf() 1024 DEBUGASSERT(strlen(work) <= sizeof(work)); in formatf() 1025 for(fptr = work; *fptr; fptr++) in formatf()
|
/curl/docs/libcurl/ |
H A D | curl_easy_upkeep.md | 38 This function must be explicitly called in order to perform the upkeep work. 63 /* Perform more work here. */ 70 /* Perform more work here. */
|
/curl/scripts/ |
H A D | cmakelint.sh | 40 elif git rev-parse --is-inside-work-tree >/dev/null 2>&1; then
|
/curl/tests/data/ |
H A D | test3016 | 19 <!-- doesn't work on win32, see #6379 -->
|
H A D | DISABLED | 60 # Tests that are disabled here for Hyper are SUPPOSED to work but 92 # The CRL test doesn't work with wolfSSL 96 # The CRL test doesn't work with BearSSL
|
H A D | test1913 | 22 # require debug so that alt-svc can work over plain old HTTP
|
H A D | test1914 | 23 # require debug so that alt-svc can work over plain old HTTP
|
H A D | test3203 | 19 <!-- doesn't work on win32, see #6379 -->
|
H A D | test1906 | 34 # the second resets the port again and expects that request to work.
|
H A D | test336 | 35 FTP range download when SIZE doesn't work
|
H A D | test395 | 53 # hyper cannot work with too-large content-length
|
H A D | test717 | 46 # target a port that won't work without the SOCKS magic
|
H A D | test742 | 46 # target a port that won't work without the SOCKS magic
|
/curl/docs/cmdline-opts/ |
H A D | tlspassword.md | 22 This option does not work with TLS 1.3.
|
H A D | tlsuser.md | 22 This option does not work with TLS 1.3.
|
H A D | proxy-tlsuser.md | 23 This option does not work with TLS 1.3.
|
H A D | proxy-tlspassword.md | 23 This option does not work with TLS 1.3.
|
H A D | hostpubsha256.md | 22 This feature requires libcurl to be built with libssh2 and does not work with
|
H A D | no-buffer.md | 18 Disables the buffering of the output stream. In normal work situations, curl
|
H A D | ignore-content-length.md | 25 This option does not work for HTTP if libcurl was built to use hyper.
|
H A D | ssl-allow-beast.md | 19 Do not work around a security flaw in the TLS1.0 protocol known as BEAST. If
|
/curl/docs/ |
H A D | KNOWN_BUGS | 65 9.2 wolfssh: publickey auth does not work 79 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy 85 12.3 LDAP on Windows does not work 97 15.13 CMake build with MIT Kerberos does not work 111 18.1 connection migration does not work 178 work correctly. 413 9.2 wolfssh: publickey auth does not work 487 11.7 CURLOPT_CONNECT_TO does not work for HTTPS proxy 523 12.3 LDAP on Windows does not work 563 15.13 CMake build with MIT Kerberos does not work [all …]
|
/curl/packages/vms/ |
H A D | curl_release_note_start.txt | 42 If you need to work around having the older HP SSL kit installed, then 54 For the HP SSL work around to work for GNV do the following:
|
Completed in 31 milliseconds
1234