Home
last modified time | relevance | path

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

/external/curl/lib/
Ddoh.c303 ERROR_CHECK_SETOPT(CURLOPT_SSL_OPTIONS, CURLSSLOPT_NO_REVOKE); in dohprobe()
305 ERROR_CHECK_SETOPT(CURLOPT_PROXY_SSL_OPTIONS, CURLSSLOPT_NO_REVOKE); in dohprobe()
Dsetopt.c2084 data->set.ssl.no_revoke = !!(arg & CURLSSLOPT_NO_REVOKE); in vsetopt()
2091 data->set.proxy_ssl.no_revoke = !!(arg & CURLSSLOPT_NO_REVOKE); in vsetopt()
/external/curl/docs/libcurl/
Dsymbols-in-versions733 CURLSSLOPT_NO_REVOKE 7.44.0
/external/curl/src/
Dtool_setopt.c125 NV(CURLSSLOPT_NO_REVOKE),
Dtool_operate.c1485 (config->ssl_no_revoke ? CURLSSLOPT_NO_REVOKE : 0); in operate_do()
/external/curl/include/curl/
Dcurl.h820 #define CURLSSLOPT_NO_REVOKE (1<<1) macro
/external/curl/packages/OS400/
Dcurl.inc.in759 d CURLSSLOPT_NO_REVOKE...