Home
last modified time | relevance | path

Searched refs:cJSON_DeleteItemFromArray (Results 1 – 6 of 6) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.h128 void cJSON_DeleteItemFromArray(cJSON *array, int which);
DcJSON.c988 void cJSON_DeleteItemFromArray(cJSON *array, int which) { cJSON_Delete(cJSON_DetachItemFromArray(ar… in cJSON_DeleteItemFromArray() function
/third_party/cJSON/tests/
Dmisc_tests.c419 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()
/third_party/cJSON/
DcJSON.h235 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which);
DREADME.md234 Deleting items is done with `cJSON_DeleteItemFromArray`. It works like `cJSON_DetachItemFromArray`,…
DcJSON.c2234 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) in cJSON_DeleteItemFromArray() function