Searched refs:htmlElementAllowedHere (Results 1 – 3 of 3) sorted by relevance
270 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;291 htmlElementAllowedHere((parent), (elt)->name)
6278 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere() function6304 if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) ) in htmlElementStatusHere()6366 ? ( htmlElementAllowedHere ( in htmlNodeStatus()
318 #undef htmlElementAllowedHere319 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllo…321 #ifndef htmlElementAllowedHere322 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibi…323 #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias macro