Searched refs:xmlIsXHTML (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/
H A Dxmlsave.c46 * xmlIsXHTML:
55 xmlIsXHTML(const xmlChar *systemID, const xmlChar *publicID) { function
1219 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
2382 is_xhtml = xmlIsXHTML(dtd->SystemID, dtd->ExternalID);
H A Dlibxml2.syms974 xmlIsXHTML;
H A Delfgcchack.h4869 #undef xmlIsXHTML macro
4870 extern __typeof (xmlIsXHTML) xmlIsXHTML __attribute((alias("xmlIsXHTML__internal_alias")));
4872 #ifndef xmlIsXHTML
4873 extern __typeof (xmlIsXHTML) xmlIsXHTML__internal_alias __attribute((visibility("hidden")));
4874 #define xmlIsXHTML xmlIsXHTML__internal_alias macro
H A Dtestapi.c20907 ret_val = xmlIsXHTML((const xmlChar *)systemID, (const xmlChar *)publicID);
20914 printf("Leak of %d blocks found in xmlIsXHTML",
[all...]
/external/libxml2/include/libxml/
H A Dtree.h1238 xmlIsXHTML (const xmlChar *systemID,

Completed in 257 milliseconds