Searched defs:ASN1_ITEM_st (Results 1 – 1 of 1) sorted by relevance
514 struct ASN1_ITEM_st { struct515 char itype; /* The item type, primitive, SEQUENCE, CHOICE or extern */516 long utype; /* underlying type */517 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains the contents */518 long tcount; /* Number of templates if SEQUENCE or CHOICE */519 const void *funcs; /* functions that handle this type */520 long size; /* Structure size (usually)*/522 const char *sname; /* Structure name */