Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLtree.h90 htmlNodeDump (xmlBufferPtr buf,
/external/libxml2/
DHTMLtree.c439 htmlNodeDump(xmlBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur) { in htmlNodeDump() function
Delfgcchack.h498 #undef htmlNodeDump
499 extern __typeof (htmlNodeDump) htmlNodeDump __attribute((alias("htmlNodeDump__internal_alias")));
501 #ifndef htmlNodeDump
502 extern __typeof (htmlNodeDump) htmlNodeDump__internal_alias __attribute((visibility("hidden")));
503 #define htmlNodeDump htmlNodeDump__internal_alias macro