Home
last modified time | relevance | path

Searched defs:store_ptr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/crates/openssl/src/
Dcms.rs251 let store_ptr = store.map_or(ptr::null_mut(), |p| p.as_ptr()); in verify() localVariable
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dssl_x509.cc1262 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store()
/aosp_15_r20/external/cronet/third_party/boringssl/src/ssl/
H A Dssl_x509.cc1191 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/ssl/
Dssl_x509.cc1262 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store()
/aosp_15_r20/external/boringssl/src/ssl/
H A Dssl_x509.cc1191 static int set_cert_store(X509_STORE **store_ptr, X509_STORE *new_store, in set_cert_store()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_llvm.c1505 LLVMValueRef store_ptr; in draw_gs_llvm_end_primitive() local