Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h94 htmlIsAutoClosed(htmlDocPtr doc,
/external/libxml2/
Delfgcchack.h426 #undef htmlIsAutoClosed
427 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_…
429 #ifndef htmlIsAutoClosed
430 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden…
431 #define htmlIsAutoClosed htmlIsAutoClosed__internal_alias macro
DHTMLparser.c1423 htmlIsAutoClosed(htmlDocPtr doc, htmlNodePtr elem) { in htmlIsAutoClosed() function