Home
last modified time | relevance | path

Searched defs:base64 (Results 1 – 25 of 44) sorted by relevance

12

/third_party/node/deps/base64/base64/
DCMakeLists.txt20 project(base64 LANGUAGES C VERSION 0.5.2) project
104 add_library(base64 target
/third_party/protobuf/js/experimental/runtime/
Dbytestring.js6 const base64 = goog.require('goog.crypt.base64'); constant
21 constructor(bytes, base64) { argument
/third_party/googletest/googlemock/src/
Dgmock-internal-utils.cc201 constexpr char UnBase64Impl(char c, const char* const base64, char carry) { in UnBase64Impl()
210 const char* const base64) { in UnBase64Impl()
214 constexpr std::array<char, 256> UnBase64(const char* const base64) { in UnBase64()
/third_party/node/deps/base64/
DREADME.md1 # base64 chapter
/third_party/protobuf/js/experimental/runtime/kernel/conformance/
Dconformance_testee.js8 const base64 = goog.require('goog.crypt.base64'); constant
/third_party/protobuf/src/google/protobuf/util/internal/
Ddatapiece.cc219 std::string base64; in ToString() local
249 std::string base64; in ValueAsStringOrDefault() local
Djson_objectwriter.cc148 std::string base64; in RenderBytes() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Descaping.cc74 size_t szdest, const char* base64, in Base64EscapeInternal()
/third_party/node/deps/undici/src/node_modules/@fastify/busboy/lib/utils/
DdecodeText.js78 base64: (data, sourceEncoding) => { method
/third_party/curl/lib/
Dhttp_negotiate.c128 char *base64 = NULL; in Curl_output_negotiate() local
Dhttp_ntlm.c131 char *base64 = NULL; in Curl_output_ntlm() local
Dcurl_sasl.c307 char *base64; in build_message() local
/third_party/ffmpeg/libavformat/
Ddata_uri.c39 int ret, base64 = 0; in data_open() local
/third_party/node/doc/contributing/maintaining/
Dmaintaining-dependencies.md156 ### base64 subsection
316 [base64]: #base64 hashtag
/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_reflection_class.cc177 std::string base64 = FileDescriptorToBase64(file_); in WriteDescriptor() local
/third_party/node/src/inspector/
Dnode_string.h100 static Binary fromBase64(const std::string_view base64, bool* success) { in fromBase64()
/third_party/node/deps/npm/node_modules/iconv-lite/encodings/
Dinternal.js16 base64: { type: "_internal" }, property
/third_party/rust/crates/rust-openssl/openssl/src/
Dlib.rs140 pub mod base64; module
/third_party/node/deps/v8/tools/heap-stats/
Dtrace-file-reader.js88 const base64 = dataScript.innerText.slice(1,-1); constant
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/
Dindex.js33 const base64 = /;base64$/.test(mime) constant
/third_party/node/deps/openssl/openssl/crypto/evp/
Dbio_b64.c41 EVP_ENCODE_CTX *base64; member
/third_party/openssl/crypto/evp/
Dbio_b64.c41 EVP_ENCODE_CTX *base64; member
/third_party/curl/tests/server/
Dgetpart.c328 int base64 = 0; in getpart() local
/third_party/node/deps/v8/src/inspector/
Dstring-util.cc59 Binary Binary::fromBase64(const String& base64, bool* success) { in fromBase64()
/third_party/libcoap/src/
Dcoap_ws.c810 char base64[28]; in coap_ws_establish() local

12