Home
last modified time | relevance | path

Searched refs:cJSON_Parse (Results 1 – 3 of 3) sorted by relevance

/petsc/src/mat/tests/
H A Dbench_spmv.c48 matrix_json = cJSON_Parse(content); in ParseJSON()
83 matrix_json = cJSON_Parse(content); in UpdateJSON()
H A DcJSON.h144 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value);
H A DcJSON.c939 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value) in cJSON_Parse() function