attributeDecl      57 third_party/libxml/src/SAX.c     hdlr->attributeDecl = xmlSAX2AttributeDecl;
attributeDecl     105 third_party/libxml/src/SAX.c     hdlr->attributeDecl = NULL;
attributeDecl     152 third_party/libxml/src/SAX.c     hdlr->attributeDecl = NULL;
attributeDecl    2776 third_party/libxml/src/SAX2.c     hdlr->attributeDecl = xmlSAX2AttributeDecl;
attributeDecl    2852 third_party/libxml/src/SAX2.c     hdlr->attributeDecl = NULL;
attributeDecl    2910 third_party/libxml/src/SAX2.c     hdlr->attributeDecl = NULL;
attributeDecl      75 third_party/libxml/src/include/libxml/SAX.h 		attributeDecl			(void *ctx,
attributeDecl     725 third_party/libxml/src/include/libxml/parser.h     attributeDeclSAXFunc attributeDecl;
attributeDecl     766 third_party/libxml/src/include/libxml/parser.h     attributeDeclSAXFunc attributeDecl;
attributeDecl     222 third_party/libxml/src/legacy.c         *((attributeDeclSAXFunc *) result) = ctxt->sax->attributeDecl;
attributeDecl     340 third_party/libxml/src/legacy.c         ctxt->sax->attributeDecl = *((attributeDeclSAXFunc *) value);
attributeDecl    5742 third_party/libxml/src/parser.c 		(ctxt->sax->attributeDecl != NULL))
attributeDecl    5743 third_party/libxml/src/parser.c 		ctxt->sax->attributeDecl(ctxt->userData, elemName, attrName,
attributeDecl    28242 third_party/libxml/src/xmlschemas.c         (ctxt->user_sax->attributeDecl != NULL)) {
attributeDecl    28243 third_party/libxml/src/xmlschemas.c 	ctxt->user_sax->attributeDecl(ctxt->user_data, elem, name, type,
attributeDecl    28535 third_party/libxml/src/xmlschemas.c         if (old_sax->attributeDecl != NULL)
attributeDecl    28536 third_party/libxml/src/xmlschemas.c             ret->schemas_sax.attributeDecl = attributeDeclSplit;