Searched refs:xmlSAXVersion (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
H A DSAX2.h156 xmlSAXVersion (xmlSAXHandler *hdlr,
/external/libxml2/
H A DSAX2.c2830 * xmlSAXVersion() to set up the version explicitly for a given
2848 * xmlSAXVersion:
2857 xmlSAXVersion(xmlSAXHandler *hdlr, int version) function
2917 xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
2933 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1);
H A Dlibxml2.syms1520 xmlSAXVersion;
H A DparserInternals.c1605 xmlSAXVersion(ctxt->sax, 2);
H A Dxmlreader.c2110 xmlSAXVersion(ret->sax, 2);
5170 xmlSAXVersion(reader->sax, 2);
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
H A Dtestapi.c5295 ret_val = xmlSAXVersion(hdlr, version);
5302 printf("Leak of %d blocks found in xmlSAXVersion",
[all...]

Completed in 921 milliseconds