Searched refs:next_ch (Results 1 – 2 of 2) sorted by relevance
78 bool Base64::GetNextBase64Char(char ch, char* next_ch) { in GetNextBase64Char() argument79 if (next_ch == NULL) { in GetNextBase64Char()86 *next_ch = (*p) ? *p : Base64Table[0]; in GetNextBase64Char()
54 static bool GetNextBase64Char(char ch, char* next_ch);