Home
last modified time | relevance | path

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

/trunk/main/xmlsecurity/tools/demo/
H A Dperformance.cxx1071 bool bIsStringType = m_stCurrentPathType.top(); in endElement() local
1076 if (bIsStringType && !strcmp((const char *)pSignedInfo, SIGNEDINFO_STR)) in endElement()
1081 bIsStringType = m_stCurrentPathType.top(); in endElement()
1083 if (!bIsStringType && pSignature != NULL) in endElement()
1300 bool bIsStringType = m_stCurrentPathType.top(); in checkSecurityElement() local
1305 if (bIsStringType && !m_stCurrentPath.empty()) in checkSecurityElement()
1329 m_stCurrentPathType.push(bIsStringType); in checkSecurityElement()
1342 bool bIsStringType = m_stCurrentPathType.top(); in checkSecurityElement() local
1347 if (bIsStringType && !m_stCurrentPath.empty()) in checkSecurityElement()
1360 m_stCurrentPathType.push(bIsStringType); in checkSecurityElement()
[all …]