Searched refs:outcur (Results 1 – 1 of 1) sorted by relevance
5774 unsigned long outcur; /* current index in out[] */ in xmlBase64Decode() local5799 outcur = 0; in xmlBase64Decode()5855 if (outcur + 3 >= outmax) { in xmlBase64Decode()5861 to[outcur++] = outtmp[i]; in xmlBase64Decode()5872 *tolen = outcur; in xmlBase64Decode()