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

/external/libxml2/
H A Dpattern.c260 * xmlFreePatternList:
266 xmlFreePatternList(xmlPatternPtr comp) { function
H A Delfgcchack.h3664 #undef xmlFreePatternList macro
3665 extern __typeof (xmlFreePatternList) xmlFreePatternList __attribute((alias("xmlFreePatternList__internal_alias")));
3667 #ifndef xmlFreePatternList
3668 extern __typeof (xmlFreePatternList) xmlFreePatternList__internal_alias __attribute((visibility("hidden")));
3669 #define xmlFreePatternList xmlFreePatternList__internal_alias macro

Completed in 92 milliseconds