Searched refs:htmlAutoCloseTag (Results 1 – 8 of 8) sorted by relevance
97 htmlAutoCloseTag(htmlDocPtr doc,
126 d htmlAutoCloseTag...127 d pr extproc('htmlAutoCloseTag')
697 htmlAutoCloseTag;
1614 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { in htmlAutoCloseTag() function1622 if (htmlAutoCloseTag(doc, name, child)) return(1); in htmlAutoCloseTag()1646 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
1443 ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem); in test_htmlAutoCloseTag()
246 htmlAutoCloseTag
93489 - htmlAutoCloseTag()101099 -#undef htmlAutoCloseTag101100 -extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal…101102 -#ifndef htmlAutoCloseTag101103 -extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidde…101104 -#define htmlAutoCloseTag htmlAutoCloseTag__internal_alias