Searched refs:fIgnoreTagAndClass (Results 1 - 2 of 2) 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) argument
160 else if (!fIgnoreTagAndClass)
257 return RTAsn1Core_CompareEx(pLeft, pRight, false /*fIgnoreTagAndClass*/);
/vbox/include/iprt/
H A Dasn1.h572 RTDECL(int) RTAsn1Core_CompareEx(PCRTASN1CORE pLeft, PCRTASN1CORE pRight, bool fIgnoreTagAndClass);

Completed in 55 milliseconds