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

/external/libxml2/
H A Dparser.c9981 * xmlParseDocument:
9996 xmlParseDocument(xmlParserCtxtPtr ctxt) { function
13281 xmlParseDocument(ctxt);
13437 xmlParseDocument(ctxt);
13553 xmlParseDocument(ctxt);
13645 xmlParseDocument(ctxt);
13718 xmlParseDocument(ctxt);
14287 xmlParseDocument(ctxt);
H A Delfgcchack.h6999 #undef xmlParseDocument macro
7000 extern __typeof (xmlParseDocument) xmlParseDocument __attribute((alias("xmlParseDocument__internal_alias")));
7002 #ifndef xmlParseDocument
7003 extern __typeof (xmlParseDocument) xmlParseDocument__internal_alias __attribute((visibility("hidden")));
7004 #define xmlParseDocument xmlParseDocument__internal_alias macro

Completed in 195 milliseconds