Searched refs:PRTASN1NULL (Results 1 - 4 of 4) sorted by relevance
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-ut-null.cpp | 66 RTDECL(int) RTAsn1Null_Init(PRTASN1NULL pThis, PCRTASN1ALLOCATORVTABLE pAllocator) 73 RTDECL(int) RTAsn1Null_Clone(PRTASN1NULL pThis, PCRTASN1NULL pSrc, PCRTASN1ALLOCATORVTABLE pAllocator) 90 RTDECL(void) RTAsn1Null_Delete(PRTASN1NULL pThis) 101 RTDECL(int) RTAsn1Null_Enum(PRTASN1NULL pThis, PFNRTASN1ENUMCALLBACK pfnCallback, uint32_t uDepth, void *pvUser)
|
H A D | asn1-ut-null-decode.cpp | 39 RTDECL(int) RTAsn1Null_DecodeAsn1(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1NULL pThis, const char *pszErrorTag)
|
H A D | asn1-cursor.cpp | 458 RTDECL(int) RTAsn1CursorGetNull(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1NULL pNull, const char *pszErrorTag)
|
/vbox/include/iprt/ |
H A D | asn1.h | 739 typedef RTASN1NULL *PRTASN1NULL; typedef 1747 RTDECL(int) RTAsn1CursorGetNull(PRTASN1CURSOR pCursor, uint32_t fFlags, PRTASN1NULL pNull, const char *pszErrorTag);
|
Completed in 596 milliseconds