Searched defs:xmlParseMisc (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dparser.c10163 * xmlParseMisc:
10172 xmlParseMisc(xmlParserCtxtPtr ctxt) { function
10283 xmlParseMisc(ctxt);
10316 xmlParseMisc(ctxt);
10335 xmlParseMisc(ctxt);
H A Delfgcchack.h7239 #undef xmlParseMisc macro
7240 extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
7242 #ifndef xmlParseMisc
7243 extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
7244 #define xmlParseMisc xmlParseMisc__internal_alias macro
/external/libxml2/
H A Dparser.c10569 * xmlParseMisc:
10578 xmlParseMisc(xmlParserCtxtPtr ctxt) { function
10689 xmlParseMisc(ctxt);
10722 xmlParseMisc(ctxt);
10741 xmlParseMisc(ctxt);
H A Delfgcchack.h7365 #undef xmlParseMisc macro
7366 extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
7368 #ifndef xmlParseMisc
7369 extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
7370 #define xmlParseMisc xmlParseMisc__internal_alias macro

Completed in 1726 milliseconds