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()
2267 characterDataHandler(handlerArg, &c, 1); in doContent()
2316 characterDataHandler(handlerArg, &ch, 1); in doContent()
2340 skippedEntityHandler(handlerArg, name, 0); in doContent()
2353 skippedEntityHandler(handlerArg, entity->name, 0); in doContent()
2443 startElementHandler(handlerArg, tag->name.str, in doContent()
2469 startElementHandler(handlerArg, name.str, (const XML_Char **)atts); in doContent()
2475 endElementHandler(handlerArg, name.str); in doContent()
2484 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2532 endElementHandler(handlerArg, tag->name.str); in doContent()
2539 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2556 characterDataHandler(handlerArg, buf, XmlEncode(n, (ICHAR *)buf)); in doContent()
2567 characterDataHandler(handlerArg, &c, 1); in doContent()
2576 startCdataSectionHandler(handlerArg); in doContent()
2591 characterDataHandler(handlerArg, dataBuf, 0); in doContent()
2613 characterDataHandler(handlerArg, dataBuf, in doContent()
2617 characterDataHandler(handlerArg, in doContent()
2645 charDataHandler(handlerArg, dataBuf, in doContent()
2653 charDataHandler(handlerArg, in doContent()
3158 startNamespaceDeclHandler(handlerArg, prefix->name, in addBinding()
3222 endCdataSectionHandler(handlerArg); in doCdataSection()
3226 characterDataHandler(handlerArg, dataBuf, 0); in doCdataSection()
3239 characterDataHandler(handlerArg, &c, 1); in doCdataSection()
3253 charDataHandler(handlerArg, dataBuf, in doCdataSection()
3261 charDataHandler(handlerArg, in doCdataSection()
3472 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl()
3863 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3928 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
3960 !notStandaloneHandler(handlerArg)) in doProlog()
3974 endDoctypeDeclHandler(handlerArg); in doProlog()
4003 !notStandaloneHandler(handlerArg)) in doProlog()
4098 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4135 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4155 entityDeclHandler(handlerArg, in doProlog()
4195 && !notStandaloneHandler(handlerArg)) in doProlog()
4227 entityDeclHandler(handlerArg, in doProlog()
4246 unparsedEntityDeclHandler(handlerArg, in doProlog()
4256 entityDeclHandler(handlerArg, in doProlog()
4373 notationDeclHandler(handlerArg, in doProlog()
4385 notationDeclHandler(handlerArg, in doProlog()
4510 skippedEntityHandler(handlerArg, name, 1); in doProlog()
4553 !notStandaloneHandler(handlerArg)) in doProlog()
4586 elementDeclHandler(handlerArg, declElementType->name, content); in doProlog()
4662 elementDeclHandler(handlerArg, declElementType->name, model); in doProlog()
5300 processingInstructionHandler(handlerArg, target, data); in reportProcessingInstruction()
5322 commentHandler(handlerArg, data); in reportComment()
5346 defaultHandler(handlerArg, dataBuf, (int)(dataPtr - (ICHAR *)dataBuf)); in reportDefault()
5351 defaultHandler(handlerArg, (XML_Char *)s, (int)((XML_Char *)end - (XML_Char *)s)); in reportDefault()