• Home
  • Raw
  • Download

Lines Matching refs:handlerArg

575 #define handlerArg (parser->m_handlerArg)  macro
885 handlerArg = NULL; in parserInit()
1053 void *oldHandlerArg = handlerArg; in XML_ExternalEntityParserCreate()
1113 handlerArg = userData; in XML_ExternalEntityParserCreate()
1115 handlerArg = parser; in XML_ExternalEntityParserCreate()
1232 handlerArg = parser; in XML_UseParserAsHandlerArg()
1261 if (handlerArg == userData) in XML_SetUserData()
1262 handlerArg = userData = p; in XML_SetUserData()
2317 characterDataHandler(handlerArg, &c, 1); in doContent()
2366 characterDataHandler(handlerArg, &ch, 1); in doContent()
2390 skippedEntityHandler(handlerArg, name, 0); in doContent()
2403 skippedEntityHandler(handlerArg, entity->name, 0); in doContent()
2493 startElementHandler(handlerArg, tag->name.str, in doContent()
2519 startElementHandler(handlerArg, name.str, (const XML_Char **)atts); in doContent()
2525 endElementHandler(handlerArg, name.str); in doContent()
2534 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2582 endElementHandler(handlerArg, tag->name.str); in doContent()
2589 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2606 characterDataHandler(handlerArg, buf, XmlEncode(n, (ICHAR *)buf)); in doContent()
2617 characterDataHandler(handlerArg, &c, 1); in doContent()
2626 startCdataSectionHandler(handlerArg); in doContent()
2641 characterDataHandler(handlerArg, dataBuf, 0); in doContent()
2663 characterDataHandler(handlerArg, dataBuf, in doContent()
2667 characterDataHandler(handlerArg, in doContent()
2695 charDataHandler(handlerArg, dataBuf, in doContent()
2703 charDataHandler(handlerArg, in doContent()
3210 startNamespaceDeclHandler(handlerArg, prefix->name, in addBinding()
3274 endCdataSectionHandler(handlerArg); in doCdataSection()
3278 characterDataHandler(handlerArg, dataBuf, 0); in doCdataSection()
3291 characterDataHandler(handlerArg, &c, 1); in doCdataSection()
3305 charDataHandler(handlerArg, dataBuf, in doCdataSection()
3313 charDataHandler(handlerArg, in doCdataSection()
3524 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl()
3915 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3980 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
4012 !notStandaloneHandler(handlerArg)) in doProlog()
4026 endDoctypeDeclHandler(handlerArg); in doProlog()
4055 !notStandaloneHandler(handlerArg)) in doProlog()
4150 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4187 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4207 entityDeclHandler(handlerArg, in doProlog()
4247 && !notStandaloneHandler(handlerArg)) in doProlog()
4279 entityDeclHandler(handlerArg, in doProlog()
4298 unparsedEntityDeclHandler(handlerArg, in doProlog()
4308 entityDeclHandler(handlerArg, in doProlog()
4425 notationDeclHandler(handlerArg, in doProlog()
4437 notationDeclHandler(handlerArg, in doProlog()
4562 skippedEntityHandler(handlerArg, name, 1); in doProlog()
4605 !notStandaloneHandler(handlerArg)) in doProlog()
4638 elementDeclHandler(handlerArg, declElementType->name, content); in doProlog()
4714 elementDeclHandler(handlerArg, declElementType->name, model); in doProlog()
5352 processingInstructionHandler(handlerArg, target, data); in reportProcessingInstruction()
5374 commentHandler(handlerArg, data); in reportComment()
5399 defaultHandler(handlerArg, dataBuf, (int)(dataPtr - (ICHAR *)dataBuf)); in reportDefault()
5404 defaultHandler(handlerArg, (XML_Char *)s, (int)((XML_Char *)end - (XML_Char *)s)); in reportDefault()