Searched defs:xmlParseContent (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A Dparser.c9800 * xmlParseContent:
9809 xmlParseContent(xmlParserCtxtPtr ctxt) { function
10014 xmlParseContent(ctxt);
10845 xmlParseContent(ctxt);
13001 xmlParseContent(ctxt);
13184 xmlParseContent(ctxt);
13435 xmlParseContent(ctxt);
13675 xmlParseContent(ctxt);
13850 xmlParseContent(ctxt);
13854 xmlParseContent(ctx
[all...]
H A Delfgcchack.h7061 #undef xmlParseContent macro
7062 extern __typeof (xmlParseContent) xmlParseContent __attribute((alias("xmlParseContent__internal_alias")));
7064 #ifndef xmlParseContent
7065 extern __typeof (xmlParseContent) xmlParseContent__internal_alias __attribute((visibility("hidden")));
7066 #define xmlParseContent xmlParseContent__internal_alias macro

Completed in 110 milliseconds