Searched refs:htmlElementAllowedHere (Results 1 – 8 of 8) sorted by relevance
268 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;289 htmlElementAllowedHere((parent), (elt)->name)
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
6273 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere() function6299 if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) ) in htmlElementStatusHere()6361 ? ( htmlElementAllowedHere ( in htmlNodeStatus()
1855 ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt); in test_htmlElementAllowedHere()
297 htmlElementAllowedHere