Home
last modified time | relevance | path

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

/third_party/curl/lib/
Durldata.h1749 unsigned char ftp_ccc; /* FTP CCC options: curl_ftpccc */ member
Dftp.c2845 if(data->set.ftp_ccc) { in ftp_statemachine()
4441 ftpc->ccc = data->set.ftp_ccc; in ftp_setup_connection()
Dsetopt.c1300 data->set.ftp_ccc = (unsigned char)(curl_ftpccc)arg; in Curl_vsetopt()
/third_party/curl/lib/vtls/
Dgtls.c1488 if(data->set.ftp_ccc == CURLFTPSSL_CCC_ACTIVE) in gtls_shutdown()
Dsectransp.c3199 if(data->set.ftp_ccc != CURLFTPSSL_CCC_ACTIVE)
Dopenssl.c1965 if(data->set.ftp_ccc == CURLFTPSSL_CCC_ACTIVE) in ossl_shutdown()