Searched refs:htmlElementStatusHere (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h271 XMLPUBFUN htmlStatus XMLCALL htmlElementStatusHere(const htmlElemDesc*, const htmlElemDesc*) ;
/external/libxml2/
H A Dlibxml2.syms1307 htmlElementStatusHere;
H A DHTMLparser.c6409 * htmlElementStatusHere:
6419 htmlElementStatusHere(const htmlElemDesc* parent, const htmlElemDesc* elt) { function
6472 * legacy allowed) or htmlElementStatusHere (otherwise).
6487 : htmlElementStatusHere(
H A Delfgcchack.h330 #undef htmlElementStatusHere macro
331 extern __typeof (htmlElementStatusHere) htmlElementStatusHere __attribute((alias("htmlElementStatusHere__internal_alias")));
333 #ifndef htmlElementStatusHere
334 extern __typeof (htmlElementStatusHere) htmlElementStatusHere__internal_alias __attribute((visibility("hidden")));
335 #define htmlElementStatusHere htmlElementStatusHere__internal_alias macro
H A Dtestapi.c1892 ret_val = htmlElementStatusHere((const htmlElemDesc *)parent, (const htmlElemDesc *)elt);
1899 printf("Leak of %d blocks found in htmlElementStatusHere",
[all...]

Completed in 219 milliseconds