Searched refs:IsBase64Char (Results 1 – 9 of 9) sorted by relevance
59 static inline bool IsBase64Char(const char c) in IsBase64Char() function152 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
61 static inline bool IsBase64Char(const char c) in IsBase64Char() function154 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
59 static inline bool IsBase64Char(const char c) in IsBase64Char() function145 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
59 static inline bool IsBase64Char(const char c) in IsBase64Char() function165 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()
174 static inline bool IsBase64Char(const char c) in GetNowTimeGMT() function267 while (it != encoded.end() && IsBase64Char(*it)) { in GetNowTimeGMT()
72 bool IsBase64Char(unsigned char c);
141 bool IsBase64Char(unsigned char c) in IsBase64Char() function237 while ((encodedStr[cursor] != '=') && IsBase64Char(encodedStr[cursor])) { in Base64Decode()
66 static inline bool IsBase64Char(const char c) in IsBase64Char() function150 while (it != encoded.end() && IsBase64Char(*it)) { in Decode()