Home
last modified time | relevance | path

Searched refs:htmlNodeStatus (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h269 XMLPUBFUN htmlStatus XMLCALL htmlNodeStatus(const htmlNodePtr, int) ;
/external/libxml2/
Delfgcchack.h558 #undef htmlNodeStatus
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
DHTMLparser.c5799 htmlNodeStatus(const htmlNodePtr node, int legacy) { in htmlNodeStatus() function