Searched defs:htmlElementAllowedHere (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DHTMLparser.c6268 * htmlElementAllowedHere:
6278 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { function
6304 if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) )
6353 * Return: for Element nodes, a return from htmlElementAllowedHere (if
6366 ? ( htmlElementAllowedHere (
H A Delfgcchack.h318 #undef htmlElementAllowedHere macro
319 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias")));
321 #ifndef htmlElementAllowedHere
322 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden")));
323 #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias macro

Completed in 84 milliseconds