Searched refs:htmlAutoCloseTag (Results 1 – 3 of 3) sorted by relevance
97 htmlAutoCloseTag(htmlDocPtr doc,
1257 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { in htmlAutoCloseTag() function1265 if (htmlAutoCloseTag(doc, name, child)) return(1); in htmlAutoCloseTag()1289 if (htmlAutoCloseTag(doc, elem->name, child)) return(1); in htmlIsAutoClosed()
114 #undef htmlAutoCloseTag115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_…117 #ifndef htmlAutoCloseTag118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden…119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias macro