Home
last modified time | relevance | path

Searched refs:xmlnode_get_type (Results 1 – 10 of 10) sorted by relevance

/dports/polish/libtlen/libtlen-20041113/lib/
H A Dxmlnode.c180 if (!node || xmlnode_get_type (node) != NTYPE_TAG) in _xmlnode2spool()
191 if (xmlnode_get_type (node) == NTYPE_TAG) in _xmlnode2spool()
376 if (xmlnode_get_type (step) != NTYPE_TAG) in xmlnode_get_tag()
409 if (xmlnode_get_type (step) != NTYPE_TAG) in xmlnode_get_tag()
439 if (xmlnode_get_type (step) != NTYPE_TAG) in xmlnode_get_tag()
617 if (xmlnode_get_type (node) == NTYPE_CDATA) in xmlnode_get_data()
633 if (xmlnode_get_type (node) != NTYPE_CDATA) in xmlnode_get_datasz()
643 xmlnode_get_type (xmlnode node) in xmlnode_get_type() function
768 if (xmlnode_get_type (a) != xmlnode_get_type (b)) in xmlnode_cmp()
771 switch (xmlnode_get_type (a)) in xmlnode_cmp()
[all …]
H A Dlibtlen.h612 int xmlnode_get_type (xmlnode node);
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/src/
H A Dxmlnode.c157 if(!node || xmlnode_get_type(node)!=NTYPE_TAG) in _xmlnode2spool()
167 if(xmlnode_get_type(node) == NTYPE_TAG) in _xmlnode2spool()
352 if(xmlnode_get_type(step) != NTYPE_TAG) in xmlnode_get_tag()
378 if(xmlnode_get_type(step) != NTYPE_TAG) continue; in xmlnode_get_tag()
535 if(xmlnode_get_type(node) == NTYPE_TAG) /* loop till we find a CDATA */ in xmlnode_get_data()
538 if(xmlnode_get_type(cur) == NTYPE_CDATA) in xmlnode_get_data()
553 int xmlnode_get_type(xmlnode node) in xmlnode_get_type() function
670 if(xmlnode_get_type(a) != xmlnode_get_type(b)) in xmlnode_cmp()
673 switch(xmlnode_get_type(a)) in xmlnode_cmp()
726 switch(xmlnode_get_type(node)) in xmlnode_insert_node()
/dports/net-im/centerim/centerim-4.22.10/libjabber/
H A Dxmlnode.c157 if(!node || xmlnode_get_type(node)!=NTYPE_TAG) in _xmlnode2spool()
167 if(xmlnode_get_type(node) == NTYPE_TAG) in _xmlnode2spool()
352 if(xmlnode_get_type(step) != NTYPE_TAG) in xmlnode_get_tag()
378 if(xmlnode_get_type(step) != NTYPE_TAG) continue; in xmlnode_get_tag()
535 if(xmlnode_get_type(node) == NTYPE_TAG) /* loop till we find a CDATA */ in xmlnode_get_data()
538 if(xmlnode_get_type(cur) == NTYPE_CDATA) in xmlnode_get_data()
553 int xmlnode_get_type(xmlnode node) in xmlnode_get_type() function
670 if(xmlnode_get_type(a) != xmlnode_get_type(b)) in xmlnode_cmp()
673 switch(xmlnode_get_type(a)) in xmlnode_cmp()
726 switch(xmlnode_get_type(node)) in xmlnode_insert_node()
H A Djid.c277 if(xmlnode_get_type(cur) != NTYPE_TAG) continue; in jid_nodescan()
H A Dlibxode.h335 int xmlnode_get_type(xmlnode node);
/dports/net-im/jggtrans/jggtrans-2.2.6/src/
H A Dconf.c49 t=xmlnode_get_type(child); in config_load_formatted_string()
H A Diq.c287 if (xmlnode_get_type(query)==NTYPE_TAG) break; in jabber_iq_getset()
H A Dsessions.c178 if(xmlnode_get_type(tag) != NTYPE_TAG) continue; in sessions_init()
/dports/net-im/jggtrans/jggtrans-2.2.6/libxode/include/
H A Dlibxode.h332 int xmlnode_get_type(xmlnode node);