Searched refs:PRTASN1SETCORE (Results 1 - 3 of 3) sorted by relevance
/vbox/include/iprt/ |
H A D | asn1.h | 676 typedef RTASN1SETCORE *PRTASN1SETCORE; typedef 680 RTDECL(int) RTAsn1SetCore_Init(PRTASN1SETCORE pThis, PCRTASN1COREVTABLE pVtable); 681 RTDECL(int) RTAsn1SetCore_Clone(PRTASN1SETCORE pThis, PCRTASN1COREVTABLE pVtable, PCRTASN1SETCORE pSrc); 698 # define PRTASN1SETOFCORE PRTASN1SETCORE 1915 PRTASN1SETCORE pSetCore, PRTASN1CURSOR pSetCursor, const char *pszErrorTag);
|
/vbox/src/VBox/Runtime/common/asn1/ |
H A D | asn1-basics.cpp | 556 RTDECL(int) RTAsn1SetCore_Init(PRTASN1SETCORE pThis, PCRTASN1COREVTABLE pVtable) 566 RTDECL(int) RTAsn1SetCore_Clone(PRTASN1SETCORE pThis, PCRTASN1COREVTABLE pVtable, PCRTASN1SETCORE pSrc)
|
H A D | asn1-cursor.cpp | 408 PRTASN1SETCORE pSetCore, PRTASN1CURSOR pSetCursor, const char *pszErrorTag)
|
Completed in 838 milliseconds