Searched refs:bIsStringType (Results 1 – 1 of 1) sorted by relevance
1071 bool bIsStringType = m_stCurrentPathType.top(); in endElement() local1076 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() local1305 if (bIsStringType && !m_stCurrentPath.empty()) in checkSecurityElement()1329 m_stCurrentPathType.push(bIsStringType); in checkSecurityElement()1342 bool bIsStringType = m_stCurrentPathType.top(); in checkSecurityElement() local1347 if (bIsStringType && !m_stCurrentPath.empty()) in checkSecurityElement()1360 m_stCurrentPathType.push(bIsStringType); in checkSecurityElement()[all …]