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

/external/chromium_org/third_party/libxml/src/
H A Dtree.c2005 * xmlFreePropList:
2011 xmlFreePropList(xmlAttrPtr cur) { function
3617 xmlFreePropList(cur->properties);
3691 xmlFreePropList(cur->properties);
H A Delfgcchack.h3685 #undef xmlFreePropList macro
3686 extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
3688 #ifndef xmlFreePropList
3689 extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
3690 #define xmlFreePropList xmlFreePropList__internal_alias macro
/external/libxml2/
H A Dtree.c2016 * xmlFreePropList:
2022 xmlFreePropList(xmlAttrPtr cur) { function
3628 xmlFreePropList(cur->properties);
3702 xmlFreePropList(cur->properties);
H A Delfgcchack.h3685 #undef xmlFreePropList macro
3686 extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
3688 #ifndef xmlFreePropList
3689 extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
3690 #define xmlFreePropList xmlFreePropList__internal_alias macro

Completed in 184 milliseconds