Searched refs:RTASN1CORE_IS_DUMMY (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-encode.cpp135 Assert(RTASN1CORE_IS_DUMMY(pAsn1Core));
207 if (pAsn1Core->cbHdr > 0 || RTASN1CORE_IS_DUMMY(pAsn1Core))
352 Assert(RTASN1CORE_IS_DUMMY(pAsn1Core));
393 Assert(!RTASN1CORE_IS_DUMMY(pAsn1Core));
H A Dasn1-dump.cpp790 if (RTASN1CORE_IS_DUMMY(pAsn1Core))
/vbox/include/iprt/
H A Dasn1.h512 #define RTASN1CORE_IS_DUMMY(a_pAsn1Core) ( RT_BOOL((a_pAsn1Core)->fFlags & RTASN1CORE_F_DUMMY) ) macro

Completed in 2696 milliseconds