Searched defs:ASN1_ADB_st (Results 1 – 2 of 2) sorted by relevance
484 struct ASN1_ADB_st { struct485 unsigned long flags; /* Various flags */486 unsigned long offset; /* Offset of selector field */487 int (*adb_cb)(long *psel); /* Application callback */488 const ASN1_ADB_TABLE *tbl; /* Table of possible types */489 long tblcount; /* Number of entries in tbl */490 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */491 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
506 struct ASN1_ADB_st { struct507 unsigned long flags; /* Various flags */508 unsigned long offset; /* Offset of selector field */509 int (*adb_cb)(long *psel); /* Application callback */510 const ASN1_ADB_TABLE *tbl; /* Table of possible types */511 long tblcount; /* Number of entries in tbl */512 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */513 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */