Home
last modified time | relevance | path

Searched refs:where (Results 1 – 25 of 102) sorted by relevance

12345

/curl/src/
H A Dtool_setup.h79 int tool_ftruncate64(int fd, curl_off_t where);
82 #define ftruncate(fd,where) tool_ftruncate64(fd,where) argument
H A Dtool_util.c178 int tool_ftruncate64(int fd, curl_off_t where) in tool_ftruncate64() argument
182 if(_lseeki64(fd, where, SEEK_SET) < 0) in tool_ftruncate64()
/curl/tests/libtest/
H A Dlib1541.c46 static void report_time(const char *key, const char *where, curl_off_t time, in report_time() argument
50 printf("%s on %s is OK\n", key, where); in report_time()
53 key, where, time); in report_time()
57 const char *where) in check_time() argument
65 report_time(name, where, tval, tval > 0); in check_time()
69 const char *where) in check_time0() argument
77 report_time(name, where, tval, !tval); in check_time0()
/curl/tests/
H A Dtest1139.pl292 my $where = $opts{$o};
294 if($where != 7) {
299 if($where & 1) {
305 if($where & 2) {
311 if($where & 4) {
/curl/docs/cmdline-opts/
H A Dmptcp.md22 MPTCP is beneficial in networks where multiple paths exist between clients and
23 servers, such as mobile networks where a device may switch between WiFi and
H A Dfalse-start.md18 Use false start during the TLS handshake. False start is a mode where a TLS
H A Dtrace-config.md20 Set configuration for trace output. A comma-separated list of components where
H A Dcontinue-at.md25 Use "-C -" to instruct curl to automatically find out where/how to resume the
H A Dfail-with-body.md20 Return an error on server errors where the HTTP response code is 400 or
H A Dtls13-ciphers.md30 Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set
H A Durl.md28 To control where this URL is written, use the --output or the --remote-name
H A Dproxy-tls13-ciphers.md32 Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites where set
H A Dproxy-user.md25 On systems where it works, curl hides the given option argument from process
H A Dfail.md33 This method is not fail-safe and there are occasions where non-successful
/curl/docs/libcurl/opts/
H A DCURLOPT_REFERER.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_REFERER, char *where);
56 /* tell it where we found the link to this place */
H A DCURLOPT_SSL_ENABLE_ALPN.md31 Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
H A DCURLOPT_SSL_ENABLE_NPN.md33 Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
H A DCURLOPT_SSL_FALSESTART.md33 handshake. False start is a mode where a TLS client starts sending application
H A DCURLOPT_TIMEVALUE_LARGE.md36 argument. On systems where 'long' is only 32 bits wide, this option has to be
/curl/tests/data/
H A Dtest46949 %hex[Warning: The argument '%e2%80%9chost:' starts with a Unicode quote where maybe an ]hex%
H A Dtest47052 %hex[Warning: The argument '%e2%80%9chost:fake%e2%80%9d' starts with a Unicode quote where ]hex%
/curl/docs/examples/
H A Dhiperfifo.c118 static void mcode_or_die(const char *where, CURLMcode code) in mcode_or_die() argument
131 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
135 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
H A Devhiperfifo.c134 static void mcode_or_die(const char *where, CURLMcode code) in mcode_or_die() argument
162 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
166 fprintf(MSG_OUT, "ERROR: %s returns %s\n", where, s); in mcode_or_die()
/curl/docs/libcurl/
H A Dcurl_easy_option_by_id.md34 returns the non-alias version of the cases where there is an alias function as
H A Dcurl_escape.md33 a-z, A-Z or 0-9 are converted to their "URL escaped" version (**%NN** where

Completed in 31 milliseconds

12345