Searched refs:decode (Results 1 – 16 of 16) sorted by relevance
/curl/tests/data/ |
H A D | test1302 | 19 base64 encode/decode unit tests
|
H A D | test1538 | 166 u6: URL decode error, most likely because of rubbish in the input
|
/curl/lib/ |
H A D | curl_krb5.h | 35 int (*decode)(void *, void *, int, int, struct connectdata *); member
|
H A D | krb5.c | 552 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 D | util.py | 79 contents = f.read().decode("utf-8")
|
H A D | negtelnetserver.py | 101 response_data = data.decode('utf-8').strip().encode('utf-8')
|
/curl/docs/libcurl/ |
H A D | curl_unescape.md | 19 curl_unescape - URL decode a string
|
H A D | curl_easy_unescape.md | 17 curl_easy_unescape - URL decode a string
|
H A D | curl_url_get.md | 68 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 D | libcurl-errors.md | 627 URL decode error, most likely because of rubbish in the input.
|
/curl/CMake/ |
H A D | FindBrotli.cmake | 44 find_path(BROTLI_INCLUDE_DIR "brotli/decode.h"
|
/curl/docs/cmdline-opts/ |
H A D | remote-header-name.md | 31 There is no attempt to decode %-sequences (yet) in the provided filename, so
|
/curl/tests/http/testenv/ |
H A D | httpd.py | 131 stdout=p.stdout.decode().splitlines(), 132 stderr=p.stderr.decode().splitlines(),
|
/curl/scripts/ |
H A D | mk-ca-bundle.pl | 610 my $maxStringLength = length(decode('UTF-8', $caname, Encode::FB_CROAK | Encode::LEAVE_SRC));
|
/curl/docs/ |
H A D | TODO | 1238 -J/--remote-header-name does not decode %-encoded filenames. RFC 6266 details 1246 -O also does not decode %-encoded names, and while it has even less 1249 Note that we do not decode -O without the user asking for it with some other
|
/curl/ |
H A D | configure.ac | 1558 AC_CHECK_HEADERS(brotli/decode.h,
|
Completed in 70 milliseconds