Searched refs:xmlSAXVersion (Results 1 - 11 of 11) sorted by path

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c2722 * xmlSAXVersion() to set up the version explicitly for a given
2740 * xmlSAXVersion:
2749 xmlSAXVersion(xmlSAXHandler *hdlr, int version) function
2809 xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
2825 xmlSAXVersion((xmlSAXHandlerPtr) &xmlDefaultSAXHandler, 1);
H A Delfgcchack.h9161 #undef xmlSAXVersion macro
9162 extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
9164 #ifndef xmlSAXVersion
9165 extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
9166 #define xmlSAXVersion xmlSAXVersion__internal_alias macro
H A DparserInternals.c1628 xmlSAXVersion(ctxt->sax, 2);
H A Dtestapi.c5274 ret_val = xmlSAXVersion(hdlr, version);
5281 printf("Leak of %d blocks found in xmlSAXVersion",
[all...]
H A Dxmlreader.c2067 xmlSAXVersion(ret->sax, 2);
4974 xmlSAXVersion(reader->sax, 2);
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DSAX2.h154 xmlSAXVersion (xmlSAXHandler *hdlr,
/external/libxml2/
H A DSAX2.c2810 * xmlSAXVersion() to set up the version explicitly for a given
2828 * xmlSAXVersion:
2837 xmlSAXVersion(xmlSAXHandler *hdlr, int version) function
2897 xmlSAXVersion(hdlr, xmlSAX2DefaultVersionValue);
2913 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
H A DparserInternals.c1590 xmlSAXVersion(ctxt->sax, 2);
H A Dxmlreader.c2088 xmlSAXVersion(ret->sax, 2);
5127 xmlSAXVersion(reader->sax, 2);
/external/libxml2/include/libxml/
H A DSAX2.h154 xmlSAXVersion (xmlSAXHandler *hdlr,

Completed in 407 milliseconds