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

  /src/crypto/external/apache2/openssl/dist/crypto/x509/
v3_utl.c 45 int sk_allocated = (*extlist == NULL); local
59 if (sk_allocated && (*extlist = sk_CONF_VALUE_new_null()) == NULL) {
70 if (sk_allocated) {
  /src/crypto/external/bsd/openssl/dist/crypto/x509/
v3_utl.c 45 int sk_allocated = (*extlist == NULL); local
59 if (sk_allocated && (*extlist = sk_CONF_VALUE_new_null()) == NULL)
69 if (sk_allocated) {
  /src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/
v3_utl.c 43 int sk_allocated = (*extlist == NULL); local
60 if (sk_allocated && (*extlist = sk_CONF_VALUE_new_null()) == NULL)
70 if (sk_allocated) {

Completed in 31 milliseconds