Searched refs:cJSON_AddItemReferenceToArray (Results 1 – 4 of 4) sorted by relevance
420 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()
251 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item);
249 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…
2307 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) in cJSON_AddItemReferenceToArray() function