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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-dyntype-decode.cpp40 RTDECL(int) RTAsn1DynType_DecodeAsn1(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1DYNTYPE pDynType, const char *pszErrorTag) argument
42 RT_ZERO(*pDynType);
48 int rc = RTAsn1CursorReadHdr(pCursor, &pDynType->u.Core, pszErrorTag);
51 pDynType->enmType = RTASN1TYPE_CORE;
53 if (pDynType->u.Core.fClass == (ASN1_TAGCLASS_UNIVERSAL | ASN1_TAGFLAG_PRIMITIVE))
55 switch (pDynType->u.Core.uTag)
58 pDynType->enmType = RTASN1TYPE_BOOLEAN;
61 pDynType->enmType = RTASN1TYPE_INTEGER;
64 // pDynType->enmType = RTASN1TYPE_ENUMERATED;
67 // pDynType
[all...]
H A Dasn1-cursor.cpp532 RTDECL(int) RTAsn1CursorGetDynType(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1DYNTYPE pDynType, const char *pszErrorTag) argument
534 return RTAsn1DynType_DecodeAsn1(pCursor, fFlags, pDynType, pszErrorTag);
/vbox/include/iprt/
H A Dasn1.h1941 * @param pDynType The output context tag object.
1944 RTDECL(int) RTAsn1CursorGetDynType(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1DYNTYPE pDynType, const char *pszErrorTag);

Completed in 47 milliseconds