Searched refs:ASN1_AFLG_REFCOUNT (Results 1 – 4 of 4) sorted by relevance
64 The B<ASN1_AFLG_REFCOUNT> flag indicates that objects support reference counting.77 If the B<ASN1_AFLG_REFCOUNT> flag is set then this value is assumed to be an83 If the B<ASN1_AFLG_REFCOUNT> flag is set then this value is assumed to be an
79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0) in ossl_asn1_do_lock()
209 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset…732 # define ASN1_AFLG_REFCOUNT 1 macro
210 …static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offset…733 # define ASN1_AFLG_REFCOUNT 1 macro