Searched refs:xmlParseSystemLiteral (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h367 xmlParseSystemLiteral (xmlParserCtxtPtr ctxt);
/external/libxml2/include/libxml/
H A DparserInternals.h367 xmlParseSystemLiteral (xmlParserCtxtPtr ctxt);
/external/chromium_org/third_party/libxml/src/
H A Delfgcchack.h7385 #undef xmlParseSystemLiteral macro
7386 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias")));
7388 #ifndef xmlParseSystemLiteral
7389 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden")));
7390 #define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias macro
H A Dparser.c3910 * xmlParseSystemLiteral:
3921 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { function
4397 URI = xmlParseSystemLiteral(ctxt);
4436 URI = xmlParseSystemLiteral(ctxt);
/external/libxml2/
H A Delfgcchack.h7385 #undef xmlParseSystemLiteral macro
7386 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias")));
7388 #ifndef xmlParseSystemLiteral
7389 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden")));
7390 #define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias macro
H A Dparser.c4002 * xmlParseSystemLiteral:
4013 xmlParseSystemLiteral(xmlParserCtxtPtr ctxt) { function
4477 URI = xmlParseSystemLiteral(ctxt);
4516 URI = xmlParseSystemLiteral(ctxt);

Completed in 243 milliseconds