Searched refs:expected (Results 1 – 25 of 36) sorted by relevance
12
/curl/tests/libtest/ |
H A D | lib557.c | 77 const char *expected; /* expected string */ member 84 const char *expected; /* expected string */ member 91 const char *expected; /* expected string */ member 98 const char *expected; /* expected string */ member 167 us_test[i].expected, in test_unsigned_short_formatting() 241 ss_test[i].expected, in test_signed_short_formatting() 391 ui_test[i].expected, in test_unsigned_int_formatting() 619 si_test[i].expected, in test_signed_int_formatting() 768 ul_test[i].expected, in test_unsigned_long_formatting() 996 sl_test[i].expected, in test_signed_long_formatting() [all …]
|
/curl/tests/data/ |
H A D | test1036 | 14 expected to be a file without the first part 60 expected to be a file without the first part
|
H A D | test140 | 24 FTP download file with -z, expected to not transfer
|
H A D | test1145 | 21 # Pass %PWD instead of %FILE_PWD to trigger the expected
|
H A D | test110 | 13 expected to be a file without the first part
|
H A D | test1915 | 38 # 7 CURLE_COULDNT_CONNECT (expected since there's nothing listening there)
|
H A D | test1037 | 14 expected to be a file without the first part
|
/curl/.github/ISSUE_TEMPLATE/ |
H A D | bug_report.yml | 31 id: expected-behaviour 33 label: I expected the following
|
/curl/docs/cmdline-opts/ |
H A D | data-urlencode.md | 41 expected to be URL-encoded already. 50 resulting in *name=urlencoded-file-content*. Note that the name is expected to
|
/curl/docs/libcurl/opts/ |
H A D | CURLINFO_RTSP_CLIENT_CSEQ.md | 32 Pass a pointer to a long to receive the next CSeq that is expected to be used
|
H A D | CURLINFO_RTSP_SERVER_CSEQ.md | 31 Pass a pointer to a long to receive the next CSeq that is expected to be used
|
H A D | CURLOPT_PINNEDPUBLICKEY.md | 40 filename of your pinned public key. The file format expected is "PEM" or 92 # be sure to examine the certificate to see if it is what you expected
|
H A D | CURLOPT_PROXY_PINNEDPUBLICKEY.md | 39 filename of your pinned public key. The file format expected is "PEM" or 89 # be sure to examine the certificate to see if it is what you expected
|
H A D | CURLOPT_INFILESIZE_LARGE.md | 32 libcurl what the expected size of the input file is. This value must be passed
|
H A D | CURLOPT_INFILESIZE.md | 31 libcurl what the expected size of the input file is. This value must be passed
|
H A D | CURLOPT_READFUNCTION.md | 50 server expected it, like when you have said you would upload N bytes and you
|
H A D | CURLOPT_POSTFIELDS.md | 66 larger than 1MB or if the expected size is unknown. You can disable this
|
H A D | CURLOPT_URL.md | 84 expected to be a sequence of characters using an ASCII compatible encoding.
|
/curl/tests/http/testenv/ |
H A D | curl.py | 902 expected = ['status'] 906 if 'trailer' in expected: 910 expected = ['status'] 911 elif 'header' in expected: 913 expected = ['status', 'trailer'] 917 if 'status' in expected: 930 expected = ['header'] 932 if 'trailer' in expected: 937 if 'header' in expected:
|
/curl/docs/libcurl/ |
H A D | curl_ws_send.md | 44 total expected size for the first part, then set the *CURLWS_OFFSET* with 94 expected fragment size in the first call and it needs to be zero in subsequent
|
H A D | curl_ws_meta.md | 74 many additional bytes are expected to arrive before this fragment is complete.
|
H A D | curl_easy_getinfo.md | 282 The RTSP client CSeq that is expected next. See CURLINFO_RTSP_CLIENT_CSEQ(3) 290 The RTSP server CSeq that is expected next. See CURLINFO_RTSP_SERVER_CSEQ(3)
|
H A D | curl_global_trace.md | 61 upgrading libcurl. Given that, some names can be expected to be fairly stable
|
H A D | curl_mime_data_cb.md | 73 the server expected it, like when you have said you intend to upload N bytes
|
/curl/lib/ |
H A D | doh.c | 1160 static const char *expected = "f\\\\oo\\,bar,h2"; in doh_test_alpn_escapes() local 1164 if(strlen(aval) != strlen(expected)) in doh_test_alpn_escapes() 1166 if(memcmp(aval, expected, strlen(aval))) in doh_test_alpn_escapes()
|
Completed in 33 milliseconds
12