Searched refs:CURLUSESSL_CONTROL (Results 1 – 7 of 7) sorted by relevance
556 CURLUSESSL_CONTROL, /* SSL for the control connection or fail */ enumerator569 #define CURLFTPSSL_CONTROL CURLUSESSL_CONTROL
804 CURLUSESSL_CONTROL, /* SSL for the control connection or fail */ enumerator838 #define CURLFTPSSL_CONTROL CURLUSESSL_CONTROL
767 CURLUSESSL_CONTROL 7.17.0
118 NV(CURLUSESSL_CONTROL),
1344 my_setopt_enum(curl, CURLOPT_USE_SSL, (long)CURLUSESSL_CONTROL); in operate_do()
2728 data->set.use_ssl == CURLUSESSL_CONTROL ? 'C' : 'P'); in ftp_statemach_act()2737 (data->set.use_ssl != CURLUSESSL_CONTROL) ? TRUE : FALSE; in ftp_statemach_act()2740 else if(data->set.use_ssl > CURLUSESSL_CONTROL) in ftp_statemach_act()
752 d CURLUSESSL_CONTROL...