Home
last modified time | relevance | path

Searched refs:cJSON_CreateRaw (Results 1 – 3 of 3) sorted by relevance

/third_party/cJSON/
DcJSON.h202 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw);
DcJSON.c2158 cJSON *raw_item = cJSON_CreateRaw(raw); in cJSON_AddRawToObject()
2515 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) in cJSON_CreateRaw() function
/third_party/cJSON/tests/
Dmisc_tests.c397 TEST_ASSERT_NULL(cJSON_CreateRaw(NULL)); in cjson_functions_should_not_crash_with_null_pointers()