Searched refs:operation (Results 1 – 25 of 62) sorted by relevance
123
/curl/src/ |
H A D | tool_parsecfg.c | 55 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 D | tool_cb_dbg.c | 94 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 D | cookie-jar.md | 8 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 D | next.md | 23 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 D | interface.md | 20 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 D | libcurl.md | 21 what your command-line operation does.
|
H A D | ftp-create-dirs.md | 18 When an FTP or SFTP URL/operation uses a path that does not currently exist on
|
H A D | output-dir.md | 25 If the specified target directory does not exist, the operation fails unless
|
H A D | skip-existing.md | 19 If there is a local file present when a download is requested, the operation
|
H A D | verbose.md | 7 Help: Make the operation more talkative 23 Makes curl verbose during the operation. Useful for debugging and seeing
|
H A D | anyauth.md | 28 the need should arise when uploading from stdin, the upload operation fails.
|
H A D | ftp-method.md | 25 Do a single CWD operation for each path part in the given URL. For deep
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_TIMEOUT.md | 32 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 D | CURLOPT_CONNECTTIMEOUT_MS.md | 49 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 D | CURLOPT_CONNECTTIMEOUT.md | 48 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 D | CURLOPT_IOCTLFUNCTION.md | 25 CURLIOE_OK, /* I/O operation successful */ 32 CURLIOCMD_NOP, /* no operation */
|
H A D | CURLOPT_TIMEOUT_MS.md | 32 milliseconds that you allow the libcurl transfer operation to take.
|
H A D | CURLOPT_FILETIME.md | 34 remote document in this operation. This requires that the remote server sends
|
H A D | CURLINFO_OS_ERRNO.md | 31 operation. The number is OS and system specific.
|
/curl/tests/data/ |
H A D | test501 | 26 simple libcurl attempt operation without URL set
|
H A D | test405 | 19 FTPS operation to FTP port
|
H A D | test120 | 31 ftp download with post-quote delete operation
|
H A D | test1291 | 3 # files is a swift operation.
|
/curl/packages/vms/ |
H A D | curlmsg.msg | 76 OPERATION_TIMEOUTED <operation timed out, timeout time was reached> 78 FTP_PORT_FAILED <FTP PORT operation failed> 119 TFTP_ILLEGAL <illegal TFTP operation>
|
/curl/docs/libcurl/ |
H A D | curl_multi_init.md | 35 curl_multi_cleanup(3) when the operation is complete.
|
Completed in 58 milliseconds
123