Searched refs:ogroup (Results 1 – 1 of 1) sorted by relevance
1565 unsigned char ogroup[4]; in xmlOutputBufferWriteBase64() local1576 ogroup[0] = dtable[igroup[0] >> 2]; in xmlOutputBufferWriteBase64()1577 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)]; in xmlOutputBufferWriteBase64()1578 ogroup[2] = in xmlOutputBufferWriteBase64()1580 ogroup[3] = dtable[igroup[2] & 0x3F]; in xmlOutputBufferWriteBase64()1583 ogroup[3] = '='; in xmlOutputBufferWriteBase64()1585 ogroup[2] = '='; in xmlOutputBufferWriteBase64()1596 count = xmlOutputBufferWrite(out, 4, (const char *) ogroup); in xmlOutputBufferWriteBase64()