Searched refs:cJSON_DeleteItemFromArray (Results 1 – 6 of 6) sorted by relevance
128 void cJSON_DeleteItemFromArray(cJSON *array, int which);
988 void cJSON_DeleteItemFromArray(cJSON *array, int which) { cJSON_Delete(cJSON_DetachItemFromArray(ar… in cJSON_DeleteItemFromArray() function
419 cJSON_DeleteItemFromArray(NULL, 0); in cjson_functions_should_not_crash_with_null_pointers()631 cJSON_DeleteItemFromArray(array, 0); in cjson_delete_item_from_array_should_not_broken_list_structure()
235 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which);
234 Deleting items is done with `cJSON_DeleteItemFromArray`. It works like `cJSON_DetachItemFromArray`,…
2234 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) in cJSON_DeleteItemFromArray() function