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

/external/chromium_org/third_party/libxml/src/
H A DSAX2.c327 * xmlSAX2InternalSubset:
336 xmlSAX2InternalSubset(void *ctx, const xmlChar *name, function
344 "SAX.xmlSAX2InternalSubset(%s, %s, %s)\n",
361 xmlSAX2ErrMemory(ctxt, "xmlSAX2InternalSubset");
2767 hdlr->internalSubset = xmlSAX2InternalSubset;
2843 hdlr->internalSubset = xmlSAX2InternalSubset;
2901 hdlr->internalSubset = xmlSAX2InternalSubset;
H A Delfgcchack.h8929 #undef xmlSAX2InternalSubset macro
8930 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias")));
8932 #ifndef xmlSAX2InternalSubset
8933 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden")));
8934 #define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias macro
/external/libxml2/
H A DSAX2.c344 * xmlSAX2InternalSubset:
353 xmlSAX2InternalSubset(void *ctx, const xmlChar *name, function
361 "SAX.xmlSAX2InternalSubset(%s, %s, %s)\n",
378 xmlSAX2ErrMemory(ctxt, "xmlSAX2InternalSubset");
2855 hdlr->internalSubset = xmlSAX2InternalSubset;
2931 hdlr->internalSubset = xmlSAX2InternalSubset;
2989 hdlr->internalSubset = xmlSAX2InternalSubset;
H A Delfgcchack.h9055 #undef xmlSAX2InternalSubset macro
9056 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias")));
9058 #ifndef xmlSAX2InternalSubset
9059 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden")));
9060 #define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias macro

Completed in 827 milliseconds