Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_lib.c135 const X509V3_EXT_METHOD *ext_method = X509V3_EXT_get_nid(nid); in X509V3_EXT_free() local
136 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()
/external/boringssl/src/crypto/x509v3/
Dv3_lib.c137 const X509V3_EXT_METHOD *ext_method = X509V3_EXT_get_nid(nid); in X509V3_EXT_free() local
138 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()
/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…