Searched refs:RTAsn1Core_CompareEx (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-core.cpp148 RTDECL(int) RTAsn1Core_CompareEx(PCRTASN1CORE pLeft, PCRTASN1CORE pRight, bool fIgnoreTagAndClass) function
257 return RTAsn1Core_CompareEx(pLeft, pRight, false /*fIgnoreTagAndClass*/);
H A Dasn1-ut-bitstring.cpp475 iDiff = RTAsn1Core_CompareEx(&pLeft->Asn1Core, &pRight->Asn1Core, true /*fIgnoreTagAndClass*/);
482 iDiff = RTAsn1Core_CompareEx(&pLeft->Asn1Core, &pRight->Asn1Core, true /*fIgnoreTagAndClass*/);
H A Dasn1-ut-octetstring.cpp388 iDiff = RTAsn1Core_CompareEx(&pLeft->Asn1Core, &pRight->Asn1Core, true /*fIgnoreTagAndClass*/);
395 iDiff = RTAsn1Core_CompareEx(&pLeft->Asn1Core, &pRight->Asn1Core, true /*fIgnoreTagAndClass*/);
/vbox/include/iprt/
H A Dasn1.h572 RTDECL(int) RTAsn1Core_CompareEx(PCRTASN1CORE pLeft, PCRTASN1CORE pRight, bool fIgnoreTagAndClass);
H A Dmangling.h2108 # define RTAsn1Core_CompareEx RT_MANGLER(RTAsn1Core_CompareEx) macro

Completed in 87 milliseconds