Searched refs:BASE64_PAD (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dbase64.cpp52 #define BASE64_PAD 0xe0 macro
109 || ( u8 == BASE64_PAD
154 if (u8 == BASE64_PAD)
165 if (u8 != BASE64_PAD)
307 if (u8 == BASE64_PAD)
317 if (u8 != BASE64_PAD)

Completed in 338 milliseconds