Searched refs:cJSON_CreateArray (Results 1 – 9 of 9) sorted by relevance
194 root = cJSON_CreateArray(); in create_objects()227 root = cJSON_CreateArray(); in create_objects()
2182 cJSON *array = cJSON_CreateArray(); in cJSON_AddArrayToObject()2532 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray() function2567 a = cJSON_CreateArray(); in cJSON_CreateIntArray()2607 a = cJSON_CreateArray(); in cJSON_CreateFloatArray()2647 a = cJSON_CreateArray(); in cJSON_CreateDoubleArray()2687 a = cJSON_CreateArray(); in cJSON_CreateStringArray()
203 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void);
1290 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatches()1305 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatchesCaseSensitive()
245 You can create an empty array with `cJSON_CreateArray`. `cJSON_CreateArrayReference` can be used to…385 resolutions = cJSON_CreateArray();
298 array = cJSON_CreateArray(); in cjson_replace_item_via_pointer_should_replace_items()355 cJSON *array = cJSON_CreateArray(); in cjson_functions_should_not_crash_with_null_pointers()557 cJSON *number_array = cJSON_CreateArray(); in cjson_create_array_reference_should_create_an_array_reference()575 cJSON *array = cJSON_CreateArray(); in cjson_add_item_to_object_or_array_should_not_add_itself()
75 resolutions = cJSON_CreateArray(); in create_monitor()
1076 cJSON *cJSON_CreateArray(const VkAllocationCallbacks *pAllocator) { in cJSON_CreateArray() function1090 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateIntArray()1103 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateFloatArray()1116 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateDoubleArray()1129 cJSON *n = 0, *p = 0, *a = cJSON_CreateArray(pAllocator); in cJSON_CreateStringArray()
105 cJSON *cJSON_CreateArray(const VkAllocationCallbacks *pAllocator);