Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dbase.cpp1235 inline int CalcDecodeLength(const uint8_t *b64input) in CalcDecodeLength() argument
1237 int len = strlen(reinterpret_cast<char *>(const_cast<uint8_t *>(b64input))); in CalcDecodeLength()
1242 if (b64input[len - 1] == '=' && b64input[len - 2] == '=') { in CalcDecodeLength()
1245 } else if (b64input[len - 1] == '=') { in CalcDecodeLength()