Home
last modified time | relevance | path

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

/third_party/cJSON/tests/
Dmisc_tests.c400 cJSON_AddItemReferenceToObject(item, "item", NULL); in cjson_functions_should_not_crash_with_null_pointers()
401 cJSON_AddItemReferenceToObject(item, NULL, item); in cjson_functions_should_not_crash_with_null_pointers()
402 cJSON_AddItemReferenceToObject(NULL, "item", item); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h230 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i…
DcJSON.c2065 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject() function