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

/external/chromium_org/third_party/libxml/src/
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
/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 140 milliseconds