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