Searched refs:raw (Results 1 – 25 of 40) sorted by relevance
12
/curl/tests/libtest/ |
H A D | lib1537.c | 36 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 D | raw.md | 4 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 D | data-raw.md | 4 Long: data-raw 14 - --data-raw "hello" $URL 15 - --data-raw "@at@at@" $URL 18 # `--data-raw`
|
H A D | data.md | 16 - 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 D | data-ascii.md | 13 - data-raw
|
H A D | json.md | 14 - data-raw
|
H A D | data-urlencode.md | 13 - data-raw
|
H A D | Makefile.inc | 76 data-raw.md \ 235 raw.md \
|
H A D | header.md | 29 global level. It does not affect raw uploaded mails (Added in 7.56.0).
|
/curl/tests/data/ |
H A D | test319 | 38 HTTP GET gzip transfer-encoded data in raw mode 41 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
|
H A D | test326 | 49 HTTP GET chunked data in raw mode 52 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --raw
|
H A D | test372 | 33 --raw http://%HOSTIP:%HTTPPORT/binary-zero-in-data-section/%TESTNUMBER
|
H A D | test2301 | 39 WebSockets via callback (raw mode) + curl_ws_send()
|
H A D | test842 | 43 # The protocol section doesn't support ways of specifying the raw data in the
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_WS_OPTIONS.md | 41 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 D | non-native.yml | 64 … 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 D | linux-old.yml | 89 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 D | windows.yml | 98 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 D | mbedtls.c | 520 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 D | curl_easy_recv.md | 19 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 D | curl_mime_data.md | 72 curl_mime_data(part, "raw contents to send", CURL_ZERO_TERMINATED);
|
H A D | curl_easy_send.md | 19 curl_easy_send - sends raw data over an "easy" connection
|
H A D | curl_ws_send.md | 47 If not sending a partial fragment or if this is raw mode, *fragsize*
|
/curl/docs/ |
H A D | options-in-versions | 42 --data-raw 7.43.0 200 --raw 7.16.2
|
/curl/src/ |
H A D | tool_cfgable.h | 249 bool raw; member
|
Completed in 23 milliseconds
12