Searched refs:expect (Results 1 – 24 of 24) sorted by relevance
/curl/tests/unit/ |
H A D | unit3205.c | 694 const char *expect; variable 723 expect = test->rfc ? test->rfc : test->openssl; 727 if(strcmp(buf, expect) != 0) { 730 test->id, buf, expect); 736 expect = test->openssl ? test->openssl : test->rfc; 742 if(memcmp(expect, "EDH-", 4) == 0) 743 expect = (char *) memcpy(strcpy(alt, expect), "DHE-", 4); 744 if(memcmp(expect + 4, "EDH-", 4) == 0) 745 expect = (char *) memcpy(strcpy(alt, expect) + 4, "DHE-", 4) - 4; 748 if(strcmp(buf, expect) != 0) { [all …]
|
H A D | unit2604.c | 40 const char *expect; /* the returned content */ member 105 if(path && strcmp(path, list[i].expect)) { 107 path, list[i].expect);
|
/curl/tests/data/ |
H A D | test2057 | 11 <!-- First request, expect 401 (ntlm challenge) --> 21 <!-- Second request, expect success -->
|
H A D | test1108 | 40 # we expect that the server doesn't understand PRET
|
H A D | test1268 | 36 # we expect an error since we provide a weird URL
|
H A D | test2056 | 11 <!-- First request, expect success in one shot -->
|
H A D | test357 | 41 no-expect
|
H A D | test2045 | 21 reply that contains an FTP reply (think polyglot). In the case of FTP we expect
|
H A D | test1129 | 51 HTTP POST expect 100-continue with a 404
|
H A D | test1131 | 52 HTTP PUT expect 100-continue with a 400
|
H A D | test1130 | 52 HTTP POST forced expect 100-continue with a 404
|
H A D | test46 | 45 # which causes the cookie expiry times to be different from what we expect.
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_RTSP_SERVER_CSEQ.md | 30 Pass a long to set the CSEQ number to expect for the next RTSP Server to
|
H A D | CURLOPT_RESUME_FROM.md | 66 /* set total data amount to expect */
|
H A D | CURLOPT_RESUME_FROM_LARGE.md | 65 /* set total data amount to expect */
|
H A D | CURLOPT_SSLKEY.md | 40 Schannel SSL backends because they expect the private key to be already present
|
H A D | CURLOPT_PROXY_SSLKEY.md | 43 Schannel SSL backends because they expect the private key to be already
|
H A D | CURLOPT_HEADERFUNCTION.md | 84 header among the regular response-headers mention what header(s) to expect in
|
/curl/scripts/ |
H A D | checksrc.pl | 885 my $expect = $first+$indent; 886 if($expect != $second) { 911 my $expect = $first+$indent; 912 if($expect != $second) {
|
/curl/docs/cmdline-opts/ |
H A D | key.md | 32 ignored for TLS protocols (HTTPS, etc). Those backends expect the private key
|
/curl/packages/vms/ |
H A D | backup_gnv_curl_src.com | 8 $! Backup save sets are the only storage format that I can expect a
|
H A D | generate_vax_transfer.com | 222 ; that expect exact case symbols in images. These are separated because a
|
/curl/.github/workflows/ |
H A D | non-native.yml | 204 … ln -s /usr/bin/gcpp /usr/bin/cpp # Some tests expect `cpp`, which is named `gcpp` in this env.
|
/curl/docs/ |
H A D | KNOWN_BUGS | 253 the project who (rightfully) do not expect this. 278 The Windows Unicode builds of curl use the current locale, but expect Unicode
|
Completed in 54 milliseconds