Searched defs:ASN1_ITEM_st (Results 1 – 1 of 1) sorted by relevance
563 struct ASN1_ITEM_st { struct564 char itype; /* The item type, primitive, SEQUENCE, CHOICE566 long utype; /* underlying type */567 const ASN1_TEMPLATE *templates; /* If SEQUENCE or CHOICE this contains569 long tcount; /* Number of templates if SEQUENCE or CHOICE */570 const void *funcs; /* functions that handle this type */571 long size; /* Structure size (usually) */573 const char *sname; /* Structure name */
Completed in 6 milliseconds