Searched refs:cJSON_AddItemReferenceToObject (Results 1 – 3 of 3) sorted by relevance
/third_party/cJSON/tests/ |
D | misc_tests.c | 400 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/ |
D | cJSON.h | 230 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i…
|
D | cJSON.c | 2065 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToObject(cJSON *object, const char *string, cJSON *i… in cJSON_AddItemReferenceToObject() function
|