Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h97 htmlAutoCloseTag(htmlDocPtr doc,
/external/libxml2/
DHTMLparser.c1257 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { in htmlAutoCloseTag() function
1265 if (htmlAutoCloseTag(doc, name, child)) return(1); in htmlAutoCloseTag()
1289 if (htmlAutoCloseTag(doc, elem->name, child)) return(1); in htmlIsAutoClosed()
Delfgcchack.h114 #undef htmlAutoCloseTag
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_…
117 #ifndef htmlAutoCloseTag
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden…
119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias macro