Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 145) 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 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 Dhelp.md19 Usage help. List all curl command line options within the given **category**.
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
/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/m4/
H A Dxc-translit.m433 dnl for given 'expression' at shell execution time before
43 dnl given in 'extra' argument to lowercase 'p'. For
67 dnl given in 'extra' argument to lowercase 'p'. For
87 dnl for given 'expression' at shell execution time before
99 dnl given in 'extra' argument to uppercase 'P'. For
129 dnl given in 'extra' argument to uppercase 'P'. For
/curl/docs/libcurl/
H A Dcurl_escape.md16 curl_escape - URL encodes the given string
30 This function converts the given input **string** to a URL encoded string
H A Dcurl_mprintf.md42 These functions produce output according to the format string and given
51 **curl_mvfprintf()** write output to the given output stream;
87 default, the arguments are used in the order given, where each '*' (see Field
89 argument (and it is an error if insufficiently many arguments are given). One
128 if both are given.
146 left-adjustment flag has been given). Instead of a decimal digit string one
148 width is given in the next argument, or in the *m-th* argument,
159 "*m$" (for some decimal integer m) to specify that the precision is given in
161 type int. If the precision is given as just '.', the precision is taken to be
249 no more than the number specified are written. If a precision is given, no
H A Dcurl_getdate.md51 to be 1900 + the given year. All others are 2000 + the given year.
55 This string specifies the time on a given day. You must specify it with 6
56 digits with two colons: HH:MM:SS. If there is no time given in a provided date
/curl/docs/libcurl/opts/
H A DCURLOPT_DOH_URL.md37 curl sends POST requests to the given DNS-over-HTTPS URL.
92 Note that curl_easy_setopt(3) does immediately parse the given string so
93 when given a bad DoH URL, libcurl might not detect the problem until it later
H A DCURLOPT_SUPPRESS_CONNECT_HEADERS.md39 to the header function and/or the write function. The data given to the
57 so the data given to the callbacks would look like this:

Completed in 116 milliseconds

123456