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

/external/libxml2/
H A DSAX2.c2822 * xmlSAXVersion() to set up the version explicitly for a given
2840 * xmlSAXVersion:
2849 xmlSAXVersion(xmlSAXHandler *hdlr, int version) function
2909 xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
2925 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1);
H A Delfgcchack.h9287 #undef xmlSAXVersion macro
9288 extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
9290 #ifndef xmlSAXVersion
9291 extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
9292 #define xmlSAXVersion xmlSAXVersion__internal_alias macro

Completed in 441 milliseconds