HomeSort by relevance Sort by last modified time
    Searched refs:CURL_CA_BUNDLE (Results 1 - 8 of 8) sorted by null

  /external/curl/lib/
config-amigaos.h 106 #define CURL_CA_BUNDLE "s:curl-ca-bundle.crt"
config-dos.h 152 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")
config-os400.h 550 #define CURL_CA_BUNDLE "/QIBM/UserData/ICSS/Cert/Server/DEFAULT.KDB"
curl_setup.h 619 #if defined(CURL_WANTS_CA_BUNDLE_ENV) && !defined(CURL_CA_BUNDLE)
620 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")
curl_config.h.cmake 7 #cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE}
url.c 574 #if defined(CURL_CA_BUNDLE)
575 result = setstropt(&set->str[STRING_SSL_CAFILE_ORIG], CURL_CA_BUNDLE);
    [all...]
  /external/curl/
curl-config.in 74 echo @CURL_CA_BUNDLE@
  /external/curl/lib/vtls/
gskit.c 796 !strcmp(keyringfile, CURL_CA_BUNDLE)) {
    [all...]

Completed in 523 milliseconds