Home
last modified time | relevance | path

Searched refs:htmlElementAllowedHere (Results 1 – 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h270 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;
291 htmlElementAllowedHere((parent), (elt)->name)
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle384 d htmlElementAllowedHere...
385 d pr extproc('htmlElementAllowedHere')
/external/libxml2/
Dlibxml2.syms1306 htmlElementAllowedHere;
DHTMLparser.c6480 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { in htmlElementAllowedHere() function
6506 if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) ) in htmlElementStatusHere()
6568 ? ( htmlElementAllowedHere ( in htmlNodeStatus()
Delfgcchack.h318 #undef htmlElementAllowedHere
319 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllo…
321 #ifndef htmlElementAllowedHere
322 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibi…
323 #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias macro
Dtestapi.c1861 ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt); in test_htmlElementAllowedHere()
/external/libxml2/win32/
Dlibxml2.def.src297 htmlElementAllowedHere