Lines Matching refs:xmlFreeNode
538 xmlFreeNode(val); in des_xmlNodePtr()
553 xmlFreeNode((xmlNodePtr) val); in des_xmlDtdPtr()
800 xmlFreeNode(val); in desret_xmlNodePtr()
806 xmlFreeNode((xmlNodePtr) val); in desret_xmlAttrPtr()
812 xmlFreeNode((xmlNodePtr) val); in desret_xmlEntityPtr()
18267 if (ret_val == NULL) { xmlFreeNode(cur) ; cur = NULL ; } in test_xmlAddChild()
18347 if (ret_val == NULL) { xmlFreeNode(elem) ; elem = NULL ; } in test_xmlAddNextSibling()
18388 if (ret_val == NULL) { xmlFreeNode(elem) ; elem = NULL ; } in test_xmlAddPrevSibling()
18429 if (ret_val == NULL) { xmlFreeNode(elem) ; elem = NULL ; } in test_xmlAddSibling()
19758 … if ((node != NULL) && (node->parent == NULL)) {xmlUnlinkNode(node);xmlFreeNode(node);node = NULL;} in test_xmlDOMWrapAdoptNode()
20419 if (doc == NULL) { xmlFreeNode(root) ; root = NULL ; } in test_xmlDocSetRootElement()
23146 xmlFreeNode(cur) ; cur = NULL ; } in test_xmlReplaceNode()
23149 xmlFreeNode(old) ; old = NULL ; } in test_xmlReplaceNode()
24034 xmlFreeNode(second) ; second = NULL ; } in test_xmlTextMerge()