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

/external/libxml2/
H A Dparser.c9465 * xmlParseContent:
9474 xmlParseContent(xmlParserCtxtPtr ctxt) { function
9684 xmlParseContent(ctxt);
10485 xmlParseContent(ctxt);
12461 xmlParseContent(ctxt);
12644 xmlParseContent(ctxt);
12892 xmlParseContent(ctxt);
13130 xmlParseContent(ctxt);
13304 xmlParseContent(ctxt);
13308 xmlParseContent(ctx
[all...]
H A Delfgcchack.h6935 #undef xmlParseContent macro
6936 extern __typeof (xmlParseContent) xmlParseContent __attribute((alias("xmlParseContent__internal_alias")));
6938 #ifndef xmlParseContent
6939 extern __typeof (xmlParseContent) xmlParseContent__internal_alias __attribute((visibility("hidden")));
6940 #define xmlParseContent xmlParseContent__internal_alias macro

Completed in 233 milliseconds