Home
last modified time | relevance | path

Searched refs:ext_method (Results 1 – 2 of 2) sorted by relevance

/external/boringssl/src/crypto/x509v3/
Dv3_lib.c127 const X509V3_EXT_METHOD *ext_method = X509V3_EXT_get_nid(nid); in X509V3_EXT_free() local
128 if (ext_method == NULL) in X509V3_EXT_free()
134 if (ext_method->it != NULL) in X509V3_EXT_free()
135 ASN1_item_free(ext_data, ASN1_ITEM_ptr(ext_method->it)); in X509V3_EXT_free()
136 else if (ext_method->ext_free != NULL) in X509V3_EXT_free()
137 ext_method->ext_free(ext_data); in X509V3_EXT_free()
/external/llvm/test/Transforms/Inline/
Dinline-musttail-varargs.ll6 declare void @ext_method(i8*, i32)
10 …musttail call void (i8*, ...) bitcast (void (i8*, i32)* @ext_method to void (i8*, ...)*)(i8* %this…