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 613 #if defined(CURL_WANTS_CA_BUNDLE_ENV) && !defined(CURL_CA_BUNDLE)
614 #define CURL_CA_BUNDLE getenv("CURL_CA_BUNDLE")
curl_config.h.cmake 7 #cmakedefine CURL_CA_BUNDLE ${CURL_CA_BUNDLE}
url.c 583 #if defined(CURL_CA_BUNDLE)
584 result = setstropt(&set->str[STRING_SSL_CAFILE], CURL_CA_BUNDLE);
    [all...]
  /external/curl/
curl-config.in 74 echo @CURL_CA_BUNDLE@
  /external/curl/lib/vtls/
gskit.c 595 !strcmp(keyringfile, CURL_CA_BUNDLE)) {

Completed in 65 milliseconds