HomeSort by: relevance | last modified time | path
    Searched refs:ASN1_AFLG_REFCOUNT (Results 1 - 6 of 6) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/asn1/
tasn_utl.c 79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0)
  /src/crypto/external/bsd/openssl/dist/crypto/asn1/
tasn_utl.c 79 if (aux == NULL || (aux->flags & ASN1_AFLG_REFCOUNT) == 0)
  /src/crypto/external/bsd/openssl.old/dist/crypto/asn1/
tasn_utl.c 69 if (!aux || !(aux->flags & ASN1_AFLG_REFCOUNT))
  /src/crypto/external/apache2/openssl/dist/include/openssl/
asn1t.h.in 207 static const ASN1_AUX tname##_aux = { NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL }; \
722 #define ASN1_AFLG_REFCOUNT 1
  /src/crypto/external/bsd/openssl/dist/include/openssl/
asn1t.h.in 210 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0, NULL}; \
733 # define ASN1_AFLG_REFCOUNT 1
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
asn1t.h 163 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), offsetof(tname, lock), cb, 0}; \
748 # define ASN1_AFLG_REFCOUNT 1

Completed in 29 milliseconds