Home
last modified time | relevance | path

Searched refs:cJSON_AddItemToArray (Results 1 – 9 of 9) sorted by relevance

/third_party/cJSON/tests/
Dmisc_tests.c301 cJSON_AddItemToArray(array, beginning); in cjson_replace_item_via_pointer_should_replace_items()
302 cJSON_AddItemToArray(array, middle); in cjson_replace_item_via_pointer_should_replace_items()
303 cJSON_AddItemToArray(array, end); in cjson_replace_item_via_pointer_should_replace_items()
403 cJSON_AddItemToArray(NULL, item); in cjson_functions_should_not_crash_with_null_pointers()
404 cJSON_AddItemToArray(item, NULL); in cjson_functions_should_not_crash_with_null_pointers()
560 cJSON_AddItemToArray(number_array, number); in cjson_create_array_reference_should_create_an_array_reference()
579 flag = cJSON_AddItemToArray(array, array); in cjson_add_item_to_object_or_array_should_not_add_itself()
620 cJSON_AddItemToArray(array, item1); in cjson_delete_item_from_array_should_not_broken_list_structure()
625 cJSON_AddItemToArray(array, item2); in cjson_delete_item_from_array_should_not_broken_list_structure()
Dreadme_examples.c89 cJSON_AddItemToArray(resolutions, resolution); in create_monitor()
155 cJSON_AddItemToArray(resolutions, resolution); in create_monitor_with_helpers()
/third_party/cJSON/
Dtest.c197 cJSON_AddItemToArray(root, cJSON_CreateIntArray(numbers[i], 3)); in create_objects()
230 cJSON_AddItemToArray(root, fld = cJSON_CreateObject()); in create_objects()
DcJSON_Utils.c708 cJSON_AddItemToArray(array, newitem); in insert_item_in_array()
985 cJSON_AddItemToArray(parent, value); in apply_patch()
1133 cJSON_AddItemToArray(patches, patch); in compose_patch()
DcJSON.h222 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item);
DREADME.md228 To add items to an array, use `cJSON_AddItemToArray` to append items to the end.
380 cJSON_AddItemToArray(resolutions, resolution);
451 cJSON_AddItemToArray(resolutions, resolution);
DcJSON.c1991 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemToArray(cJSON *array, cJSON *item) in cJSON_AddItemToArray() function
/third_party/vulkan-loader/loader/
DcJSON.c950 void cJSON_AddItemToArray(cJSON *array, cJSON *item) { in cJSON_AddItemToArray() function
964 cJSON_AddItemToArray(object, item); in cJSON_AddItemToObject()
971 cJSON_AddItemToArray(object, item); in cJSON_AddItemToObjectCS()
973 void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) { cJSON_AddItemToArray(array, create_… in cJSON_AddItemReferenceToArray()
1003 cJSON_AddItemToArray(array, newitem); in cJSON_InsertItemInArray()
DcJSON.h115 void cJSON_AddItemToArray(cJSON *array, cJSON *item);