Home
last modified time | relevance | path

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

12

/curl/tests/libtest/
H A Dlib557.c70 const char *expected; /* expected string */ member
77 const char *expected; /* expected string */ member
84 const char *expected; /* expected string */ member
91 const char *expected; /* expected string */ member
160 us_test[i].expected, in test_unsigned_short_formatting()
234 ss_test[i].expected, in test_signed_short_formatting()
384 ui_test[i].expected, in test_unsigned_int_formatting()
612 si_test[i].expected, in test_signed_int_formatting()
761 ul_test[i].expected, in test_unsigned_long_formatting()
989 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
57 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/tests/http/testenv/
H A Dcurl.py761 expected = ['status']
765 if 'trailer' in expected:
769 expected = ['status']
770 elif 'header' in expected:
772 expected = ['status', 'trailer']
776 if 'status' in expected:
789 expected = ['header']
791 if 'trailer' in expected:
796 if 'header' in expected:
/curl/docs/libcurl/opts/
H A DCURLINFO_RTSP_CLIENT_CSEQ.md31 Pass a pointer to a long to receive the next CSeq that is expected to be used
H A DCURLINFO_RTSP_SERVER_CSEQ.md30 Pass a pointer to a long to receive the next CSeq that is expected to be used
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md38 filename of your pinned public key. The file format expected is "PEM" or
83 # be sure to examine the certificate to see if it is what you expected
H A DCURLOPT_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.md31 libcurl what the expected size of the input file is. This value must be passed
H A DCURLOPT_INFILESIZE.md30 libcurl what the expected size of the input file is. This value must be passed
H A DCURLOPT_READFUNCTION.md49 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.md79 expected to be a sequence of characters using an ASCII compatible encoding.
/curl/docs/libcurl/
H A Dcurl_ws_send.md43 total expected size for the first part, then set the *CURLWS_OFFSET* with
89 expected fragment size in the first call and it needs to be zero in subsequent
H A Dcurl_ws_meta.md73 many additional bytes are expected to arrive before this fragment is complete.
H A Dcurl_easy_getinfo.md360 The RTSP client CSeq that is expected next.
365 The RTSP server CSeq that is expected next.
H A Dcurl_global_trace.md60 upgrading libcurl. Given that, some names can be expected to be fairly stable
H A Dcurl_mime_data_cb.md72 the server expected it, like when you have said you intend to upload N bytes
H A Dlibcurl-errors.md129 A file transfer was shorter or larger than expected. This happens when the
130 server first reports an expected transfer size, and then delivers data that
/curl/lib/
H A Ddoh.c1158 static const char *expected = "f\\\\oo\\,bar,h2"; in test_alpn_escapes() local
1162 if(strlen(aval) != strlen(expected)) in test_alpn_escapes()
1164 if(memcmp(aval, expected, strlen(aval))) in test_alpn_escapes()

Completed in 53 milliseconds

12