Searched refs:htmlAttrAllowed (Results 1 – 7 of 7) sorted by relevance
269 XMLPUBFUN htmlStatus XMLCALL htmlAttrAllowed(const htmlElemDesc*, const xmlChar*, int) ;
363 d htmlAttrAllowed...364 d pr extproc('htmlAttrAllowed')
1305 htmlAttrAllowed;
102 #undef htmlAttrAllowed103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_ali…105 #ifndef htmlAttrAllowed106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")…107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias macro
6439 htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) { in htmlAttrAllowed() function6492 return htmlAttrAllowed( in htmlNodeStatus()
1382 ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy); in test_htmlAttrAllowed()
243 htmlAttrAllowed