Searched refs:pFastParser (Results 1 – 1 of 1) sorted by relevance
116 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackStartElement() local117 pFastParser->callbackStartElement( name, atts ); in call_callbackStartElement()122 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackEndElement() local123 pFastParser->callbackEndElement( name ); in call_callbackEndElement()128 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( userData ); in call_callbackCharacters() local129 pFastParser->callbackCharacters( s, nLen ); in call_callbackCharacters()135 FastSaxParser* pFastParser = reinterpret_cast< FastSaxParser* >( XML_GetUserData( parser ) ); in call_callbackExternalEntityRef() local136 …return pFastParser->callbackExternalEntityRef( parser, openEntityNames, base, systemId, publicId ); in call_callbackExternalEntityRef()
Completed in 15 milliseconds