Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 25 of 40) sorted by relevance

12

/curl/tests/libtest/
H A Dlib1537.c36 char *raw; in test() local
58 raw = curl_easy_unescape(NULL, ptr, (int)strlen(ptr), &outlen); in test()
61 memcmp(raw, a, outlen) ? "no" : "YES"); in test()
62 curl_free(raw); in test()
65 raw = curl_unescape(ptr, (int)strlen(ptr)); in test()
66 if(!raw) { in test()
70 outlen = (int)strlen(raw); in test()
73 memcmp(raw, a, outlen) ? "no" : "YES"); in test()
74 curl_free(raw); in test()
/curl/docs/cmdline-opts/
H A Draw.md4 Long: raw
5 Help: Do HTTP raw; no transfer decoding
13 - --raw $URL
16 # `--raw`
19 encodings and instead makes them passed on unaltered, raw.
H A Ddata-raw.md4 Long: data-raw
14 - --data-raw "hello" $URL
15 - --data-raw "@at@at@" $URL
18 # `--data-raw`
H A Ddata.md16 - data-raw
30 --data-raw is almost the same but does not have a special interpretation of
45 interpretation use --data-raw instead.
H A Ddata-ascii.md13 - data-raw
H A Djson.md14 - data-raw
H A Ddata-urlencode.md13 - data-raw
H A DMakefile.inc76 data-raw.md \
235 raw.md \
H A Dheader.md29 global level. It does not affect raw uploaded mails (Added in 7.56.0).
/curl/tests/data/
H A Dtest31938 HTTP GET gzip transfer-encoded data in raw mode
41 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
H A Dtest32649 HTTP GET chunked data in raw mode
52 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
H A Dtest37233 --raw http://%HOSTIP:%HTTPPORT/binary-zero-in-data-section/%TESTNUMBER
H A Dtest230139 WebSockets via callback (raw mode) + curl_ws_send()
H A Dtest84243 # The protocol section doesn't support ways of specifying the raw data in the
/curl/docs/libcurl/opts/
H A DCURLOPT_WS_OPTIONS.md41 Deliver "raw" WebSocket traffic to the CURLOPT_WRITEFUNCTION(3)
44 In raw mode, libcurl does not handle pings or any other frame for the
/curl/.github/workflows/
H A Dnon-native.yml64 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
103 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
147 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'
178 … echo '::group::curl_config.h (raw)'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
210 echo '::group::curl_config.h (raw)'; cat lib/curl_config.h || true; echo '::endgroup::'
H A Dlinux-old.yml89 echo '::group::raw'; cat bld-1/lib/curl_config.h || true; echo '::endgroup::'
102 echo '::group::raw'; cat bld-cares/lib/curl_config.h || true; echo '::endgroup::'
132 echo '::group::raw'; cat bld-am/lib/curl_config.h || true; echo '::endgroup::'
H A Dwindows.yml98 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
146 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
265 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
356 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
484 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
570 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
600 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
765 echo '::group::raw'; cat bld/lib/curl_config.h || true; echo '::endgroup::'
/curl/lib/vtls/
H A Dmbedtls.c520 const char *beg = (const char *) cur->raw.p; in mbed_extract_certinfo()
521 const char *end = beg + cur->raw.len; in mbed_extract_certinfo()
1039 if(!peercert || !peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(p) ||
1040 !peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(len)) {
1042 if(!peercert || !peercert->raw.p || !peercert->raw.len) {
1067 peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(p),
1068 peercert->MBEDTLS_PRIVATE(raw).MBEDTLS_PRIVATE(len))) {
1070 if(mbedtls_x509_crt_parse_der(p, peercert->raw.p, peercert->raw.len)) {
/curl/docs/libcurl/
H A Dcurl_easy_recv.md19 curl_easy_recv - receives raw data on an "easy" connection
31 This function receives raw data from the established connection. You may use
H A Dcurl_mime_data.md72 curl_mime_data(part, "raw contents to send", CURL_ZERO_TERMINATED);
H A Dcurl_easy_send.md19 curl_easy_send - sends raw data over an "easy" connection
H A Dcurl_ws_send.md47 If not sending a partial fragment or if this is raw mode, *fragsize*
/curl/docs/
H A Doptions-in-versions42 --data-raw 7.43.0
200 --raw 7.16.2
/curl/src/
H A Dtool_cfgable.h249 bool raw; member

Completed in 23 milliseconds

12