elementDecl 58 third_party/libxml/src/SAX.c hdlr->elementDecl = xmlSAX2ElementDecl; elementDecl 106 third_party/libxml/src/SAX.c hdlr->elementDecl = NULL; elementDecl 153 third_party/libxml/src/SAX.c hdlr->elementDecl = NULL; elementDecl 2777 third_party/libxml/src/SAX2.c hdlr->elementDecl = xmlSAX2ElementDecl; elementDecl 2853 third_party/libxml/src/SAX2.c hdlr->elementDecl = NULL; elementDecl 2911 third_party/libxml/src/SAX2.c hdlr->elementDecl = NULL; elementDecl 83 third_party/libxml/src/include/libxml/SAX.h elementDecl (void *ctx, elementDecl 726 third_party/libxml/src/include/libxml/parser.h elementDeclSAXFunc elementDecl; elementDecl 767 third_party/libxml/src/include/libxml/parser.h elementDeclSAXFunc elementDecl; elementDecl 224 third_party/libxml/src/legacy.c *((elementDeclSAXFunc *) result) = ctxt->sax->elementDecl; elementDecl 342 third_party/libxml/src/legacy.c ctxt->sax->elementDecl = *((elementDeclSAXFunc *) value); elementDecl 6351 third_party/libxml/src/parser.c (ctxt->sax->elementDecl != NULL)) { elementDecl 6354 third_party/libxml/src/parser.c ctxt->sax->elementDecl(ctxt->userData, name, ret, elementDecl 28256 third_party/libxml/src/xmlschemas.c (ctxt->user_sax->elementDecl != NULL)) elementDecl 28257 third_party/libxml/src/xmlschemas.c ctxt->user_sax->elementDecl(ctxt->user_data, name, type, content); elementDecl 28537 third_party/libxml/src/xmlschemas.c if (old_sax->elementDecl != NULL) elementDecl 28538 third_party/libxml/src/xmlschemas.c ret->schemas_sax.elementDecl = elementDeclSplit;