Home
last modified time | relevance | path

Searched refs:ancestorEvent (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx1546 AncestorEvent* ancestorEvent = new AncestorEvent( nLength ); in addStartAncestorEvent() local
1548 ancestorEvent->bIsStartElement = true; in addStartAncestorEvent()
1549 ancestorEvent->ouName = ouName; in addStartAncestorEvent()
1553 (ancestorEvent->aAttributeList[i]).sName = xAttribs->getNameByIndex((short)i); in addStartAncestorEvent()
1557 m_vAncestorEvents.push_back(ancestorEvent); in addStartAncestorEvent()
1562 AncestorEvent* ancestorEvent = new AncestorEvent(0); in addEndAncestorEvent() local
1564 ancestorEvent->bIsStartElement = false; in addEndAncestorEvent()
1565 ancestorEvent->ouName = ouName; in addEndAncestorEvent()
1567 m_vAncestorEvents.push_back(ancestorEvent); in addEndAncestorEvent()
1634 AncestorEvent* ancestorEvent = *ii; in flushAncestorEvents() local
[all …]

Completed in 19 milliseconds