Searched defs:ASN1_ITEM_st (Results 1 – 2 of 2) sorted by relevance
602 struct ASN1_ITEM_st { struct603 char itype; /* The item type, primitive, SEQUENCE, CHOICE605 long utype; /* underlying type */606 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains608 long tcount; /* Number of templates if SEQUENCE or CHOICE */609 const void *funcs; /* further data and type-specific functions */611 long size; /* Structure size (usually) */612 const char *sname; /* Structure name */
601 struct ASN1_ITEM_st { struct602 char itype; /* The item type, primitive, SEQUENCE, CHOICE604 long utype; /* underlying type */605 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains607 long tcount; /* Number of templates if SEQUENCE or CHOICE */608 const void *funcs; /* further data and type-specific functions */610 long size; /* Structure size (usually) */611 const char *sname; /* Structure name */