/external/libxml2/ |
SAX.c | 58 hdlr->elementDecl = xmlSAX2ElementDecl;
|
globals.c | 375 xmlSAX2ElementDecl,
|
legacy.c | 1013 * DEPRECATED: use xmlSAX2ElementDecl() 1020 xmlSAX2ElementDecl(ctx, name, type, content); [all...] |
libxml2.syms | 1490 xmlSAX2ElementDecl; [all...] |
SAX2.c | 792 * xmlSAX2ElementDecl: 801 xmlSAX2ElementDecl(void *ctx, const xmlChar * name, int type, 812 "SAX.xmlSAX2ElementDecl(%s, %d, ...)\n", name, type); 823 "SAX.xmlSAX2ElementDecl(%s) called while not in subset\n", [all...] |
elfgcchack.h | [all...] |
testapi.c | [all...] |
/external/libxml2/include/libxml/ |
SAX2.h | 81 xmlSAX2ElementDecl (void *ctx,
|