Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 144) sorted by relevance

123456

/curl/docs/cmdline-opts/
H A Dcontinue-at.md20 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 Dfail-early.md22 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 Dretry-max-time.md19 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 Dhelp.md21 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 Dtime-cond.md23 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 Dmetalink.md5 Help: Process given URLs as metalink XML file
H A Dmail-from.md20 Specify a single address that the given mail should get sent from.
H A Dproxy-anyauth.md20 the given HTTP proxy. This might cause an extra request/response round-trip.
H A Dproxy-digest.md19 Use HTTP Digest authentication when communicating with the given proxy. Use
H A Dproxy-ntlm.md19 Use HTTP NTLM authentication when communicating with the given proxy. Use
H A Dproxy-negotiate.md19 Use HTTP Negotiate (SPNEGO) authentication when communicating with the given
H A Dproxy-basic.md19 Use HTTP Basic authentication when communicating with the given proxy. Use
H A Dpath-as-is.md17 Do not handle sequences of /../ or /./ in the given URL path. Normally curl
H A Ddata-urlencode.md44 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 Dspeed-limit.md21 If a transfer is slower than this set speed (in bytes per second) for a given
H A Ddns-interface.md21 Send outgoing DNS requests through the given interface. This option is a
H A Djunk-session-cookies.md20 When curl is told to read cookies from a given file, this option makes it
H A Dproxy1.0.md6 Help: Use HTTP/1.0 proxy on given port
H A Ddns-servers.md24 optionally be given, appended to the IP address separated with a colon.
/curl/tests/libtest/
H A Dlib552.c136 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 DCURLOPT_DOH_URL.md38 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 DCURLOPT_SUPPRESS_CONNECT_HEADERS.md40 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 Dcurl_mprintf.md43 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 Dcurl_getdate.md52 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
/curl/tests/
H A Druntests.md30 If no test number or keyword is given, all existing tests that the script can
133 Run the given test(s) with gdb. This is best used on a single test case and
140 Run the given test(s) with lldb. This is best used on a single test case and
147 Run the given test(s) with gdb as a windowed application.
155 Spawn the given number of processes to run tests in. This defaults to 0 to run
229 This repeats the given set of test numbers this many times. If no test numbers
230 are given, it repeats ALL tests this many times. It adds the new repeated
231 sequence at the end of the initially given one.
258 Selects a **torture** test for the given tests. This makes runtests.pl first

Completed in 50 milliseconds

123456