HomeSort by relevance Sort by last modified time
    Searched full:b64_2 (Results 1 - 1 of 1) sorted by null

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

Completed in 120 milliseconds