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

/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c1991 * xmlFreePropList:
1997 xmlFreePropList(xmlAttrPtr cur) { function
3391 xmlFreePropList(cur->properties);
3460 xmlFreePropList(cur->properties);
H A Delfgcchack.h3661 #undef xmlFreePropList macro
3662 extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
3664 #ifndef xmlFreePropList
3665 extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
3666 #define xmlFreePropList xmlFreePropList__internal_alias macro

Completed in 95 milliseconds