Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 44) sorted by relevance

12

/curl/tests/data/
H A Dtest26219 <actual-data>
32 </actual-data>
H A Dtest50926 initialization with memory callbacks and actual usage
H A Dtest118331 %TESTNUMBER used instead of actual test number
H A Dtest16410 # This particular response is an exact excerpt from an actual Apache
H A Dtest197646 # Strip the actual signature. We only care about header order in this test
/curl/docs/libcurl/
H A Dcurl_formget.md46 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 Dcurl_easy_nextheader.md46 a shortcut to "the last" request in the series, independently of the actual
H A Dcurl_multi_perform.md53 could use curl_multi_info_read(3) to track actual status of the added
/curl/docs/libcurl/opts/
H A DCURLINFO_SIZE_DOWNLOAD_T.md35 again for each new transfer. This counts actual payload data, what's also
H A DCURLINFO_PRIMARY_PORT.md34 This is the destination port of the actual TCP or UDP connection libcurl used.
H A DCURLOPT_SOCKS5_AUTH.md33 *CURLAUTH_NONE*, which allows no authentication. Set the actual username and
H A DCURLINFO_SIZE_DOWNLOAD.md34 for each new transfer. This counts actual payload data, what's also commonly
H A DCURLOPT_PROXYTYPE.md48 any CONNECT tunneling. It does not change the HTTP version of the actual HTTP
H A DCURLOPT_OPENSOCKETDATA.md51 /* the actual externally set socket is passed in via the OPENSOCKETDATA
H A DCURLOPT_PROXYAUTH.md37 Set the actual name and password with the CURLOPT_PROXYUSERPWD(3)
H A DCURLOPT_STREAM_DEPENDS.md45 option to have an actual effect.
H A DCURLOPT_STREAM_DEPENDS_E.md48 option to have an actual effect.
H A DCURLOPT_HTTP_VERSION.md61 actual protocol name.
H A DCURLOPT_SOCKOPTFUNCTION.md91 /* the actual externally set socket is passed in via the OPENSOCKETDATA
H A DCURLOPT_OPENSOCKETFUNCTION.md92 /* the actual externally set socket is passed in via the OPENSOCKETDATA
/curl/lib/
H A Dprogress.c288 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 Djson.md31 There is **no verification** that the passed in data is actual JSON or that
H A Dproxy-header.md24 separate header sent to the proxy to what is sent to the actual remote host.
H A Drequest.md36 This option only changes the actual word used in the HTTP request, it does not
/curl/tests/
H A Druntests.pl1259 my @actual = loadarray(stdoutfilename($logdir, $testnum));
1264 for(@actual) {
1272 @actual = @newgen;
1279 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;
1336 normalize_text(\@actual);
1349 $res = compare($runnerid, $testnum, $testname, "stderr", \@actual, \@validstderr);

Completed in 53 milliseconds

12