Searched refs:base64_digits (Results 1 – 1 of 1) sorted by relevance
14 static const char base64_digits[] = variable45 char a = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()46 char b = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()47 char c = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()48 char d = base64_digits[(unsigned char)*(src++)]; in BASE64Decode()