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
411 cJSON_AddItemReferenceToArray(NULL, item); in cjson_functions_should_not_crash_with_null_pointers()412 cJSON_AddItemReferenceToArray(item, NULL); in cjson_functions_should_not_crash_with_null_pointers()
229 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item);
229 Using `cJSON_AddItemReferenceToArray` an element can be added as a reference to another item, array…247 Using `cJSON_AddItemReferenceToArray` an element can be added as a reference to another object, arr…
2060 CJSON_PUBLIC(cJSON_bool) cJSON_AddItemReferenceToArray(cJSON *array, cJSON *item) in cJSON_AddItemReferenceToArray() function