Home
last modified time | relevance | path

Searched refs:cJSON_AddItemReferenceToArray (Results 1 – 4 of 4) sorted by relevance

/third_party/cJSON/tests/
Dmisc_tests.c420 cJSON_AddItemReferenceToArray(NULL, item); in cjson_functions_should_not_crash_with_null_pointers()
421 cJSON_AddItemReferenceToArray(item, NULL); in cjson_functions_should_not_crash_with_null_pointers()
/third_party/cJSON/
DcJSON.h251 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item);
DREADME.md249 Using `cJSON_AddItemReferenceToArray` an element can be added as a reference to another item, array…
267 Using `cJSON_AddItemReferenceToArray` an element can be added as a reference to another object, arr…
DcJSON.c2307 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) in cJSON_AddItemReferenceToArray() function