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

/vbox/include/iprt/
H A Dasn1.h189 RTDECL(int) RTAsn1ContentAllocZ(struct RTASN1CORE *pAsn1Core, size_t cb, PCRTASN1ALLOCATORVTABLE pAllocator);
190 RTDECL(int) RTAsn1ContentDup(struct RTASN1CORE *pAsn1Core, void const *pvSrc, size_t cbSrc, PCRTASN1ALLOCATORVTABLE pAllocator);
191 RTDECL(int) RTAsn1ContentReallocZ(struct RTASN1CORE *pAsn1Core, size_t cb, PCRTASN1ALLOCATORVTABLE pAllocator);
192 RTDECL(void) RTAsn1ContentFree(struct RTASN1CORE *pAsn1Core);
197 typedef struct RTASN1CORE *PRTASN1CORE;
199 typedef struct RTASN1CORE const *PCRTASN1CORE;
213 typedef DECLCALLBACK(int) FNRTASN1ENUMCALLBACK(struct RTASN1CORE *pAsn1Core, const char *pszName, uint32_t uDepth, void *pvUser);
447 typedef struct RTASN1CORE struct
474 } RTASN1CORE; typedef in typeref:struct:RTASN1CORE
475 /** The Vtable for a RTASN1CORE structur
[all...]

Completed in 48 milliseconds