Searched refs:cJSON_CreateArray (Results 1 – 7 of 7) sorted by relevance
194 root = cJSON_CreateArray(); in create_objects()227 root = cJSON_CreateArray(); in create_objects()
2439 cJSON *array = cJSON_CreateArray(); in cJSON_AddArrayToObject()2833 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray() function2868 a = cJSON_CreateArray(); in cJSON_CreateIntArray()2908 a = cJSON_CreateArray(); in cJSON_CreateFloatArray()2948 a = cJSON_CreateArray(); in cJSON_CreateDoubleArray()2988 a = cJSON_CreateArray(); in cJSON_CreateStringArray()
225 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void);
1307 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatches()1322 patches = cJSON_CreateArray(); in cJSONUtils_GeneratePatchesCaseSensitive()
246 You can create an empty array with `cJSON_CreateArray`. `cJSON_CreateArrayReference` can be used to…386 resolutions = cJSON_CreateArray();
308 array = cJSON_CreateArray(); in cjson_replace_item_via_pointer_should_replace_items()365 cJSON *array = cJSON_CreateArray(); in cjson_functions_should_not_crash_with_null_pointers()567 cJSON *number_array = cJSON_CreateArray(); in cjson_create_array_reference_should_create_an_array_reference()585 cJSON *array = cJSON_CreateArray(); in cjson_add_item_to_object_or_array_should_not_add_itself()
75 resolutions = cJSON_CreateArray(); in create_monitor()