Home
last modified time | relevance | path

Searched refs:cJSON_ReplaceItemInObjectCaseSensitive (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/tests/
Dmisc_tests.c439 TEST_ASSERT_FALSE(cJSON_ReplaceItemInObjectCaseSensitive(NULL, "item", item)); in cjson_functions_should_not_crash_with_null_pointers()
440 TEST_ASSERT_FALSE(cJSON_ReplaceItemInObjectCaseSensitive(item, NULL, item)); in cjson_functions_should_not_crash_with_null_pointers()
441 TEST_ASSERT_FALSE(cJSON_ReplaceItemInObjectCaseSensitive(item, "item", NULL)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h246 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object,const char *string,cJ…
DREADME.md272 …also replace an item in an object in place. Either with `cJSON_ReplaceItemInObjectCaseSensitive` u…
DcJSON.c2389 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, … in cJSON_ReplaceItemInObjectCaseSensitive() function