Searched defs:ASN1_ADB_st (Results 1 – 4 of 4) sorted by relevance
337 struct ASN1_ADB_st { struct338 uint32_t flags; /* Various flags */339 unsigned long offset; /* Offset of selector field */340 ASN1_MUST_BE_NULL *unused;341 const ASN1_ADB_TABLE *tbl; /* Table of possible types */342 long tblcount; /* Number of entries in tbl */343 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */344 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
290 struct ASN1_ADB_st { struct291 uint32_t flags; /* Various flags */292 unsigned long offset; /* Offset of selector field */293 ASN1_MUST_BE_NULL *unused;294 const ASN1_ADB_TABLE *tbl; /* Table of possible types */295 long tblcount; /* Number of entries in tbl */296 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */297 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */
366 struct ASN1_ADB_st { struct367 unsigned long flags; /* Various flags */368 unsigned long offset; /* Offset of selector field */369 ASN1_MUST_BE_NULL *unused;370 const ASN1_ADB_TABLE *tbl; /* Table of possible types */371 long tblcount; /* Number of entries in tbl */372 const ASN1_TEMPLATE *default_tt; /* Type to use if no match */373 const ASN1_TEMPLATE *null_tt; /* Type to use if selector is NULL */