Home
last modified time | relevance | path

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

/external/curl/lib/
Durldata.h1573 curl_ftpccc ftp_ccc; /* FTP CCC options */ member
Dftp.c2838 if(data->set.ftp_ccc) { in ftp_statemach_act()
Durl.c1555 data->set.ftp_ccc = (curl_ftpccc)va_arg(param, long); in Curl_setopt()
/external/curl/lib/vtls/
Dgskit.c999 if(data->set.ftp_ccc != CURLFTPSSL_CCC_ACTIVE) in Curl_gskit_shutdown()
Dgtls.c1398 if(data->set.ftp_ccc == CURLFTPSSL_CCC_ACTIVE) in Curl_gtls_shutdown()
Ddarwinssl.c2245 if(data->set.ftp_ccc != CURLFTPSSL_CCC_ACTIVE)
Dopenssl.c916 if(data->set.ftp_ccc == CURLFTPSSL_CCC_ACTIVE) in Curl_ossl_shutdown()