Home
last modified time | relevance | path

Searched refs:cJSON_CreateStringArray (Results 1 – 7 of 7) sorted by relevance

/third_party/vulkan-loader/loader/
DcJSON.h112 cJSON *cJSON_CreateStringArray(const VkAllocationCallbacks *pAllocator, const char **strings, int c…
DcJSON.c1127 cJSON *cJSON_CreateStringArray(const VkAllocationCallbacks *pAllocator, const char **strings, int c… in cJSON_CreateStringArray() function
/third_party/cJSON/
Dtest.c185 root = cJSON_CreateStringArray(strings, 7); in create_objects()
DcJSON.h219 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
DcJSON.c2675 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count) in cJSON_CreateStringArray() function
/third_party/cJSON/tests/
Dcjson_add.c159 TEST_ASSERT_NULL(cJSON_CreateStringArray(strings, 3)); in cjson_create_string_array_should_fail_on_allocation_failure()
Dmisc_tests.c401 TEST_ASSERT_NULL(cJSON_CreateStringArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()