Home
last modified time | relevance | path

Searched refs:actual (Results 1 – 25 of 45) 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
/curl/docs/libcurl/
H A Dcurl_formget.md43 curl_formget(3) from working until you have performed the actual HTTP
44 request. This, because first then does libcurl known which actual read
H A Dcurl_easy_nextheader.md45 a shortcut to "the last" request in the series, independently of the actual
/curl/src/
H A Dtool_hugehelp.c.cvs30 puts("This is a silly replacement for the actual file.");
/curl/docs/libcurl/opts/
H A DCURLINFO_SIZE_DOWNLOAD_T.md34 again for each new transfer. This counts actual payload data, what's also
H A DCURLINFO_PRIMARY_PORT.md33 This is the destination port of the actual TCP or UDP connection libcurl used.
H A DCURLOPT_SOCKS5_AUTH.md32 *CURLAUTH_NONE*, which allows no authentication. Set the actual username and
H A DCURLINFO_SIZE_DOWNLOAD.md33 for each new transfer. This counts actual payload data, what's also commonly
H A DCURLOPT_PROXYTYPE.md47 any CONNECT tunneling. It does not change the HTTP version of the actual HTTP
H A DCURLOPT_OPENSOCKETDATA.md48 /* the actual externally set socket is passed in via the OPENSOCKETDATA
H A DCURLOPT_PROXYAUTH.md36 Set the actual name and password with the CURLOPT_PROXYUSERPWD(3)
H A DCURLOPT_STREAM_DEPENDS.md44 option to have an actual effect.
H A DCURLOPT_STREAM_DEPENDS_E.md47 option to have an actual effect.
H A DCURLOPT_HTTP_VERSION.md60 actual protocol name.
H A DCURLOPT_OPENSOCKETFUNCTION.md89 /* the actual externally set socket is passed in via the OPENSOCKETDATA
H A DCURLOPT_SOCKOPTFUNCTION.md88 /* the actual externally set socket is passed in via the OPENSOCKETDATA
/curl/lib/
H A Dprogress.c292 timediff_t actual; in Curl_pgrsLimitWaitTime() local
315 actual = Curl_timediff_ceil(now, start); in Curl_pgrsLimitWaitTime()
316 if(actual < minimum) { in Curl_pgrsLimitWaitTime()
319 return (minimum - actual); in Curl_pgrsLimitWaitTime()
/curl/tests/
H A Druntests.pl1217 my @actual = loadarray(stdoutfilename($logdir, $testnum));
1222 for(@actual) {
1230 @actual = @newgen;
1239 s/\r\n/\n/g for @actual;
1240 s/\n/\r\n/g for @actual;
1255 $res = compare($runnerid, $testnum, $testname, "stdout", \@actual, \@validstdout);
1268 my @actual = loadarray(stderrfilename($logdir, $testnum));
1273 for(@actual) {
1281 @actual = @newgen;
1307 $res = compare($runnerid, $testnum, $testname, "stderr", \@actual, \@validstderr);
/curl/
H A DGIT-INFO.md42 doesn't contain actual content.
/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

Completed in 60 milliseconds

12