Home
last modified time | relevance | path

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

/hardware/qcom/msm8998/json-c/
Djson_tokener.h125 extern struct json_object* json_tokener_parse(const char *str);
Djson_util.c94 obj = json_tokener_parse(pb->buf); in json_object_from_file()
Djson_tokener.c159 struct json_object* json_tokener_parse(const char *str) in json_tokener_parse() function
DChangeLog119 * Add const qualifier to the json_tokener_parse functions