Searched refs:outputLength (Results 1 – 1 of 1) sorted by relevance
73 gsize outputLength; in DecodeBase64() local74 guchar *decodedData = g_base64_decode(input.c_str(), &outputLength); in DecodeBase64()75 std::string result(reinterpret_cast<char *>(decodedData), outputLength); in DecodeBase64()