Home
last modified time | relevance | path

Searched refs:encoded (Results 26 – 50 of 65) sorted by relevance

123

/curl/tests/data/
H A Dtest142625 # Provided as base64 encoded to get the binary zero in the body treated
H A Dtest142525 # Provided as base64 encoded to get the binary zero in the body treated
H A Dtest59970 # encoded page, the first size would still be used in the progress callback
H A Dtest64838 It may contain any type of data and will be encoded in base64 for transfer.
H A Dtest31612 # Length of not-encoded content is 16512 what is greater than default value of
H A Dtest39712 # Length of not-encoded content is 16512 what is greater than default value of
H A Dtest100895 HTTP proxy CONNECT auth NTLM with chunked-encoded 407 response
H A Dtest66646 HTTP mime post with binary-encoded huge data contents
H A Dtest65228 SMTP with encoded huge mime data contents
/curl/docs/libcurl/
H A Dcurl_escape.md31 This function converts the given input **string** to a URL encoded string
H A Dcurl_url_set.md45 encoding they would use in a URL: URL encoded.
121 encoded as your locale says or UTF-8 (when WinIDN is used). If it is a
136 The port number cannot be URL encoded on set. The given port number is
171 first '=' symbol is not URL encoded.
231 does normally not allow spaces anywhere, but they should be encoded as %20
H A Dlibcurl-url.md126 Set parts are not URL encoded unless the user asks for it with the
144 The appended string can of course also get URL encoded on add, and if asked to
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_HOST_PUBLIC_KEY_SHA256.md32 Pass a char pointer pointing to a string containing a Base64-encoded SHA256
H A DCURLOPT_PROXY_SSLCERTTYPE.md42 later, or macOS 10.7 or later) and Schannel support "P12" for PKCS#12-encoded
H A DCURLOPT_SSLCERTTYPE.md41 later, or macOS 10.7 or later) and Schannel support "P12" for PKCS#12-encoded
H A DCURLOPT_INFILESIZE.md41 libcurl do a chunked transfer-encoded upload.
H A DCURLOPT_CAINFO_BLOB.md41 and size) about a memory block with binary data of PEM encoded content holding
H A DCURLOPT_PROXY_CAINFO_BLOB.md45 and size) about a memory block with binary data of PEM encoded content holding
H A DCURLOPT_ECH.md64 base64-encoded ECHConfigList that is used for ECH rather than attempting to
H A DCURLOPT_PINNEDPUBLICKEY.md41 "DER". The string can also be any number of base64 encoded sha256 hashes
H A DCURLOPT_PROXY_PINNEDPUBLICKEY.md40 "DER". The string can also be any number of base64 encoded sha256 hashes
/curl/docs/cmdline-opts/
H A Dpinnedpubkey.md22 any number of base64 encoded sha256 hashes preceded by 'sha256//' and
H A Dremote-name.md35 encoded parts of the name, they end up as-is as filename.
H A Dcert.md44 system or user keychain, or the path to a PKCS#12-encoded certificate and
/curl/tests/server/
H A Dmqttd.c372 unsigned char encoded = 0x80; in decode_length() local
374 for(i = 0; (i < buflen) && (encoded & 0x80); i++) { in decode_length()
375 encoded = buf[i]; in decode_length()
376 len += (encoded & 0x7f) * mult; in decode_length()

Completed in 49 milliseconds

123