Home
last modified time | relevance | path

Searched refs:decode (Results 1 – 16 of 16) sorted by relevance

/curl/tests/data/
H A Dtest130219 base64 encode/decode unit tests
H A Dtest1538166 u6: URL decode error, most likely because of rubbish in the input
/curl/lib/
H A Dcurl_krb5.h35 int (*decode)(void *, void *, int, int, struct connectdata *); member
H A Dkrb5.c551 nread = conn->mech->decode(conn->app_data, in read_data()
731 decoded_len = conn->mech->decode(conn->app_data, buf, decoded_len, in Curl_sec_read_msg()
/curl/tests/
H A Dutil.py79 contents = f.read().decode("utf-8")
H A Dnegtelnetserver.py108 response_data = data.decode('utf-8').strip().encode('utf-8')
/curl/docs/libcurl/
H A Dcurl_unescape.md19 curl_unescape - URL decode a string
H A Dcurl_easy_unescape.md17 curl_easy_unescape - URL decode a string
H A Dcurl_url_get.md68 Asks curl_url_get(3) to URL decode the contents before returning it. It
69 does not decode the scheme, the port number or the full URL.
207 The query part gets pluses converted to space when asked to URL decode on get
H A Dlibcurl-errors.md627 URL decode error, most likely because of rubbish in the input.
/curl/docs/cmdline-opts/
H A Dremote-header-name.md31 There is no attempt to decode %-sequences (yet) in the provided filename, so
/curl/CMake/
H A DFindBrotli.cmake44 find_path(BROTLI_INCLUDE_DIR "brotli/decode.h"
/curl/tests/http/testenv/
H A Dhttpd.py133 stdout=p.stdout.decode().splitlines(),
134 stderr=p.stderr.decode().splitlines(),
/curl/scripts/
H A Dmk-ca-bundle.pl652 my $maxStringLength = length(decode('UTF-8', $caname, Encode::FB_CROAK | Encode::LEAVE_SRC));
/curl/docs/
H A DTODO1236 -J/--remote-header-name does not decode %-encoded filenames. RFC 6266 details
1244 -O also does not decode %-encoded names, and while it has even less
1247 Note that we do not decode -O without the user asking for it with some other
/curl/
H A Dconfigure.ac1547 AC_CHECK_HEADERS(brotli/decode.h,

Completed in 40 milliseconds