Home
last modified time | relevance | path

Searched refs:COMPS_OBJECT_COPY (Results 1 – 6 of 6) sorted by relevance

/dports/misc/libcomps/libcomps-0.1.17/libcomps/src/
H A Dcomps_doccategory.c35 COMPS_OBJECT_COPY(category_src->properties); in COMPS_CREATE_u()
37 COMPS_OBJECT_COPY(category_src->name_by_lang); in COMPS_CREATE_u()
39 COMPS_OBJECT_COPY(category_src->desc_by_lang); in COMPS_CREATE_u()
41 COMPS_OBJECT_COPY(category_src->group_ids); in COMPS_CREATE_u()
347 ret->properties = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->properties); in comps_doccategory_arch_filter()
349 ret->name_by_lang = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->name_by_lang); in comps_doccategory_arch_filter()
351 ret->desc_by_lang = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->desc_by_lang); in comps_doccategory_arch_filter()
H A Dcomps_objmradix.c133 COMPS_OBJECT_COPY(((COMPS_ObjMRTreeData*)it->data)->data); in comps_objmrtree_copy()
155 COMPS_OBJECT_COPY(((COMPS_ObjMRTreeData*)it->data)->data); in comps_objmrtree_copy()
187 COMPS_OBJECT_COPY(((COMPS_ObjMRTreeData*)it->data)->data); in COMPS_COPY_u()
241 COMPS_OBJECT_COPY(((COMPS_ObjMRTreeData*)it->data)->data); in comps_objmrtree_clone()
263 COMPS_OBJECT_COPY(((COMPS_ObjMRTreeData*)it->data)->data); in comps_objmrtree_clone()
H A Dcomps_obj.h69 #define COMPS_OBJECT_COPY(obj)\ macro
H A Dcomps_docgroup.c429 ret->properties = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->properties); in comps_docgroup_arch_filter()
431 ret->name_by_lang = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->name_by_lang); in comps_docgroup_arch_filter()
433 ret->desc_by_lang = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->desc_by_lang); in comps_docgroup_arch_filter()
H A Dcomps_doc.c49 doc_dst->encoding = (COMPS_Str*) COMPS_OBJECT_COPY(doc_src->encoding); in COMPS_CREATE_u()
50 doc_dst->doctype_name = (COMPS_Str*) COMPS_OBJECT_COPY(doc_src->doctype_name); in COMPS_CREATE_u()
51 doc_dst->doctype_sysid = (COMPS_Str*) COMPS_OBJECT_COPY(doc_src->doctype_sysid); in COMPS_CREATE_u()
52 doc_dst->doctype_pubid = (COMPS_Str*) COMPS_OBJECT_COPY(doc_src->doctype_pubid); in COMPS_CREATE_u()
53 doc_dst->objects = (COMPS_ObjDict*) COMPS_OBJECT_COPY(doc_src->objects); in COMPS_CREATE_u()
H A Dcomps_docenv.c448 ret->properties = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->properties); in comps_docenv_arch_filter()
450 ret->name_by_lang = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->name_by_lang); in comps_docenv_arch_filter()
452 ret->desc_by_lang = (COMPS_ObjDict*)COMPS_OBJECT_COPY(source->desc_by_lang); in comps_docenv_arch_filter()