OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modp_b64_decode_len
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/modp_b64/
modp_b64.h
76
* char* dest = (char*) malloc(
modp_b64_decode_len
(srclen));
104
#define
modp_b64_decode_len
(A) (A / 4 * 3 + 2)
macro
158
std::string x(
modp_b64_decode_len
(s.size()), '\0');
/external/chromium_org/base/
base64.cc
24
temp.resize(
modp_b64_decode_len
(input.size()));
Completed in 109 milliseconds