Searched refs:kPad64 (Results 1 – 12 of 12) sorted by relevance
214 static const char kPad64 = '='; in Base64UnescapeInternal() local326 if (decode < 0 && ch != '\0' && ch != kPad64 && !ascii_isspace((char)ch)) in Base64UnescapeInternal()329 if (ch == kPad64) { in Base64UnescapeInternal()349 } else if (ch == kPad64) { in Base64UnescapeInternal()428 if (*src == kPad64) in Base64UnescapeInternal()537 static const char kPad64 = '='; in Base64EscapeInternal() local572 cur_dest[0] = kPad64; in Base64EscapeInternal()573 cur_dest[1] = kPad64; in Base64EscapeInternal()587 cur_dest[0] = kPad64; in Base64EscapeInternal()
76 static const char kPad64 = '='; in Base64EscapeInternal() local125 cur_dest[0] = kPad64; in Base64EscapeInternal()126 cur_dest[1] = kPad64; in Base64EscapeInternal()146 cur_dest[0] = kPad64; in Base64EscapeInternal()
91 static const char kPad64 = '='; in Base64EscapeInternal() local150 cur_dest[0] = kPad64; in Base64EscapeInternal()151 cur_dest[1] = kPad64; in Base64EscapeInternal()171 cur_dest[0] = kPad64; in Base64EscapeInternal()
420 static const char kPad64 = '='; in Base64EscapeInternal() local455 cur_dest[0] = kPad64; in Base64EscapeInternal()456 cur_dest[1] = kPad64; in Base64EscapeInternal()470 cur_dest[0] = kPad64; in Base64EscapeInternal()
2092 static const char kPad64 = '='; in Base64EscapeInternal() local2140 cur_dest[0] = kPad64; in Base64EscapeInternal()2141 cur_dest[1] = kPad64; in Base64EscapeInternal()2159 cur_dest[0] = kPad64; in Base64EscapeInternal()