Searched defs:fIgnoreTagAndClass (Results 1 - 1 of 1) 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*/);

Completed in 32 milliseconds