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()
2178 cJSON *array = cJSON_CreateArray(); in cJSON_AddArrayToObject()2523 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray() function2558 a = cJSON_CreateArray(); in cJSON_CreateIntArray()2598 a = cJSON_CreateArray(); in cJSON_CreateFloatArray()2638 a = cJSON_CreateArray(); in cJSON_CreateDoubleArray()2678 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()
226 You can create an empty array with `cJSON_CreateArray`. `cJSON_CreateArrayReference` can be used to…366 resolutions = cJSON_CreateArray();
298 array = cJSON_CreateArray(); in cjson_replace_item_via_pointer_should_replace_items()356 cJSON *array = cJSON_CreateArray(); in cjson_functions_should_not_crash_with_null_pointers()555 cJSON *number_array = cJSON_CreateArray(); in cjson_create_array_reference_should_create_an_array_reference()573 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);