Searched refs:json_parse_string (Results 1 – 4 of 4) sorted by relevance
72 static int json_parse_string(struct json_value *value) in json_parse_string() function164 ret = json_parse_string(value); in json_parse_value()276 ret = json_parse_string(&key); in json_parse_property()
64 static char * json_parse_string(const char **json_pos, const char *end) in json_parse_string() function298 str = json_parse_string(&pos, end); in json_parse()
101 JSON_Value * json_parse_string(const char *string);
1367 output_value = json_parse_string(file_contents); in json_parse_file()1383 JSON_Value * json_parse_string(const char *string) { in json_parse_string() function