Searched refs:htmlElementAllowedHere (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DHTMLparser.h267 XMLPUBFUN int XMLCALL htmlElementAllowedHere(const htmlElemDesc*, const xmlChar*) ;
288 htmlElementAllowedHere((parent), (elt)->name)
/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c5666 * htmlElementAllowedHere:
5676 htmlElementAllowedHere(const htmlElemDesc* parent, const xmlChar* elt) { function
5702 if ( ! htmlElementAllowedHere(parent, (const xmlChar*) elt->name ) )
5751 * Return: for Element nodes, a return from htmlElementAllowedHere (if
5764 ? ( 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
H A Dtestapi.c1828 ret_val = htmlElementAllowedHere((const htmlElemDesc *)parent, (const xmlChar *)elt);
1835 printf("Leak of %d blocks found in htmlElementAllowedHere",
[all...]

Completed in 215 milliseconds