Home
last modified time | relevance | path

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

/dports/polish/libtlen/libtlen-20041113/lib/
H A Dxmlnode.c816 xmlnode_insert_node (child, xmlnode_get_firstattrib (node)); in xmlnode_insert_tag_node()
818 xmlnode_insert_node (child, xmlnode_get_firstchild (node)); in xmlnode_insert_tag_node()
825 xmlnode_insert_node (xmlnode parent, xmlnode node) in xmlnode_insert_node() function
862 xmlnode_insert_node (x2, xmlnode_get_firstattrib (x)); in xmlnode_dup()
864 xmlnode_insert_node (x2, xmlnode_get_firstchild (x)); in xmlnode_dup()
880 xmlnode_insert_node (x2, xmlnode_get_firstattrib (x)); in xmlnode_dup_pool()
882 xmlnode_insert_node (x2, xmlnode_get_firstchild (x)); in xmlnode_dup_pool()
H A Dlibtlen.h567 void xmlnode_insert_node (xmlnode parent, xmlnode node);
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dxmlnode.c711 xmlnode_insert_node(child, xmlnode_get_firstattrib(node)); in xmlnode_insert_tag_node()
713 xmlnode_insert_node(child, xmlnode_get_firstchild(node)); in xmlnode_insert_tag_node()
719 void xmlnode_insert_node(xmlnode parent, xmlnode node) in xmlnode_insert_node() function
753 xmlnode_insert_node(x2, xmlnode_get_firstattrib(x)); in xmlnode_dup()
755 xmlnode_insert_node(x2, xmlnode_get_firstchild(x)); in xmlnode_dup()
770 xmlnode_insert_node(x2, xmlnode_get_firstattrib(x)); in xmlnode_dup_pool()
772 xmlnode_insert_node(x2, xmlnode_get_firstchild(x)); in xmlnode_dup_pool()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dxmlnode.c711 xmlnode_insert_node(child, xmlnode_get_firstattrib(node)); in xmlnode_insert_tag_node()
713 xmlnode_insert_node(child, xmlnode_get_firstchild(node)); in xmlnode_insert_tag_node()
719 void xmlnode_insert_node(xmlnode parent, xmlnode node) in xmlnode_insert_node() function
753 xmlnode_insert_node(x2, xmlnode_get_firstattrib(x)); in xmlnode_dup()
755 xmlnode_insert_node(x2, xmlnode_get_firstchild(x)); in xmlnode_dup()
770 xmlnode_insert_node(x2, xmlnode_get_firstattrib(x)); in xmlnode_dup_pool()
772 xmlnode_insert_node(x2, xmlnode_get_firstchild(x)); in xmlnode_dup_pool()
H A Dlibxode.h293 void xmlnode_insert_node(xmlnode parent, xmlnode node);
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/include/
H A Dlibxode.h290 void xmlnode_insert_node(xmlnode parent, xmlnode node);