Searched refs:actual (Results 1 – 25 of 44) sorted by relevance
12
/curl/tests/data/ |
H A D | test262 | 19 <actual-data> 32 </actual-data>
|
H A D | test509 | 26 initialization with memory callbacks and actual usage
|
H A D | test1183 | 31 %TESTNUMBER used instead of actual test number
|
H A D | test164 | 10 # This particular response is an exact excerpt from an actual Apache
|
H A D | test1976 | 46 # Strip the actual signature. We only care about header order in this test
|
/curl/docs/libcurl/ |
H A D | curl_formget.md | 46 curl_formget(3) from working until you have performed the actual HTTP request. 47 This, because first then does libcurl known which actual read callback to use.
|
H A D | curl_easy_nextheader.md | 46 a shortcut to "the last" request in the series, independently of the actual
|
H A D | curl_formadd.md | 80 followed by a pointer to the contents of this part, the actual data to send 89 followed by a pointer to the contents of this part, the actual data to send 151 upload part instead of the actual filename.
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_SIZE_DOWNLOAD_T.md | 35 again for each new transfer. This counts actual payload data, what's also
|
H A D | CURLOPT_SOCKS5_AUTH.md | 33 *CURLAUTH_NONE*, which allows no authentication. Set the actual username and
|
H A D | CURLINFO_PRIMARY_PORT.md | 34 This is the destination port of the actual TCP or UDP connection libcurl used.
|
H A D | CURLINFO_SIZE_DOWNLOAD.md | 34 for each new transfer. This counts actual payload data, what's also commonly
|
H A D | CURLOPT_OPENSOCKETDATA.md | 51 /* the actual externally set socket is passed in via the OPENSOCKETDATA
|
H A D | CURLOPT_PROXYAUTH.md | 37 Set the actual name and password with the CURLOPT_PROXYUSERPWD(3)
|
H A D | CURLOPT_STREAM_DEPENDS.md | 45 option to have an actual effect.
|
H A D | CURLOPT_PROXYTYPE.md | 48 any CONNECT tunneling. It does not change the HTTP version of the actual HTTP
|
H A D | CURLOPT_STREAM_DEPENDS_E.md | 48 option to have an actual effect.
|
H A D | CURLOPT_HTTP_VERSION.md | 61 actual protocol name.
|
H A D | CURLOPT_SOCKOPTFUNCTION.md | 91 /* the actual externally set socket is passed in via the OPENSOCKETDATA
|
H A D | CURLOPT_READFUNCTION.md | 45 Your function must return the actual number of bytes that it stored in the
|
/curl/lib/ |
H A D | progress.c | 288 timediff_t actual; in Curl_pgrsLimitWaitTime() local 311 actual = Curl_timediff_ceil(now, d->limit.start); in Curl_pgrsLimitWaitTime() 312 if(actual < minimum) { in Curl_pgrsLimitWaitTime() 315 return minimum - actual; in Curl_pgrsLimitWaitTime()
|
/curl/docs/cmdline-opts/ |
H A D | json.md | 31 There is **no verification** that the passed in data is actual JSON or that
|
H A D | proxy-header.md | 24 separate header sent to the proxy to what is sent to the actual remote host.
|
H A D | request.md | 36 This option only changes the actual word used in the HTTP request, it does not
|
/curl/tests/ |
H A D | runtests.pl | 1261 my @actual = loadarray(stdoutfilename($logdir, $testnum)); 1266 for(@actual) { 1274 @actual = @newgen; 1281 normalize_text(\@actual); 1294 $res = compare($runnerid, $testnum, $testname, "stdout", \@actual, \@validstdout); 1307 my @actual = loadarray(stderrfilename($logdir, $testnum)); 1312 for(@actual) { 1320 @actual = @newgen; 1330 normalize_text(\@actual); 1343 $res = compare($runnerid, $testnum, $testname, "stderr", \@actual, \@validstderr);
|
Completed in 28 milliseconds
12