Searched refs:tempDstLen (Results 1 – 1 of 1) sorted by relevance
275 int32 tempDstLen; in mail_convert_from_utf8() local363 tempDstLen = originalDstLen - *dstLen; in mail_convert_from_utf8()364 if (tempDstLen < 3) // Not enough space remaining in the output. in mail_convert_from_utf8()368 dst + *dstLen, &tempDstLen, state, substitute); in mail_convert_from_utf8()371 *dstLen += tempDstLen - 1 /* don't include the ASCII letter */; in mail_convert_from_utf8()