Searched refs:ogroup (Results 1 – 1 of 1) sorted by relevance
1571 unsigned char ogroup[4]; in xmlOutputBufferWriteBase64() local1582 ogroup[0] = dtable[igroup[0] >> 2]; in xmlOutputBufferWriteBase64()1583 ogroup[1] = dtable[((igroup[0] & 3) << 4) | (igroup[1] >> 4)]; in xmlOutputBufferWriteBase64()1584 ogroup[2] = in xmlOutputBufferWriteBase64()1586 ogroup[3] = dtable[igroup[2] & 0x3F]; in xmlOutputBufferWriteBase64()1589 ogroup[3] = '='; in xmlOutputBufferWriteBase64()1591 ogroup[2] = '='; in xmlOutputBufferWriteBase64()1602 count = xmlOutputBufferWrite(out, 4, (const char *) ogroup); in xmlOutputBufferWriteBase64()