Home
last modified time | relevance | path

Searched refs:cJSON_DeleteItemFromArray (Results 1 - 3 of 3) sorted by relevance

/third_party/cJSON/
H A DcJSON.h257 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which);
H A DcJSON.c2495 CJSON_PUBLIC(void) cJSON_DeleteItemFromArray(cJSON *array, int which) in cJSON_DeleteItemFromArray() function
/third_party/cJSON/tests/
H A Dmisc_tests.c428 cJSON_DeleteItemFromArray(NULL, 0); in cjson_functions_should_not_crash_with_null_pointers()
643 cJSON_DeleteItemFromArray(array, 0); in cjson_delete_item_from_array_should_not_broken_list_structure()

Completed in 7 milliseconds