Searched refs:dstMaxSize (Results 1 – 1 of 1) sorted by relevance
1654 static int32_t IntToNetTypeCmd(int32_t value, char *dst, int32_t dstMaxSize) in IntToNetTypeCmd() argument1662 if ((value > MAX_PREFERRED_NET_ENUM) || (value < 0) || (dstMaxSize < MIN_CHAR_ARRAY_SIZE)) { in IntToNetTypeCmd()