Home
last modified time | relevance | path

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

/curl/scripts/
H A Dcompletion.pl130 $b =~ /([^=]*)/; my $mb = $1;
132 length($mb) <=> length($ma)
/curl/lib/vtls/
H A Dwolfssl.c469 const struct wssl_x509_share *mb) in cached_x509_store_expired() argument
473 timediff_t elapsed_ms = Curl_timediff(now, mb->time); in cached_x509_store_expired()
484 const struct wssl_x509_share *mb) in cached_x509_store_different() argument
487 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
488 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
490 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()
H A Dopenssl.c3384 const struct ossl_x509_share *mb) in cached_x509_store_expired() argument
3388 timediff_t elapsed_ms = Curl_timediff(now, mb->time); in cached_x509_store_expired()
3399 const struct ossl_x509_share *mb) in cached_x509_store_different() argument
3402 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
3403 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
3405 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()

Completed in 21 milliseconds