Home
last modified time | relevance | path

Searched refs:xmlFreePropList (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
Dtree.h737 xmlFreePropList (xmlAttrPtr cur);
/external/libxml2/
Delfgcchack.h3661 #undef xmlFreePropList
3662 extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_ali…
3664 #ifndef xmlFreePropList
3665 extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")…
3666 #define xmlFreePropList xmlFreePropList__internal_alias macro
Dtree.c1997 xmlFreePropList(xmlAttrPtr cur) { in xmlFreePropList() function
3391 xmlFreePropList(cur->properties); in xmlFreeNodeList()
3460 xmlFreePropList(cur->properties); in xmlFreeNode()