Searched refs:toLongContent (Results 1 – 1 of 1) sorted by relevance
230 char toLongContent[MAX_CMD_CONTENT_LEN + 10]; variable231 int ret = memset_s(toLongContent, MAX_CMD_CONTENT_LEN + 10, 'x', MAX_CMD_CONTENT_LEN + 9);234 toLongContent[MAX_CMD_CONTENT_LEN + 9] = '\0';244 toLongContent, strlen(toLongContent));