Searched refs:create_reference (Results 1 – 1 of 1) sorted by relevance
1932 static cJSON *create_reference(const cJSON *item, const internal_hooks * const hooks) in create_reference() function2072 return add_item_to_array(array, create_reference(item, &global_hooks)); in cJSON_AddItemReferenceToArray()2082 …return add_item_to_object(object, string, create_reference(item, &global_hooks), &global_hooks, fa… in cJSON_AddItemReferenceToObject()