Searched refs:given (Results 1 – 25 of 144) sorted by relevance
123456
/curl/docs/cmdline-opts/ |
H A D | continue-at.md | 20 Resume a previous transfer from the given byte offset. The given offset is the 26 transfer. It then uses the given output/input files to figure that out.
|
H A D | fail-early.md | 22 operate on each given URL, one by one. By default, it ignores errors if there 23 are more URLs given and the last URL's success determines the error code curl 27 fails, independent of the amount of URLs that are given on the command
|
H A D | retry-max-time.md | 19 as usual (see --retry) as long as the timer has not reached this given 21 made and while performing, it may take longer than this given time period. To
|
H A D | help.md | 21 Usage help. Provide help for the subject given as an optional argument. 27 category is provided, curl shows all command line options within the given
|
H A D | time-cond.md | 23 Request a file that has been modified later than the given time and date, or 30 that is older than the given date/time, default is a document that is newer
|
H A D | metalink.md | 5 Help: Process given URLs as metalink XML file
|
H A D | mail-from.md | 20 Specify a single address that the given mail should get sent from.
|
H A D | proxy-anyauth.md | 20 the given HTTP proxy. This might cause an extra request/response round-trip.
|
H A D | proxy-digest.md | 19 Use HTTP Digest authentication when communicating with the given proxy. Use
|
H A D | proxy-ntlm.md | 19 Use HTTP NTLM authentication when communicating with the given proxy. Use
|
H A D | proxy-negotiate.md | 19 Use HTTP Negotiate (SPNEGO) authentication when communicating with the given
|
H A D | path-as-is.md | 17 Do not handle sequences of /../ or /./ in the given URL path. Normally curl
|
H A D | proxy-basic.md | 19 Use HTTP Basic authentication when communicating with the given proxy. Use
|
H A D | data-urlencode.md | 44 load data from the given file (including any newlines), URL-encode that data 48 load data from the given file (including any newlines), URL-encode that data
|
H A D | dns-interface.md | 21 Send outgoing DNS requests through the given interface. This option is a
|
H A D | speed-limit.md | 21 If a transfer is slower than this set speed (in bytes per second) for a given
|
H A D | dns-servers.md | 24 optionally be given, appended to the IP address separated with a colon.
|
H A D | junk-session-cookies.md | 20 When curl is told to read cookies from a given file, this option makes it
|
H A D | proxy1.0.md | 6 Help: Use HTTP/1.0 proxy on given port
|
H A D | output-dir.md | 22 The given output directory is used for all URLs and output options on the
|
/curl/tests/libtest/ |
H A D | lib552.c | 136 size_t given = amount < available ? amount : available; /* What is given */ in read_callback() local 138 memcpy(ptr, databuf + current_offset, given); in read_callback() 139 current_offset += given; in read_callback() 140 return given; in read_callback()
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_DOH_URL.md | 38 curl sends POST requests to the given DNS-over-HTTPS URL. 96 Note that curl_easy_setopt(3) does immediately parse the given string so 97 when given a bad DoH URL, libcurl might not detect the problem until it later
|
H A D | CURLOPT_SUPPRESS_CONNECT_HEADERS.md | 40 to the header function and/or the write function. The data given to the 58 so the data given to the callbacks would look like this:
|
/curl/docs/libcurl/ |
H A D | curl_mprintf.md | 43 These functions produce output according to the format string and given 52 **curl_mvfprintf()** write output to the given output stream; 88 default, the arguments are used in the order given, where each '*' (see Field 90 argument (and it is an error if insufficiently many arguments are given). One 129 if both are given. 147 left-adjustment flag has been given). Instead of a decimal digit string one 149 width is given in the next argument, or in the *m-th* argument, 160 "*m$" (for some decimal integer m) to specify that the precision is given in 162 type int. If the precision is given as just '.', the precision is taken to be 250 no more than the number specified are written. If a precision is given, no
|
H A D | curl_getdate.md | 52 to be 1900 + the given year. All others are 2000 + the given year. 56 This string specifies the time on a given day. You must specify it with 6 57 digits with two colons: HH:MM:SS. If there is no time given in a provided date
|
Completed in 27 milliseconds
123456