ASN1_AUX
const ASN1_AUX *aux = it->funcs;
const ASN1_AUX *aux = it->funcs;
const ASN1_AUX *aux;
const ASN1_AUX *aux = it->funcs;
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_BROKEN, 0, 0, 0, 0 }; \
const ASN1_AUX *aux;
const ASN1_AUX *aux = it->funcs;
const ASN1_AUX *aux = it->funcs;
const ASN1_AUX *aux = it->funcs;
const ASN1_AUX *aux = it->funcs;
const ASN1_AUX *aux;
const ASN1_AUX *aux;
const ASN1_AUX *aux;
static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, NULL, 0, const_cb }; \
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_CONST_CB, 0, 0, cb, 0, const_cb }; \
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL }; \
static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc), NULL }; \
static const ASN1_AUX tname##_aux = { NULL, 0, 0, 0, cb, 0, NULL }; \