Searched refs:cJSON_CreateIntArray (Results 1 – 5 of 5) sorted by relevance
197 cJSON_AddItemToArray(root, cJSON_CreateIntArray(numbers[i], 3)); in create_objects()218 cJSON_AddItemToObject(img, "IDs", cJSON_CreateIntArray(ids, 4)); in create_objects()
216 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count);
2534 CJSON_PUBLIC(cJSON *) cJSON_CreateIntArray(const int *numbers, int count) in cJSON_CreateIntArray() function
103 nums = cJSON_CreateIntArray(numbers, 10); in misc_tests()
386 TEST_ASSERT_NULL(cJSON_CreateIntArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()