Home
last modified time | relevance | path

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

/third_party/cJSON/
Dtest.c185 root = cJSON_CreateStringArray(strings, 7); in create_objects()
DcJSON.h225 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
DcJSON.c2713 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.c418 TEST_ASSERT_NULL(cJSON_CreateStringArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()