Searched refs:cJSON_CreateRaw (Results 1 – 3 of 3) sorted by relevance
202 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw);
2158 cJSON *raw_item = cJSON_CreateRaw(raw); in cJSON_AddRawToObject()2515 CJSON_PUBLIC(cJSON *) cJSON_CreateRaw(const char *raw) in cJSON_CreateRaw() function
397 TEST_ASSERT_NULL(cJSON_CreateRaw(NULL)); in cjson_functions_should_not_crash_with_null_pointers()