Home
last modified time | relevance | path

Searched refs:CURLSSLOPT_NO_REVOKE (Results 1 – 7 of 7) sorted by relevance

/external/curl/lib/
Ddoh.c309 ERROR_CHECK_SETOPT(CURLOPT_PROXY_SSL_OPTIONS, CURLSSLOPT_NO_REVOKE); in dohprobe()
345 ERROR_CHECK_SETOPT(CURLOPT_SSL_OPTIONS, CURLSSLOPT_NO_REVOKE); in dohprobe()
Dsetopt.c2219 data->set.ssl.no_revoke = !!(arg & CURLSSLOPT_NO_REVOKE); in Curl_vsetopt()
2230 data->set.proxy_ssl.no_revoke = !!(arg & CURLSSLOPT_NO_REVOKE); in Curl_vsetopt()
/external/curl/docs/libcurl/
Dsymbols-in-versions806 CURLSSLOPT_NO_REVOKE 7.44.0
/external/curl/src/
Dtool_setopt.c126 NV(CURLSSLOPT_NO_REVOKE),
Dtool_operate.c1696 (config->ssl_no_revoke ? CURLSSLOPT_NO_REVOKE : 0); in single_transfer()
/external/curl/include/curl/
Dcurl.h874 #define CURLSSLOPT_NO_REVOKE (1<<1) macro
/external/curl/packages/OS400/
Dcurl.inc.in771 d CURLSSLOPT_NO_REVOKE...