Searched refs:strLenMax (Results 1 – 1 of 1) sorted by relevance
338 static char *CloneNewStr(const char *srcStr, const uint32_t strLenMax) in CloneNewStr() argument343 if ((strLen == 0) || (strLen > strLenMax)) { in CloneNewStr()344 …("Invalid input string! len = 0x%" LOG_PUBLIC "X, maxLen = 0x%" LOG_PUBLIC "X", strLen, strLenMax); in CloneNewStr()