Home
last modified time | relevance | path

Searched refs:b64_1 (Results 1 – 1 of 1) sorted by relevance

/external/xmlrpcpp/src/
Dbase64.h130 int b64_1() const {return ((_data[0] & _0000_0011) << 4) + ((_data[1] & _1111_0000)>>4);} in b64_1() function
136 void b64_1(int _ch) { in b64_1() function
172 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; in put()
184 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; in put()
194 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_1()]); ++_To; in put()
263 _3to4.b64_1(_Char); in get()