Home
last modified time | relevance | path

Searched refs:xmlFreeNode (Results 1 – 23 of 23) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c169 xmlFreeNode((xmlNodePtr) node); in xml_node_free()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c169 xmlFreeNode((xmlNodePtr) node); in xml_node_free()
/third_party/libxml2/
Dtree.c1129 xmlFreeNode(c); in xmlFreeDtd()
3068 xmlFreeNode(elem); in xmlAddNextSibling()
3079 xmlFreeNode(elem); in xmlAddNextSibling()
3151 xmlFreeNode(elem); in xmlAddPrevSibling()
3157 xmlFreeNode(elem); in xmlAddPrevSibling()
3238 xmlFreeNode(elem); in xmlAddSibling()
3314 xmlFreeNode(cur); in xmlAddChildList()
3319 xmlFreeNode(prev); in xmlAddChildList()
3390 xmlFreeNode(cur); in xmlAddChild()
3397 xmlFreeNode(cur); in xmlAddChild()
[all …]
DSAX2.c1641 xmlFreeNode(ret); in xmlSAX2StartElement()
2319 xmlFreeNode(ret); in xmlSAX2StartElementNs()
2492 xmlFreeNode(ret); in xmlSAX2Reference()
Dxmlreader.c1785 xmlFreeNode(node); in xmlTextReaderReadInnerXml()
1791 xmlFreeNode(node); in xmlTextReaderReadInnerXml()
1834 xmlFreeNode(node); in xmlTextReaderReadOuterXml()
1842 xmlFreeNode(node); in xmlTextReaderReadOuterXml()
2323 xmlFreeNode(reader->faketext); in xmlFreeTextReader()
DHTMLtree.c287 xmlFreeNode(meta); in htmlSetMetaEncoding()
Dxinclude.c2241 xmlFreeNode(cur); in xmlXIncludeIncludeNode()
2256 xmlFreeNode(child); in xmlXIncludeIncludeNode()
Dlibxml2.syms950 xmlFreeNode;
Dxmlsave.c1377 xmlFreeNode(cur->children); in xhtmlAttrListDumpOutput()
Drelaxng.c1541 xmlFreeNode(tmp); in xmlRelaxNGRemoveRedefine()
1549 xmlFreeNode(tmp); in xmlRelaxNGRemoveRedefine()
7046 xmlFreeNode(delete); in xmlRelaxNGCleanupTree()
7464 xmlFreeNode(delete); in xmlRelaxNGCleanupTree()
Delfgcchack.h3673 #undef xmlFreeNode
3674 extern __typeof (xmlFreeNode) xmlFreeNode __attribute((alias("xmlFreeNode__internal_alias")));
3676 #ifndef xmlFreeNode
3677 extern __typeof (xmlFreeNode) xmlFreeNode__internal_alias __attribute((visibility("hidden")));
3678 #define xmlFreeNode xmlFreeNode__internal_alias macro
Dtestapi.c538 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()
[all …]
DNEWS22 Properly handle nested documents in xmlFreeNode
1349 Clarify the need to use xmlFreeNode after xmlUnlinkNode (Daniel Veillard),
2806 xmlFreeNode(), xmlSAXParseMemory (Peter Jones), xmlGetNodePath (Petr
3115 - fixed xmlFreeNode problem when libxml is included statically twice
Dvalid.c7153 xmlFreeNode(test_node); in xmlValidGetValidElements()
Dparser.c13451 xmlFreeNode(ctxt->myDoc->children); in xmlParseBalancedChunkMemoryInternal()
13691 xmlFreeNode(fake); in xmlParseInNodeContext()
Dxmlschemas.c9641 xmlFreeNode(delete); in xmlSchemaCleanupDoc()
9689 xmlFreeNode(delete); in xmlSchemaCleanupDoc()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/WindowsManifest/
DWindowsManifestMerger.cpp552 xmlFreeNode(Remove); in stripComments()
/third_party/libxml2/include/libxml/
Dtree.h976 xmlFreeNode (xmlNodePtr cur);
/third_party/gstreamer/gstplugins_bad/ext/dash/
Dgstxmlhelper.c1015 xmlFreeNode (ncopy); in gst_xml_helper_get_node_as_string()
/third_party/libxml2/os400/libxmlrpg/
Dtree.rpgle1185 d xmlFreeNode pr extproc('xmlFreeNode')
/third_party/libxml2/win32/
Dlibxml2.def.src886 xmlFreeNode
/third_party/ffmpeg/libavformat/
Ddashdec.c1366 xmlFreeNode(mpd_baseurl_node); in parse_manifest()
/third_party/chromium/patch/
D0001-cve.patch87164 - * tree.c: make xmlFreeNode() handle attributes correctly.
90952 - * tree.c: xmlFreeNodeList patch similar to xmlFreeNode one
90957 - * tree.c: patched xmlFreeNode() to avoid freeing() a static
92175 - for text and comment nodes, avoid freeing them in xmlFreeNode,
93765 - * tree.c : removed memory leaks dues to calling xmlFreeNode()
95685 + Properly handle nested documents in xmlFreeNode
104658 -#undef xmlFreeNode
104659 -extern __typeof (xmlFreeNode) xmlFreeNode __attribute((alias("xmlFreeNode__internal_alias")));
104661 -#ifndef xmlFreeNode
104662 -extern __typeof (xmlFreeNode) xmlFreeNode__internal_alias __attribute((visibility("hidden")));
[all …]