HomeSort by relevance Sort by last modified time
    Searched refs:modp_b64_decode_len (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/modp_b64/
modp_b64.h 74 * char* dest = (char*) malloc(modp_b64_decode_len(srclen));
102 #define modp_b64_decode_len(A) (A / 4 * 3 + 2) macro
154 std::string x(modp_b64_decode_len(s.size()), '\0');
  /external/chromium/base/
base64.cc 28 temp.resize(modp_b64_decode_len(input.size()));

Completed in 334 milliseconds