Searched refs:JSON_ERROR_MSG_MAX_LEN (Results 1 – 4 of 4) sorted by relevance
11 #define JSON_ERROR_MSG_MAX_LEN 512 macro
166 char *error_message = malloc(JSON_ERROR_MSG_MAX_LEN); in json_to_cper()
41 char error_message[JSON_ERROR_MSG_MAX_LEN] = { 0 }; in cper_log_section_ir_test()
444 vsnprintf(error_message, JSON_ERROR_MSG_MAX_LEN, format, args); in log_validator_error()