Searched refs:htmlAutoCloseTag (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.in.h97 htmlAutoCloseTag(htmlDocPtr doc,
H A DHTMLparser.c1236 * htmlAutoCloseTag:
1249 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { function
1257 if (htmlAutoCloseTag(doc, name, child)) return(1);
1281 if (htmlAutoCloseTag(doc, elem->name, child)) return(1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DHTMLparser.h97 htmlAutoCloseTag(htmlDocPtr doc,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.in.h97 htmlAutoCloseTag(htmlDocPtr doc,
H A DHTMLparser.c1236 * htmlAutoCloseTag:
1249 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { function
1257 if (htmlAutoCloseTag(doc, name, child)) return(1);
1281 if (htmlAutoCloseTag(doc, elem->name, child)) return(1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c1244 * htmlAutoCloseTag:
1257 htmlAutoCloseTag(htmlDocPtr doc, const xmlChar *name, htmlNodePtr elem) { function
1265 if (htmlAutoCloseTag(doc, name, child)) return(1);
1289 if (htmlAutoCloseTag(doc, elem->name, child)) return(1);
H A Delfgcchack.h114 #undef htmlAutoCloseTag macro
115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
117 #ifndef htmlAutoCloseTag
118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias macro
H A Dtestapi.c1437 ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);
1445 printf("Leak of %d blocks found in htmlAutoCloseTag",
[all...]

Completed in 416 milliseconds