Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 25 of 62) sorted by relevance

123

/curl/src/
H A Dtool_parsecfg.c55 struct OperationConfig *operation = global->last; in parseconfig() local
196 operation = global->last; in parseconfig()
203 if(operation->url_list && operation->url_list->url) { in parseconfig()
205 operation->next = malloc(sizeof(struct OperationConfig)); in parseconfig()
206 if(operation->next) { in parseconfig()
208 config_init(operation->next); in parseconfig()
211 operation->next->global = global; in parseconfig()
214 global->last = operation->next; in parseconfig()
217 operation->next->prev = operation; in parseconfig()
218 operation = operation->next; in parseconfig()
[all …]
H A Dtool_cb_dbg.c94 struct OperationConfig *operation = userdata; in tool_debug_cb() local
95 struct GlobalConfig *config = operation->global; in tool_debug_cb()
/curl/docs/cmdline-opts/
H A Dcookie-jar.md8 Help: Save cookies to <filename> after operation
23 operation. Curl writes all cookies from its in-memory cookie storage to the
36 If the cookie jar cannot be created or written to, the whole curl operation
H A Dnext.md23 Use a separate operation for the following URL and associated options. This
28 over to the operation following the --next instruction. Global options include
H A Dinterface.md20 Perform the operation using a specified interface. You can enter interface
46 That name resolve operation if a hostname is provided does **not** use
H A Dlibcurl.md21 what your command-line operation does!
H A Dftp-create-dirs.md18 When an FTP or SFTP URL/operation uses a path that does not currently exist on
H A Doutput-dir.md25 If the specified target directory does not exist, the operation fails unless
H A Dskip-existing.md19 If there is a local file present when a download is requested, the operation
H A Dverbose.md7 Help: Make the operation more talkative
23 Makes curl verbose during the operation. Useful for debugging and seeing
H A Danyauth.md28 the need should arise when uploading from stdin, the upload operation fails.
H A Dftp-method.md25 Do a single CWD operation for each path part in the given URL. For deep
/curl/docs/libcurl/opts/
H A DCURLOPT_TIMEOUT.md32 seconds that you allow the entire transfer operation to take. The whole thing,
52 to 5, the operation can never last longer than 5 seconds.
55 to 2, the operation can never last longer than 2 seconds.
H A DCURLOPT_CONNECTTIMEOUT_MS.md49 5000, the operation can never last longer than 5000 milliseconds, and the
53 2000, the operation can never last longer than 2000 milliseconds. Including
H A DCURLOPT_IOCTLFUNCTION.md25 CURLIOE_OK, /* I/O operation successful */
32 CURLIOCMD_NOP, /* no operation */
H A DCURLOPT_CONNECTTIMEOUT.md48 to 5, the operation can never last longer than 5 seconds, and the connection
52 to 2, the operation can never last longer than 2 seconds. Including the
H A DCURLOPT_TIMEOUT_MS.md32 milliseconds that you allow the libcurl transfer operation to take.
H A DCURLOPT_FILETIME.md34 remote document in this operation. This requires that the remote server sends
H A DCURLINFO_OS_ERRNO.md31 operation. The number is OS and system specific.
/curl/tests/data/
H A Dtest50126 simple libcurl attempt operation without URL set
H A Dtest40519 FTPS operation to FTP port
H A Dtest12031 ftp download with post-quote delete operation
H A Dtest12913 # files is a swift operation.
/curl/docs/libcurl/
H A Dcurl_multi_init.md35 curl_multi_cleanup(3) when the operation is complete.
/curl/packages/vms/
H A Dcurlmsg.msg76 OPERATION_TIMEOUTED <operation timed out, timeout time was reached>
78 FTP_PORT_FAILED <FTP PORT operation failed>
119 TFTP_ILLEGAL <illegal TFTP operation>

Completed in 33 milliseconds

123