Lines Matching refs:m_stCurrentPath

298 	std::stack< void* > m_stCurrentPath;  member in XSecTester
536 OSL_ASSERT(m_stCurrentPath.empty()); in parseFile()
1102 if (!m_stCurrentPath.empty()) in endElement()
1104 void* pSignedInfo = m_stCurrentPath.top(); in endElement()
1107 m_stCurrentPath.pop(); in endElement()
1112 if (!m_stCurrentPath.empty()) in endElement()
1114 void* pSignature = m_stCurrentPath.top(); in endElement()
1327 m_stCurrentPath.push(pSignatureEntity); in checkSecurityElement()
1332 if (!m_stCurrentPath.empty()) in checkSecurityElement()
1334 void* pSignedInfo = m_stCurrentPath.top(); in checkSecurityElement()
1337 m_stCurrentPath.pop(); in checkSecurityElement()
1340 if (bIsStringType && !m_stCurrentPath.empty()) in checkSecurityElement()
1342 void* pSignature = m_stCurrentPath.top(); in checkSecurityElement()
1363 m_stCurrentPath.push(pSignedInfo); in checkSecurityElement()
1366 m_stCurrentPath.push( (void *)REFERENCE_STR); in checkSecurityElement()
1374 if (!m_stCurrentPath.empty()) in checkSecurityElement()
1376 void* pKeyInfo = m_stCurrentPath.top(); in checkSecurityElement()
1379 m_stCurrentPath.pop(); in checkSecurityElement()
1382 if (bIsStringType && !m_stCurrentPath.empty()) in checkSecurityElement()
1389 (SecurityEntity *) (m_stCurrentPath.top()); in checkSecurityElement()
1394 m_stCurrentPath.push(pKeyInfo); in checkSecurityElement()
1398 m_stCurrentPath.push((void *)KEYVALUE_STR); in checkSecurityElement()
1403 if (!m_stCurrentPath.empty()) in checkSecurityElement()
1405 void* pKeyInfo = m_stCurrentPath.top(); in checkSecurityElement()
1408 m_stCurrentPath.pop(); in checkSecurityElement()
1411 if (bIsStringType && !m_stCurrentPath.empty()) in checkSecurityElement()
1418 (SecurityEntity *) m_stCurrentPath.top(); in checkSecurityElement()
1432 m_stCurrentPath.push(pKeyInfo); in checkSecurityElement()
1436 m_stCurrentPath.push((void *)RETRIEVALMETHOD_STR); in checkSecurityElement()
1441 m_stCurrentPath.push((void *)KEYINFO_STR); in checkSecurityElement()
1446 m_stCurrentPath.push((void *)SIGNEDINFO_STR); in checkSecurityElement()
1451 m_stCurrentPath.push((void *)OTHER_ELEMENT_STR); in checkSecurityElement()