Searched refs:cJSON_AddItemReferenceToArray (Results 1 – 6 of 6) sorted by relevance
123 void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item);
973 void cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) { cJSON_AddItemToArray(array, create_… in cJSON_AddItemReferenceToArray() function
229 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item);
248 Using `cJSON_AddItemReferenceToArray` an element can be added as a reference to another item, array…266 Using `cJSON_AddItemReferenceToArray` an element can be added as a reference to another object, arr…
2064 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) in cJSON_AddItemReferenceToArray() function
410 cJSON_AddItemReferenceToArray(NULL, item); in cjson_functions_should_not_crash_with_null_pointers()411 cJSON_AddItemReferenceToArray(item, NULL); in cjson_functions_should_not_crash_with_null_pointers()