/curl/src/ |
H A D | tool_setup.h | 79 int tool_ftruncate64(int fd, curl_off_t where); 82 #define ftruncate(fd,where) tool_ftruncate64(fd,where) argument
|
H A D | tool_util.c | 178 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 D | lib1541.c | 46 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 D | test1139.pl | 293 my $where = $opts{$o}; 295 if($where != 7) { 300 if($where & 1) { 306 if($where & 2) { 312 if($where & 4) {
|
/curl/docs/cmdline-opts/ |
H A D | mptcp.md | 22 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 D | false-start.md | 18 Use false start during the TLS handshake. False start is a mode where a TLS
|
H A D | trace-config.md | 20 Set configuration for trace output. A comma-separated list of components where
|
H A D | continue-at.md | 25 Use "-C -" to instruct curl to automatically find out where/how to resume the
|
H A D | fail-with-body.md | 20 Return an error on server errors where the HTTP response code is 400 or
|
H A D | proxy-user.md | 25 On systems where it works, curl hides the given option argument from process
|
H A D | fail.md | 33 This method is not fail-safe and there are occasions where non-successful
|
H A D | url.md | 28 To control where the contents of a retrieved URL is written instead of the
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_REFERER.md | 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_REFERER, char *where); 56 /* tell it where we found the link to this place */
|
H A D | CURLOPT_SSL_ENABLE_ALPN.md | 31 Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
|
H A D | CURLOPT_SSL_ENABLE_NPN.md | 33 Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
|
H A D | CURLOPT_SSL_FALSESTART.md | 33 handshake. False start is a mode where a TLS client starts sending application
|
H A D | CURLOPT_TIMEVALUE_LARGE.md | 36 argument. On systems where 'long' is only 32 bits wide, this option has to be
|
/curl/tests/data/ |
H A D | test469 | 49 %hex[Warning: The argument '%e2%80%9chost:' starts with a Unicode quote where maybe an ]hex%
|
H A D | test470 | 52 %hex[Warning: The argument '%e2%80%9chost:fake%e2%80%9d' starts with a Unicode quote where ]hex%
|
/curl/docs/examples/ |
H A D | hiperfifo.c | 118 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 D | evhiperfifo.c | 134 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 D | curl_easy_option_by_id.md | 34 returns the non-alias version of the cases where there is an alias function as
|
H A D | curl_escape.md | 33 a-z, A-Z or 0-9 are converted to their "URL escaped" version (**%NN** where
|
H A D | curl_unescape.md | 35 encoded (%XX where XX is a two-digit hexadecimal number) are converted to
|
/curl/winbuild/ |
H A D | makedebug.bat | 26 where.exe nmake.exe >nul 2>&1
|