Searched defs:xmlFreePropList (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dtree.c2051 * xmlFreePropList:
2057 xmlFreePropList(xmlAttrPtr cur) { function
3687 xmlFreePropList(cur->properties);
3761 xmlFreePropList(cur->properties);
H A Delfgcchack.h3777 #undef xmlFreePropList macro
3778 extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
3780 #ifndef xmlFreePropList
3781 extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
3782 #define xmlFreePropList xmlFreePropList__internal_alias macro

Completed in 93 milliseconds