Home
last modified time | relevance | path

Searched defs:modp_b64_decode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/modp_b64/
H A Dmodp_b64.cc121 int modp_b64_decode(char* dest, const char* src, int len) in modp_b64_decode() function
189 size_t modp_b64_decode(char* dest, const char* src, size_t len) in modp_b64_decode() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/modp_b64/
H A Dmodp_b64.cc121 int modp_b64_decode(char* dest, const char* src, int len) in modp_b64_decode() function
189 size_t modp_b64_decode(char* dest, const char* src, size_t len) in modp_b64_decode() function
/aosp_15_r20/external/libultrahdr/third_party/image_io/src/modp_b64/modp_b64/
H A Dmodp_b64.h156 inline std::string& modp_b64_decode(std::string& s) in modp_b64_decode() function
/aosp_15_r20/external/modp_b64/modp_b64/
H A Dmodp_b64.h156 inline std::string& modp_b64_decode(std::string& s) in modp_b64_decode() function
/aosp_15_r20/external/cronet/third_party/modp_b64/
H A Dmodp_b64.cc118 size_t modp_b64_decode(char* dest, const char* src, size_t len, ModpDecodePolicy policy) in modp_b64_decode() function