Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_tests.c420 TEST_ASSERT_FALSE(cJSON_ReplaceItemInArray(item, 0, NULL)); in cjson_functions_should_not_crash_with_null_pointers()
421 TEST_ASSERT_FALSE(cJSON_ReplaceItemInArray(NULL, 0, item)); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h244 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem);
DREADME.md236 You can also replace an item in an array in place. Either with `cJSON_ReplaceItemInArray` using an …
DcJSON.c2337 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray() function