Searched refs:cJSON_CreateStringArray (Results 1 – 7 of 7) sorted by relevance
112 cJSON *cJSON_CreateStringArray(const VkAllocationCallbacks *pAllocator, const char **strings, int c…
1127 cJSON *cJSON_CreateStringArray(const VkAllocationCallbacks *pAllocator, const char **strings, int c… in cJSON_CreateStringArray() function
185 root = cJSON_CreateStringArray(strings, 7); in create_objects()
219 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
2675 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count) in cJSON_CreateStringArray() function
159 TEST_ASSERT_NULL(cJSON_CreateStringArray(strings, 3)); in cjson_create_string_array_should_fail_on_allocation_failure()
401 TEST_ASSERT_NULL(cJSON_CreateStringArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()