Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dbench_spmv.c57 item = cJSON_GetObjectItemCaseSensitive(elem, "filename"); in ParseJSON()
60 problem = cJSON_GetObjectItemCaseSensitive(elem, "problem"); in ParseJSON()
61 item = cJSON_GetObjectItemCaseSensitive(problem, "group"); in ParseJSON()
64 item = cJSON_GetObjectItemCaseSensitive(problem, "name"); in ParseJSON()
H A DcJSON.h169 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON *const object, const char *const…
H A DcJSON.c1468 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON *const object, const char *const… in cJSON_GetObjectItemCaseSensitive() function
1728 cJSON *to_detach = cJSON_GetObjectItemCaseSensitive(object, string); in cJSON_DetachItemFromObjectCaseSensitive()