Searched refs:ext_method (Results 1 – 3 of 3) sorted by relevance
135 const X509V3_EXT_METHOD *ext_method = X509V3_EXT_get_nid(nid); in X509V3_EXT_free() local136 if (ext_method == NULL) { in X509V3_EXT_free()141 if (ext_method->it != NULL) in X509V3_EXT_free()142 ASN1_item_free(ext_data, ASN1_ITEM_ptr(ext_method->it)); in X509V3_EXT_free()143 else if (ext_method->ext_free != NULL) in X509V3_EXT_free()144 ext_method->ext_free(ext_data); in X509V3_EXT_free()
137 const X509V3_EXT_METHOD *ext_method = X509V3_EXT_get_nid(nid); in X509V3_EXT_free() local138 if (ext_method == NULL) { in X509V3_EXT_free()143 if (ext_method->it != NULL) in X509V3_EXT_free()144 ASN1_item_free(ext_data, ASN1_ITEM_ptr(ext_method->it)); in X509V3_EXT_free()145 else if (ext_method->ext_free != NULL) in X509V3_EXT_free()146 ext_method->ext_free(ext_data); in X509V3_EXT_free()
6 declare void @ext_method(i8*, i32)10 …musttail call void (i8*, ...) bitcast (void (i8*, i32)* @ext_method to void (i8*, ...)*)(i8* %this…