HomeSort by: relevance | last modified time | path
    Searched defs:ossl_method_up_ref (Results 1 - 4 of 4) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/crypto/property/
property.c 162 static int ossl_method_up_ref(METHOD *method) function
343 if (!ossl_method_up_ref(&impl->method)) {
732 if (ret && ossl_method_up_ref(&best_impl->method)) {
880 if (ossl_method_up_ref(&r->method)) {
929 if (!ossl_method_up_ref(&p->method))
property.c 162 static int ossl_method_up_ref(METHOD *method) function
343 if (!ossl_method_up_ref(&impl->method)) {
732 if (ret && ossl_method_up_ref(&best_impl->method)) {
880 if (ossl_method_up_ref(&r->method)) {
929 if (!ossl_method_up_ref(&p->method))
  /src/crypto/external/bsd/openssl/dist/crypto/property/
property.c 169 static int ossl_method_up_ref(METHOD *method) function
324 if (!ossl_method_up_ref(&impl->method)) {
586 if (ret && ossl_method_up_ref(&best_impl->method)) {
718 if (ossl_method_up_ref(&r->method)) {
767 if (!ossl_method_up_ref(&p->method))
property.c 169 static int ossl_method_up_ref(METHOD *method) function
324 if (!ossl_method_up_ref(&impl->method)) {
586 if (ret && ossl_method_up_ref(&best_impl->method)) {
718 if (ossl_method_up_ref(&r->method)) {
767 if (!ossl_method_up_ref(&p->method))

Completed in 47 milliseconds