Searched refs:IM_ERR_MSG_LEN (Results 1 – 3 of 3) sorted by relevance
42 __thread char g_rga_err_str[IM_ERR_MSG_LEN] = "The current error message is empty!";52 ret = vsnprintf(g_rga_err_str, IM_ERR_MSG_LEN, format, ap); in rga_error_msg_set()
21 #define IM_ERR_MSG_LEN 512 macro
46 extern __thread char g_rga_err_str[IM_ERR_MSG_LEN];60 static __thread char error_str[IM_ERR_MSG_LEN] = "The current error message is empty!"; in imStrError_t()98 snprintf(error_str, IM_ERR_MSG_LEN, "%s: %s", ptr, g_rga_err_str); in imStrError_t()