Searched refs:next_ch (Results 1 – 4 of 4) 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);
178 char next_ch = username[username.size() - 1]; in P2pCandidateXml() local180 talk_base::Base64::GetNextBase64Char(next_ch, &next_ch); in P2pCandidateXml()181 username[username.size() - 1] = next_ch; in P2pCandidateXml()
441 int ch, last_ch, quote_ch, next_ch; in __read_token() local470 next_ch = __peek_char(); in __read_token()471 if (next_ch == '>') { in __read_token()