Home
last modified time | relevance | path

Searched refs:BASE64_FORCE_PLAIN (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/base64/base64/test/
Dtest_base64.c111 base64_encode(&chr[i], chrlen, enc, &enclen, BASE64_FORCE_PLAIN); in test_char_table()
150 base64_encode(chr, 256, ref, &reflen, BASE64_FORCE_PLAIN); in test_streaming()
242 base64_encode(chr, 256, enc, &enclen, BASE64_FORCE_PLAIN); in test_invalid_dec_input()
/third_party/node/deps/base64/base64/include/
Dlibbase64.h51 #define BASE64_FORCE_PLAIN (1 << 3) macro
/third_party/node/deps/base64/base64/lib/
Dcodec_choose.c112 if (flags & BASE64_FORCE_PLAIN) { in BASE64_CODEC_FUNCS()
/third_party/node/deps/base64/base64/
DREADME.md121 …k if the CPU has NEON support, and if not, force a downgrade to non-NEON with `BASE64_FORCE_PLAIN`.
126 … code without NEON flags so that you can override the default at runtime with `BASE64_FORCE_PLAIN`;
139 For ARMv6 platforms, override that default at runtime with the `BASE64_FORCE_PLAIN` flag.
213 - `BASE64_FORCE_PLAIN`