Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 24 of 24) sorted by relevance

/curl/tests/unit/
H A Dunit3205.c669 const char *expect; variable
698 expect = test->rfc ? test->rfc : test->openssl;
702 if(strcmp(buf, expect) != 0) {
705 test->id, buf, expect);
711 expect = test->openssl ? test->openssl : test->rfc;
717 if(memcmp(expect, "EDH-", 4) == 0)
718 expect = (char *) memcpy(strcpy(alt, expect), "DHE-", 4);
719 if(memcmp(expect + 4, "EDH-", 4) == 0)
720 expect = (char *) memcpy(strcpy(alt, expect) + 4, "DHE-", 4) - 4;
723 if(strcmp(buf, expect) != 0) {
[all …]
H A Dunit2604.c39 const char *expect; /* the returned content */ member
95 if(path && strcmp(path, list[i].expect)) {
97 path, list[i].expect);
/curl/tests/data/
H A Dtest205711 <!-- First request, expect 401 (ntlm challenge) -->
21 <!-- Second request, expect success -->
H A Dtest110840 # we expect that the server doesn't understand PRET
H A Dtest126836 # we expect an error since we provide a weird URL
H A Dtest205611 <!-- First request, expect success in one shot -->
H A Dtest35741 no-expect
H A Dtest204521 reply that contains an FTP reply (think polyglot). In the case of FTP we expect
H A Dtest112951 HTTP POST expect 100-continue with a 404
H A Dtest113152 HTTP PUT expect 100-continue with a 400
H A Dtest113052 HTTP POST forced expect 100-continue with a 404
H A Dtest4645 # which causes the cookie expiry times to be different from what we expect.
/curl/docs/libcurl/opts/
H A DCURLOPT_RTSP_SERVER_CSEQ.md29 Pass a long to set the CSEQ number to expect for the next RTSP Server to
H A DCURLOPT_RESUME_FROM.md63 /* set total data amount to expect */
H A DCURLOPT_SSLKEY.md39 Schannel SSL backends because they expect the private key to be already present
H A DCURLOPT_PROXY_SSLKEY.md42 Schannel SSL backends because they expect the private key to be already
H A DCURLOPT_RESUME_FROM_LARGE.md62 /* set total data amount to expect */
H A DCURLOPT_HEADERFUNCTION.md83 header among the regular response-headers mention what header(s) to expect in
/curl/scripts/
H A Dchecksrc.pl787 my $expect = $first+$indent;
788 if($expect != $second) {
813 my $expect = $first+$indent;
814 if($expect != $second) {
/curl/docs/cmdline-opts/
H A Dkey.md32 ignored for TLS protocols (HTTPS, etc). Those backends expect the private key
/curl/packages/vms/
H A Dbackup_gnv_curl_src.com8 $! Backup save sets are the only storage format that I can expect a
H A Dgenerate_vax_transfer.com222 ; that expect exact case symbols in images. These are separated because a
/curl/.github/workflows/
H A Dnon-native.yml191 … ln -s /usr/bin/gcpp /usr/bin/cpp # Some tests expect `cpp`, which is named `gcpp` in this env.
/curl/docs/
H A DKNOWN_BUGS199 You have to tell libcurl not to expect a body, when dealing with one line
293 the project who (rightfully) do not expect this.
308 The Windows Unicode builds of curl use the current locale, but expect Unicode

Completed in 62 milliseconds