Home
last modified time | relevance | path

Searched refs:htmlInitAutoClose (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h544 XMLPUBFUN void XMLCALL htmlInitAutoClose (void);
/external/libxml2/
Delfgcchack.h414 #undef htmlInitAutoClose
415 extern __typeof (htmlInitAutoClose) htmlInitAutoClose __attribute((alias("htmlInitAutoClose__intern…
417 #ifndef htmlInitAutoClose
418 extern __typeof (htmlInitAutoClose) htmlInitAutoClose__internal_alias __attribute((visibility("hidd…
419 #define htmlInitAutoClose htmlInitAutoClose__internal_alias macro
DHTMLparser.c1190 htmlInitAutoClose(void) { in htmlInitAutoClose() function
1261 htmlInitAutoClose(); in htmlCheckAutoClose()
Dparser.c14173 htmlInitAutoClose(); in xmlInitParser()