Home
last modified time | relevance | path

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

/external/xmlrpcpp/src/
Dbase64.h131 int b64_2() const {return ((_data[1] & _0000_1111) << 2) + ((_data[2] & _1100_0000)>>6);} in b64_2() function
140 void b64_2(int _ch) { in b64_2() function
185 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_2()]); ++_To; in put()
195 *_To = _Tr::to_char_type(_base64Chars[_3to4.b64_2()]); ++_To; in put()
280 _3to4.b64_2(0); in get()
304 _3to4.b64_2(_Char); in get()