Home
last modified time | relevance | path

Searched refs:json_tokener_errors (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/msm8998/json-c/
Djson_tokener.c70 static const char* json_tokener_errors[] = { variable
91 …if (jerr_int < 0 || jerr_int >= (int)(sizeof(json_tokener_errors) / sizeof(json_tokener_errors[0])… in json_tokener_error_desc()
93 return json_tokener_errors[jerr]; in json_tokener_error_desc()
880 json_tokener_errors[tok->err], tok->char_offset); in json_tokener_parse_ex()
DChangeLog16 * Make the json_tokener_errors array local. It has been deprecated for