Searched refs:cJSON_ReplaceItemInObjectCaseSensitive (Results 1 – 4 of 4) sorted by relevance
/third_party/cJSON/tests/ |
D | misc_tests.c | 439 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/ |
D | cJSON.h | 246 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object,const char *string,cJ…
|
D | README.md | 272 …also replace an item in an object in place. Either with `cJSON_ReplaceItemInObjectCaseSensitive` u…
|
D | cJSON.c | 2389 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInObjectCaseSensitive(cJSON *object, const char *string, … in cJSON_ReplaceItemInObjectCaseSensitive() function
|