notationDecl       59 third_party/libxml/src/SAX.c     hdlr->notationDecl = xmlSAX2NotationDecl;
notationDecl      107 third_party/libxml/src/SAX.c     hdlr->notationDecl = NULL;
notationDecl      154 third_party/libxml/src/SAX.c     hdlr->notationDecl = NULL;
notationDecl     2778 third_party/libxml/src/SAX2.c     hdlr->notationDecl = xmlSAX2NotationDecl;
notationDecl     2854 third_party/libxml/src/SAX2.c     hdlr->notationDecl = NULL;
notationDecl     2912 third_party/libxml/src/SAX2.c     hdlr->notationDecl = NULL;
notationDecl       88 third_party/libxml/src/include/libxml/SAX.h 		notationDecl			(void *ctx,
notationDecl      724 third_party/libxml/src/include/libxml/parser.h     notationDeclSAXFunc notationDecl;
notationDecl      765 third_party/libxml/src/include/libxml/parser.h     notationDeclSAXFunc notationDecl;
notationDecl      220 third_party/libxml/src/legacy.c         *((notationDeclSAXFunc *) result) = ctxt->sax->notationDecl;
notationDecl      338 third_party/libxml/src/legacy.c         ctxt->sax->notationDecl = *((notationDeclSAXFunc *) value);
notationDecl     5043 third_party/libxml/src/parser.c 		(ctxt->sax->notationDecl != NULL))
notationDecl     5044 third_party/libxml/src/parser.c 		ctxt->sax->notationDecl(ctxt->userData, name, Pubid, Systemid);
notationDecl     28266 third_party/libxml/src/xmlschemas.c         (ctxt->user_sax->notationDecl != NULL))
notationDecl     28267 third_party/libxml/src/xmlschemas.c 	ctxt->user_sax->notationDecl(ctxt->user_data, name, publicId,
notationDecl     28533 third_party/libxml/src/xmlschemas.c         if (old_sax->notationDecl != NULL)
notationDecl     28534 third_party/libxml/src/xmlschemas.c             ret->schemas_sax.notationDecl = notationDeclSplit;