Searched refs:outcur (Results 1 – 1 of 1) sorted by relevance
5778 unsigned long outcur; /* current index in out[] */ in xmlBase64Decode() local5803 outcur = 0; in xmlBase64Decode()5859 if (outcur + 3 >= outmax) { in xmlBase64Decode()5865 to[outcur++] = outtmp[i]; in xmlBase64Decode()5876 *tolen = outcur; in xmlBase64Decode()