Searched refs:xmlnode_get_type (Results 1 – 10 of 10) sorted by relevance
180 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() function768 if (xmlnode_get_type (a) != xmlnode_get_type (b)) in xmlnode_cmp()771 switch (xmlnode_get_type (a)) in xmlnode_cmp()[all …]
612 int xmlnode_get_type (xmlnode node);
157 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() function670 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()
277 if(xmlnode_get_type(cur) != NTYPE_TAG) continue; in jid_nodescan()
335 int xmlnode_get_type(xmlnode node);
49 t=xmlnode_get_type(child); in config_load_formatted_string()
287 if (xmlnode_get_type(query)==NTYPE_TAG) break; in jabber_iq_getset()
178 if(xmlnode_get_type(tag) != NTYPE_TAG) continue; in sessions_init()
332 int xmlnode_get_type(xmlnode node);