Searched defs:ASN1_ADB_st (Results 1 – 2 of 2) sorted by relevance
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 */
505 struct ASN1_ADB_st { struct506 unsigned long flags; /* Various flags */507 unsigned long offset; /* Offset of selector field */508 int (*adb_cb)(long *psel); /* Application callback */509 const ASN1_ADB_TABLE *tbl; /* Table of possible types */510 long tblcount; /* Number of entries in tbl */511 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */512 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */