Searched refs:parse_object (Results 1 – 1 of 1) sorted by relevance
1039 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer);1365 return parse_object(item, input_buffer); in parse_value()1602 static cJSON_bool parse_object(cJSON * const item, parse_buffer * const input_buffer) in parse_object() function