Searched refs:cJSON_CreateStringArray (Results 1 – 5 of 5) sorted by relevance
185 root = cJSON_CreateStringArray(strings, 7); in create_objects()
225 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
2713 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()
418 TEST_ASSERT_NULL(cJSON_CreateStringArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()