Searched refs:CURLUSESSL_CONTROL (Results 1 - 5 of 5) sorted by relevance

/external/curl/src/
H A Dtool_setopt.c105 NV(CURLUSESSL_CONTROL),
H A Dtool_operate.c1200 my_setopt_enum(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_CONTROL);
/external/curl/include/curl/
H A Dcurl.h714 CURLUSESSL_CONTROL, /* SSL for the control connection or fail */ enumerator in enum:__anon3234
736 #define CURLFTPSSL_CONTROL CURLUSESSL_CONTROL
1263 CURLUSESSL_CONTROL - SSL for the control connection or fail
/external/google-breakpad/src/third_party/curl/
H A Dcurl.h556 CURLUSESSL_CONTROL, /* SSL for the control connection or fail */ enumerator in enum:__anon6288
569 #define CURLFTPSSL_CONTROL CURLUSESSL_CONTROL
/external/curl/lib/
H A Dftp.c2800 /* we failed and CURLUSESSL_CONTROL or CURLUSESSL_ALL is set */
2822 data->set.use_ssl == CURLUSESSL_CONTROL ? 'C' : 'P');
2831 (data->set.use_ssl != CURLUSESSL_CONTROL) ? TRUE : FALSE;
2834 else if(data->set.use_ssl > CURLUSESSL_CONTROL)

Completed in 147 milliseconds