Searched refs:cJSON_ParseWithOpts (Results 1 – 2 of 2) sorted by relevance
157 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
1084 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() function1182 return cJSON_ParseWithOpts(value, 0, 0); in cJSON_Parse()