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

/vbox/src/VBox/Runtime/common/asn1/
H A Dasn1-ut-core.cpp47 RTDECL(int) RTAsn1Core_SetTagAndFlags(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass) argument
51 pAsn1Core->fRealClass = pAsn1Core->fClass;
57 pAsn1Core->fClass = fClass;
78 pThis->fClass = pThis->fRealClass;
83 RTDECL(int) RTAsn1Core_InitEx(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass, PCRTASN1COREVTABLE pOps, uint32_t fFlags) argument
86 pAsn1Core->fClass = fClass;
88 pAsn1Core->fRealClass = fClass;
98 RTDECL(int) RTAsn1Core_InitDefault(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass) argument
[all...]
H A Dasn1-cursor.cpp219 pAsn1Core->fClass = 0;
239 pAsn1Core->fRealClass = pAsn1Core->fClass = uTag & ~ASN1_TAG_MASK;
326 RTDECL(int) RTAsn1CursorMatchTagClassFlagsEx(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, uint32_t uTag, uint32_t fClass, argument
331 if (pAsn1Core->fClass == fClass)
334 && pAsn1Core->fClass == (fClass | ASN1_TAGFLAG_CONSTRUCTED))
343 "%s: Constructed %s only allowed for >1000 byte in CER encoding: cb=%#x uTag=%#x fClass=%#x",
344 pszErrorTag, pszWhat, pAsn1Core->cb, pAsn1Core->uTag, pAsn1Core->fClass);
347 "%s: DER encoding does not allow constructed %s (cb=%#x uTag=%#x fClass
367 rtAsn1CursorGetXxxxCursor(PRTASN1CURSOR pCursor, uint32_t fFlags, uint32_t uTag, uint8_t fClass, PRTASN1CORE pAsn1Core, PRTASN1CURSOR pRetCursor, const char *pszErrorTag, const char *pszWhat) argument
439 RTAsn1CursorIsNextEx(PRTASN1CURSOR pCursor, uint32_t uTag, uint8_t fClass) argument
[all...]
/vbox/include/VBox/vmm/
H A Dpdmdrv.h247 uint32_t fClass; member in struct:PDMDRVREG
H A Dpdmdev.h285 uint32_t fClass; member in struct:PDMDEVREG
/vbox/include/iprt/
H A Dasn1.h454 uint8_t fClass; member in struct:RTASN1CORE
557 RTDECL(int) RTAsn1Core_InitEx(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass, PCRTASN1COREVTABLE pOps, uint32_t fFlags);
564 * @param fClass The tag class and flags.
566 RTDECL(int) RTAsn1Core_InitDefault(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass);
569 RTDECL(int) RTAsn1Core_SetTagAndFlags(PRTASN1CORE pAsn1Core, uint32_t uTag, uint8_t fClass);
1662 * @param fClass The expected class.
1670 RTDECL(int) RTAsn1CursorMatchTagClassFlagsEx(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, uint32_t uTag, uint32_t fClass,
1680 * @param fClass The expected class.
1686 DECLINLINE(int) RTAsn1CursorMatchTagClassFlags(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, uint32_t uTag, uint32_t fClass, argument
1689 if (pAsn1Core->uTag == uTag && pAsn1Core->fClass
1710 RTAsn1CursorMatchTagClassFlagsString(PRTASN1CURSOR pCursor, PRTASN1CORE pAsn1Core, uint32_t uTag, uint32_t fClass, uint32_t fFlags, const char *pszErrorTag, const char *pszWhat) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...

Completed in 75 milliseconds