entityDecl 56 third_party/libxml/src/SAX.c hdlr->entityDecl = xmlSAX2EntityDecl; entityDecl 104 third_party/libxml/src/SAX.c hdlr->entityDecl = NULL; entityDecl 151 third_party/libxml/src/SAX.c hdlr->entityDecl = xmlSAX2EntityDecl; entityDecl 2775 third_party/libxml/src/SAX2.c hdlr->entityDecl = xmlSAX2EntityDecl; entityDecl 2851 third_party/libxml/src/SAX2.c hdlr->entityDecl = NULL; entityDecl 2909 third_party/libxml/src/SAX2.c hdlr->entityDecl = xmlSAX2EntityDecl; entityDecl 68 third_party/libxml/src/include/libxml/SAX.h entityDecl (void *ctx, entityDecl 723 third_party/libxml/src/include/libxml/parser.h entityDeclSAXFunc entityDecl; entityDecl 764 third_party/libxml/src/include/libxml/parser.h entityDeclSAXFunc entityDecl; entityDecl 218 third_party/libxml/src/legacy.c *((entityDeclSAXFunc *) result) = ctxt->sax->entityDecl; entityDecl 336 third_party/libxml/src/legacy.c ctxt->sax->entityDecl = *((entityDeclSAXFunc *) value); entityDecl 5132 third_party/libxml/src/parser.c (!ctxt->disableSAX) && (ctxt->sax->entityDecl != NULL)) entityDecl 5133 third_party/libxml/src/parser.c ctxt->sax->entityDecl(ctxt->userData, name, entityDecl 5164 third_party/libxml/src/parser.c (ctxt->sax->entityDecl != NULL)) entityDecl 5165 third_party/libxml/src/parser.c ctxt->sax->entityDecl(ctxt->userData, name, entityDecl 5177 third_party/libxml/src/parser.c (!ctxt->disableSAX) && (ctxt->sax->entityDecl != NULL)) entityDecl 5178 third_party/libxml/src/parser.c ctxt->sax->entityDecl(ctxt->userData, name, entityDecl 5248 third_party/libxml/src/parser.c (!ctxt->disableSAX) && (ctxt->sax->entityDecl != NULL)) entityDecl 5249 third_party/libxml/src/parser.c ctxt->sax->entityDecl(ctxt->userData, name, entityDecl 28230 third_party/libxml/src/xmlschemas.c (ctxt->user_sax->entityDecl != NULL)) entityDecl 28231 third_party/libxml/src/xmlschemas.c ctxt->user_sax->entityDecl(ctxt->user_data, name, type, publicId, entityDecl 28531 third_party/libxml/src/xmlschemas.c if (old_sax->entityDecl != NULL) entityDecl 28532 third_party/libxml/src/xmlschemas.c ret->schemas_sax.entityDecl = entityDeclSplit;