Searched refs:cJSON_CreateStringArray (Results 1 – 4 of 4) sorted by relevance
185 root = cJSON_CreateStringArray(strings, 7); in create_objects()
219 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count);
2644 CJSON_PUBLIC(cJSON *) cJSON_CreateStringArray(const char *const *strings, int count) in cJSON_CreateStringArray() function
389 TEST_ASSERT_NULL(cJSON_CreateStringArray(NULL, 10)); in cjson_functions_should_not_crash_with_null_pointers()