Lines Matching defs:RTASN1CORE

189 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
474 } RTASN1CORE;
475 /** The Vtable for a RTASN1CORE structure when not in some way use used as a
479 RTASN1TYPE_STANDARD_PROTOTYPES_NO_GET_CORE(RTASN1CORE, RTDECL, RTAsn1Core);
481 /** @name RTASN1CORE_F_XXX - Flags for RTASN1CORE::fFlags
488 * RTASN1CORE::uImplicitTag hold the universal tag value if one exists. */
584 RTASN1CORE Asn1Core;
617 RTASN1CORE Asn1Core;
634 RTASN1CORE Asn1Core;
673 RTASN1CORE Asn1Core;
690 RTASN1CORE Asn1Core;
726 RTASN1_IMPL_GEN_SEQ_OF_TYPEDEFS_AND_PROTOS(RTASN1SEQOFCORES, RTASN1CORE, RTDECL, RTAsn1SeqOfCores);
727 RTASN1_IMPL_GEN_SET_OF_TYPEDEFS_AND_PROTOS(RTASN1SETOFCORES, RTASN1CORE, RTDECL, RTAsn1SetOfCores);
736 RTASN1CORE Asn1Core;
754 RTASN1CORE Asn1Core;
843 RTASN1CORE Asn1Core;
881 RTASN1CORE Asn1Core;
925 RTASN1CORE Asn1Core;
991 RTASN1CORE Asn1Core;
1045 RTASN1CORE Asn1Core;
1076 RTASN1CORE Asn1Core;
1199 RTASN1CORE Asn1Core;
1212 typedef struct RT_CONCAT(RTASN1CONTEXTTAG,a_uTag) { RTASN1CORE Asn1Core; } RT_CONCAT(RTASN1CONTEXTTAG,a_uTag); \
1311 RTASN1CORE Core;