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

/external/libxml2/include/libxml/
H A DHTMLparser.h272 XMLPUBFUN htmlStatus XMLCALL htmlNodeStatus(const htmlNodePtr, int) ;
/external/libxml2/
H A Dlibxml2.syms1308 htmlNodeStatus;
H A Delfgcchack.h558 #undef htmlNodeStatus macro
559 extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias")));
561 #ifndef htmlNodeStatus
562 extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden")));
563 #define htmlNodeStatus htmlNodeStatus__internal_alias macro
H A DHTMLparser.c6463 * htmlNodeStatus:
6477 htmlNodeStatus(const htmlNodePtr node, int legacy) { function
H A Dtestapi.c2199 ret_val = htmlNodeStatus((const htmlNodePtr)node, legacy);
2206 printf("Leak of %d blocks found in htmlNodeStatus",
[all...]

Completed in 180 milliseconds