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()
2278 characterDataHandler(handlerArg, &c, 1); in doContent()
2327 characterDataHandler(handlerArg, &ch, 1); in doContent()
2351 skippedEntityHandler(handlerArg, name, 0); in doContent()
2364 skippedEntityHandler(handlerArg, entity->name, 0); in doContent()
2454 startElementHandler(handlerArg, tag->name.str, in doContent()
2480 startElementHandler(handlerArg, name.str, (const XML_Char **)atts); in doContent()
2486 endElementHandler(handlerArg, name.str); in doContent()
2495 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2543 endElementHandler(handlerArg, tag->name.str); in doContent()
2550 endNamespaceDeclHandler(handlerArg, b->prefix->name); in doContent()
2567 characterDataHandler(handlerArg, buf, XmlEncode(n, (ICHAR *)buf)); in doContent()
2578 characterDataHandler(handlerArg, &c, 1); in doContent()
2587 startCdataSectionHandler(handlerArg); in doContent()
2602 characterDataHandler(handlerArg, dataBuf, 0); in doContent()
2624 characterDataHandler(handlerArg, dataBuf, in doContent()
2628 characterDataHandler(handlerArg, in doContent()
2656 charDataHandler(handlerArg, dataBuf, in doContent()
2664 charDataHandler(handlerArg, in doContent()
3171 startNamespaceDeclHandler(handlerArg, prefix->name, in addBinding()
3235 endCdataSectionHandler(handlerArg); in doCdataSection()
3239 characterDataHandler(handlerArg, dataBuf, 0); in doCdataSection()
3252 characterDataHandler(handlerArg, &c, 1); in doCdataSection()
3266 charDataHandler(handlerArg, dataBuf, in doCdataSection()
3274 charDataHandler(handlerArg, in doCdataSection()
3485 xmlDeclHandler(handlerArg, storedversion, storedEncName, standalone); in processXmlDecl()
3876 startDoctypeDeclHandler(handlerArg, doctypeName, doctypeSysid, in doProlog()
3941 startDoctypeDeclHandler(handlerArg, doctypeName, in doProlog()
3973 !notStandaloneHandler(handlerArg)) in doProlog()
3987 endDoctypeDeclHandler(handlerArg); in doProlog()
4016 !notStandaloneHandler(handlerArg)) in doProlog()
4111 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4148 attlistDeclHandler(handlerArg, declElementType->name, in doProlog()
4168 entityDeclHandler(handlerArg, in doProlog()
4208 && !notStandaloneHandler(handlerArg)) in doProlog()
4240 entityDeclHandler(handlerArg, in doProlog()
4259 unparsedEntityDeclHandler(handlerArg, in doProlog()
4269 entityDeclHandler(handlerArg, in doProlog()
4386 notationDeclHandler(handlerArg, in doProlog()
4398 notationDeclHandler(handlerArg, in doProlog()
4523 skippedEntityHandler(handlerArg, name, 1); in doProlog()
4566 !notStandaloneHandler(handlerArg)) in doProlog()
4599 elementDeclHandler(handlerArg, declElementType->name, content); in doProlog()
4675 elementDeclHandler(handlerArg, declElementType->name, model); in doProlog()
5313 processingInstructionHandler(handlerArg, target, data); in reportProcessingInstruction()
5335 commentHandler(handlerArg, data); in reportComment()
5360 defaultHandler(handlerArg, dataBuf, (int)(dataPtr - (ICHAR *)dataBuf)); in reportDefault()
5365 defaultHandler(handlerArg, (XML_Char *)s, (int)((XML_Char *)end - (XML_Char *)s)); in reportDefault()