Searched defs:ASN1_ITEM_st (Results 1 – 2 of 2) sorted by relevance
580 struct ASN1_ITEM_st { struct581 char itype; /* The item type, primitive, SEQUENCE, CHOICE583 long utype; /* underlying type */584 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains586 long tcount; /* Number of templates if SEQUENCE or CHOICE */587 const void *funcs; /* functions that handle this type */588 long size; /* Structure size (usually) */589 const char *sname; /* Structure name */
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 */