Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h269 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ;
/external/libxml2/
Delfgcchack.h102 #undef htmlAttrAllowed
103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_ali…
105 #ifndef htmlAttrAllowed
106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")…
107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias macro
DHTMLparser.c6321 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { in htmlAttrAllowed() function
6374 return htmlAttrAllowed( in htmlNodeStatus()