Searched refs:method_in (Results 1 – 1 of 1) sorted by relevance
83 void METHOD_ref(void *method_in) { in METHOD_ref() argument84 assert(((struct openssl_method_common_st*) method_in)->is_static); in METHOD_ref()87 void METHOD_unref(void *method_in) { in METHOD_unref() argument88 struct openssl_method_common_st *method = method_in; in METHOD_unref()