• Home
  • Raw
  • Download

Lines Matching refs:handlerArg

567 #define handlerArg (parser->m_handlerArg)  macro
850 handlerArg = NULL; in parserInit()
1018 void *oldHandlerArg = handlerArg; in XML_ExternalEntityParserCreate()
1078 handlerArg = userData; in XML_ExternalEntityParserCreate()
1080 handlerArg = parser; in XML_ExternalEntityParserCreate()
1197 handlerArg = parser; in XML_UseParserAsHandlerArg()
1226 if (handlerArg == userData) in XML_SetUserData()
1227 handlerArg = userData = p; in XML_SetUserData()
2281 characterDataHandler(handlerArg, &c, 1); in doContent()
2330 characterDataHandler(handlerArg, &ch, 1); in doContent()
2354 skippedEntityHandler(handlerArg, name, 0); in doContent()
2367 skippedEntityHandler(handlerArg, entity->name, 0); in doContent()
2457 startElementHandler(handlerArg, tag->name.str, in doContent()
2483 startElementHandler(handlerArg, name.str, (const XML_Char **)atts); in doContent()
2489 endElementHandler(handlerArg, name.str); in doContent()
2498 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2546 endElementHandler(handlerArg, tag->name.str); in doContent()
2553 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2570 characterDataHandler(handlerArg, buf, XmlEncode(n, (ICHAR *)buf)); in doContent()
2581 characterDataHandler(handlerArg, &c, 1); in doContent()
2590 startCdataSectionHandler(handlerArg); in doContent()
2605 characterDataHandler(handlerArg, dataBuf, 0); in doContent()
2627 characterDataHandler(handlerArg, dataBuf, in doContent()
2631 characterDataHandler(handlerArg, in doContent()
2659 charDataHandler(handlerArg, dataBuf, in doContent()
2667 charDataHandler(handlerArg, in doContent()
3174 startNamespaceDeclHandler(handlerArg, prefix->name, in addBinding()
3238 endCdataSectionHandler(handlerArg); in doCdataSection()
3242 characterDataHandler(handlerArg, dataBuf, 0); in doCdataSection()
3255 characterDataHandler(handlerArg, &c, 1); in doCdataSection()
3269 charDataHandler(handlerArg, dataBuf, in doCdataSection()
3277 charDataHandler(handlerArg, in doCdataSection()
3488 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl()
3879 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3944 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
3976 !notStandaloneHandler(handlerArg)) in doProlog()
3990 endDoctypeDeclHandler(handlerArg); in doProlog()
4019 !notStandaloneHandler(handlerArg)) in doProlog()
4114 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4151 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4171 entityDeclHandler(handlerArg, in doProlog()
4211 && !notStandaloneHandler(handlerArg)) in doProlog()
4243 entityDeclHandler(handlerArg, in doProlog()
4262 unparsedEntityDeclHandler(handlerArg, in doProlog()
4272 entityDeclHandler(handlerArg, in doProlog()
4389 notationDeclHandler(handlerArg, in doProlog()
4401 notationDeclHandler(handlerArg, in doProlog()
4526 skippedEntityHandler(handlerArg, name, 1); in doProlog()
4569 !notStandaloneHandler(handlerArg)) in doProlog()
4602 elementDeclHandler(handlerArg, declElementType->name, content); in doProlog()
4678 elementDeclHandler(handlerArg, declElementType->name, model); in doProlog()
5316 processingInstructionHandler(handlerArg, target, data); in reportProcessingInstruction()
5338 commentHandler(handlerArg, data); in reportComment()
5362 defaultHandler(handlerArg, dataBuf, (int)(dataPtr - (ICHAR *)dataBuf)); in reportDefault()
5367 defaultHandler(handlerArg, (XML_Char *)s, (int)((XML_Char *)end - (XML_Char *)s)); in reportDefault()