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.c624 const struct wssl_x509_share *mb) in cached_x509_store_expired() argument
628 timediff_t elapsed_ms = Curl_timediff(now, mb->time); in cached_x509_store_expired()
639 const struct wssl_x509_share *mb) in cached_x509_store_different() argument
642 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
643 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
645 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()
H A Dopenssl.c3334 const struct ossl_x509_share *mb) in cached_x509_store_expired() argument
3341 timediff_t elapsed_ms = Curl_timediff(now, mb->time); in cached_x509_store_expired()
3350 const struct ossl_x509_share *mb) in cached_x509_store_different() argument
3353 if(!mb->CAfile || !conn_config->CAfile) in cached_x509_store_different()
3354 return mb->CAfile != conn_config->CAfile; in cached_x509_store_different()
3356 return strcmp(mb->CAfile, conn_config->CAfile); in cached_x509_store_different()

Completed in 18 milliseconds