Home
last modified time | relevance | path

Searched refs:expected (Results 1 – 25 of 36) sorted by relevance

12

/curl/tests/libtest/
H A Dlib557.c77 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 Dtest103614 expected to be a file without the first part
60 expected to be a file without the first part
H A Dtest14024 FTP download file with -z, expected to not transfer
H A Dtest11013 expected to be a file without the first part
H A Dtest191539 # 7 CURLE_COULDNT_CONNECT (expected since there's nothing listening there)
H A Dtest103714 expected to be a file without the first part
/curl/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml31 id: expected-behaviour
33 label: I expected the following
/curl/docs/cmdline-opts/
H A Ddata-urlencode.md41 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 DCURLINFO_RTSP_CLIENT_CSEQ.md32 Pass a pointer to a long to receive the next CSeq that is expected to be used
H A DCURLINFO_RTSP_SERVER_CSEQ.md31 Pass a pointer to a long to receive the next CSeq that is expected to be used
H A DCURLOPT_PINNEDPUBLICKEY.md40 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 DCURLOPT_PROXY_PINNEDPUBLICKEY.md39 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 DCURLOPT_INFILESIZE_LARGE.md32 libcurl what the expected size of the input file is. This value must be passed
H A DCURLOPT_INFILESIZE.md31 libcurl what the expected size of the input file is. This value must be passed
H A DCURLOPT_READFUNCTION.md50 server expected it, like when you have said you would upload N bytes and you
H A DCURLOPT_POSTFIELDS.md66 larger than 1MB or if the expected size is unknown. You can disable this
H A DCURLOPT_URL.md84 expected to be a sequence of characters using an ASCII compatible encoding.
/curl/tests/http/testenv/
H A Dcurl.py894 expected = ['status']
898 if 'trailer' in expected:
902 expected = ['status']
903 elif 'header' in expected:
905 expected = ['status', 'trailer']
909 if 'status' in expected:
922 expected = ['header']
924 if 'trailer' in expected:
929 if 'header' in expected:
/curl/docs/libcurl/
H A Dcurl_ws_send.md44 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 Dcurl_ws_meta.md74 many additional bytes are expected to arrive before this fragment is complete.
H A Dcurl_easy_getinfo.md277 The RTSP client CSeq that is expected next. See CURLINFO_RTSP_CLIENT_CSEQ(3)
285 The RTSP server CSeq that is expected next. See CURLINFO_RTSP_SERVER_CSEQ(3)
H A Dcurl_global_trace.md61 upgrading libcurl. Given that, some names can be expected to be fairly stable
H A Dcurl_mime_data_cb.md73 the server expected it, like when you have said you intend to upload N bytes
H A Dlibcurl-errors.md130 A file transfer was shorter or larger than expected. This happens when the
131 server first reports an expected transfer size, and then delivers data that
/curl/lib/
H A Ddoh.c1162 static const char *expected = "f\\\\oo\\,bar,h2"; in doh_test_alpn_escapes() local
1166 if(strlen(aval) != strlen(expected)) in doh_test_alpn_escapes()
1168 if(memcmp(aval, expected, strlen(aval))) in doh_test_alpn_escapes()

Completed in 47 milliseconds

12