Searched defs:RTASN1CORE_F_TAG_IMPLICIT (Results 1 - 1 of 1) sorted by relevance

/vbox/include/iprt/
H A Dasn1.h489 #define RTASN1CORE_F_TAG_IMPLICIT RT_BIT_32(2) macro
536 * Retrievs the tag or implicit tag depending on the RTASN1CORE_F_TAG_IMPLICIT
542 #define RTASN1CORE_GET_TAG(a_pAsn1Core) ( !((a_pAsn1Core)->fFlags & RTASN1CORE_F_TAG_IMPLICIT) ? (a_pAsn1Core)->uTag : (a_pAsn1Core)->uRealTag )

Completed in 50 milliseconds