Searched refs:htmlAttrAllowed (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h266 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ;
/external/libxml2/
H A DHTMLparser.c5750 * htmlAttrAllowed:
5761 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { function
5795 * for Attribute nodes, a return from htmlAttrAllowed
5814 return htmlAttrAllowed(
H A Delfgcchack.h102 #undef htmlAttrAllowed macro
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
105 #ifndef htmlAttrAllowed
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias macro

Completed in 402 milliseconds