Home
last modified time | relevance | path

Searched refs:cached_store (Results 1 - 2 of 2) sorted by relevance

/third_party/curl/lib/vtls/
H A Dopenssl.c3417 X509_STORE *cached_store; in Curl_ssl_setup_x509_store() local
3430 cached_store = get_cached_x509_store(cf, data); in Curl_ssl_setup_x509_store()
3431 if(cached_store && cache_criteria_met && X509_STORE_up_ref(cached_store)) { in Curl_ssl_setup_x509_store()
3432 SSL_CTX_set_cert_store(ssl_ctx, cached_store); in Curl_ssl_setup_x509_store()
/third_party/rust/crates/libc/src/
H A Dpsp.rs1549 pub cached_store: u32,

Completed in 15 milliseconds