Home
last modified time | relevance | path

Searched refs:cJSON_ParseWithOpts (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/tests/ !
H A DcJSON.h148 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b…
H A DcJSON.c865 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_b… in cJSON_ParseWithOpts() function
941 return cJSON_ParseWithOpts(value, 0, 0); in cJSON_Parse()