Searched refs:cJSON_GetObjectItemCaseSensitive (Results 1 – 3 of 3) sorted by relevance
57 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()
169 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON *const object, const char *const…
1468 CJSON_PUBLIC(cJSON *) cJSON_GetObjectItemCaseSensitive(const cJSON *const object, const char *const… in cJSON_GetObjectItemCaseSensitive() function1728 cJSON *to_detach = cJSON_GetObjectItemCaseSensitive(object, string); in cJSON_DetachItemFromObjectCaseSensitive()