Searched refs:cJSON_ReplaceItemInArray (Results 1 – 4 of 4) sorted by relevance
420 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()
244 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem);
236 You can also replace an item in an array in place. Either with `cJSON_ReplaceItemInArray` using an …
2337 CJSON_PUBLIC(cJSON_bool) cJSON_ReplaceItemInArray(cJSON *array, int which, cJSON *newitem) in cJSON_ReplaceItemInArray() function