Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
Dbase64.h129 int b64_0() const {return (_data[0] & _1111_1100) >> 2;} in b64_0() function
134 void b64_0(int _ch) {_data[0] = ((_ch & _0011_1111) << 2) | (_0000_0011 & _data[0]);} in b64_0() function
171 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; in put()
183 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; in put()
193 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_0()]); ++_To; in put()
243 _3to4.b64_0(_Char); in get()