Searched refs:xmlSAX2AttributeDecl (Results 1 – 6 of 6) sorted by relevance
/external/libxml2/ |
D | SAX.c | 57 hdlr->attributeDecl = xmlSAX2AttributeDecl; in initxmlDefaultSAXHandler()
|
D | globals.c | 374 xmlSAX2AttributeDecl,
|
D | legacy.c | 1001 xmlSAX2AttributeDecl(ctx, elem, fullname, type, def, defaultValue, in attributeDecl()
|
D | SAX2.c | 703 xmlSAX2AttributeDecl(void *ctx, const xmlChar *elem, const xmlChar *fullname, in xmlSAX2AttributeDecl() function 2826 hdlr->attributeDecl = xmlSAX2AttributeDecl; in xmlSAXVersion()
|
D | elfgcchack.h | 8703 #undef xmlSAX2AttributeDecl 8704 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDec… 8706 #ifndef xmlSAX2AttributeDecl 8707 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility… 8708 #define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias macro
|
/external/libxml2/include/libxml/ |
D | SAX2.h | 73 xmlSAX2AttributeDecl (void *ctx,
|