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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-dyntype.cpp63 case RTASN1TYPE_INTEGER: rc = RTAsn1Integer_Clone(&pThis->u.Integer, &pSrc->u.Integer, pAllocator); break;
127 case RTASN1TYPE_INTEGER: return RTAsn1Integer_Compare(&pLeft->u.Integer, &pRight->u.Integer);
152 case RTASN1TYPE_INTEGER: rc = RTAsn1Integer_CheckSanity(&pThis->u.Integer, fFlags, pErrInfo, pszErrorTag); break;
H A Dasn1-ut-dyntype-decode.cpp61 pDynType->enmType = RTASN1TYPE_INTEGER;
206 case RTASN1TYPE_INTEGER:
/vbox/include/iprt/
H A Dasn1.h1270 RTASN1TYPE_INTEGER, enumerator in enum:RTASN1TYPE
1314 /** RTASN1TYPE_INTEGER. */

Completed in 730 milliseconds