Searched refs:already (Results 1 – 25 of 86) sorted by relevance
1234
/curl/docs/cmdline-opts/ |
H A D | proto.md | 24 Permit this protocol in addition to protocols already permitted (this is 28 Deny this protocol, removing it from the list of protocols already permitted. 31 Permit only this protocol (ignoring the list already permitted), though
|
H A D | no-clobber.md | 5 Help: Do not overwrite files that already exist 20 that already exist. Instead, a dot and a number gets appended to the name of
|
H A D | data-urlencode.md | 41 expected to be URL-encoded already. 51 be URL-encoded already.
|
H A D | remote-name.md | 29 else, and if it already exists it is overwritten. If you want the server to be 32 already exists it is not overwritten.
|
H A D | ftp-skip-pasv-ip.md | 20 IP address it already uses for the control connection.
|
H A D | skip-existing.md | 5 Help: Skip download if local file already exists
|
H A D | variable.md | 31 variable in case it is not already set. 34 that environment variable is not already set. To provide a default value if
|
H A D | compressed.md | 23 content is (still) compressed; while in fact it has already been decompressed.
|
H A D | create-dirs.md | 22 directories it mentions already exist, no directories are created.
|
/curl/tests/data/ |
H A D | test1566 | 41 downloaded already 60 downloaded already
|
H A D | test122 | 25 FTP download resume with whole file already downloaded
|
H A D | test123 | 19 FTP upload resume with whole file already downloaded
|
H A D | test1960 | 32 application hands over already connected socket
|
H A D | test1490 | 29 already existing
|
H A D | test846 | 12 REPLY welcome * PREAUTH ready to serve already!
|
H A D | test476 | 17 FTP PASV upload ASCII file already using CRLF
|
H A D | test1706 | 102 Permit this protocol in addition to protocols already permitted (this is 106 Deny this protocol, removing it from the list of protocols already permitted. 109 Permit only this protocol (ignoring the list already permitted), though 215 Permit this protocol in addition to protocols already 221 already permitted. 225 Permit only this protocol (ignoring the list already
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_OPENSOCKETFUNCTION.md | 68 If you want to pass in a socket with an already established connection, pass 70 CURLOPT_SOCKOPTFUNCTION(3) to signal that it already is connected. 84 /* make libcurl use the already established socket 'sockfd' */ 109 extern int sockfd; /* the already connected one */
|
H A D | CURLOPT_OPENSOCKETDATA.md | 43 /* make libcurl use the already established socket 'sockfd' */ 68 extern int sockfd; /* the already connected one */
|
H A D | CURLOPT_SOCKOPTFUNCTION.md | 69 already connected and then libcurl does no attempt to connect. This allows an 70 application to pass in an already connected socket with 83 /* make libcurl use the already established socket 'sockfd' */
|
H A D | CURLOPT_SSH_KEYFUNCTION.md | 78 host+key combo to the known_host pool kept in memory if it was not already 87 known_host pool kept in memory if it was not already present there. The adding 94 the host+key combo to the known_host pool kept in memory if it was not already
|
/curl/docs/libcurl/ |
H A D | curl_easy_init.md | 40 An alternative way to get a new easy handle is to duplicate an already 45 If you did not already call curl_global_init(3) before calling this function,
|
H A D | curl_multi_assign.md | 37 If the given *sockfd* is not already in use by libcurl, this function 46 libcurl can just as well do it since it already has the necessary
|
H A D | curl_easy_escape.md | 55 components that may not be URL encoded already, you cannot just URL encode the 59 To create a proper URL from strings that are not already URL encoded, we
|
/curl/m4/ |
H A D | curl-reentrant.m4 | 397 dnl symbol is already defined. If it isn't currently 401 dnl _REENTRANT is already defined or needed it takes 409 AC_MSG_CHECKING([if _REENTRANT is already defined]) 458 dnl symbol is already defined. If it isn't currently 461 dnl _THREAD_SAFE is already defined or needed it takes 469 AC_MSG_CHECKING([if _THREAD_SAFE is already defined])
|
Completed in 24 milliseconds
1234