Searched refs:outStrLen (Results 1 – 1 of 1) sorted by relevance
311 uint32_t outStrLen = strlen(outStr); in CharToAscii() local312 if (outStrLen >= outputLen) { in CharToAscii()317 if (memcpy_s(outputStr, outputLen, outStr, outStrLen) != 0) { in CharToAscii()