Home
last modified time | relevance | path

Searched refs:JSON_ERROR_MSG_MAX_LEN (Results 1 – 4 of 4) sorted by relevance

/openbmc/libcper/
H A Djson-schema.h7 #define JSON_ERROR_MSG_MAX_LEN 512 macro
H A Djson-schema.c431 vsnprintf(error_message, JSON_ERROR_MSG_MAX_LEN, format, args); in log_validator_error()
/openbmc/libcper/cli-app/
H A Dcper-convert.c166 char *error_message = malloc(JSON_ERROR_MSG_MAX_LEN); in json_to_cper()
/openbmc/libcper/tests/
H A Dir-tests.cpp43 char error_message[JSON_ERROR_MSG_MAX_LEN] = { 0 }; in cper_log_section_ir_test()