Home
last modified time | relevance | path

Searched refs:ftpc (Results 1 – 4 of 4) sorted by relevance

/curl/lib/
H A Dftp.c154 struct ftp_conn *ftpc = &conn->proto.ftpc; in _ftp_state() local
539 struct ftp_conn *ftpc = &conn->proto.ftpc; in ReceivedServerConnect() local
817 struct ftp_conn *ftpc = &conn->proto.ftpc; in Curl_GetFTPResponse() local
941 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_domore_getsock() local
974 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_cwd() local
1028 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_use_port() local
1396 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_use_pasv() local
1488 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_rest() local
1510 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_size() local
1608 struct ftp_conn *ftpc = &conn->proto.ftpc; in ftp_state_type() local
[all …]
H A Dkrb5.c239 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth()
328 struct pingpong *pp = &conn->proto.ftpc.pp; in krb5_auth()
774 struct pingpong *pp = &conn->proto.ftpc.pp; in sec_set_protection_level()
H A Durl.c1168 if(Curl_timestrcmp(needle->proto.ftpc.account, in ConnectionExists()
1169 check->proto.ftpc.account) || in ConnectionExists()
1170 Curl_timestrcmp(needle->proto.ftpc.alternative_to_user, in ConnectionExists()
1171 check->proto.ftpc.alternative_to_user) || in ConnectionExists()
1172 (needle->proto.ftpc.use_ssl != check->proto.ftpc.use_ssl) || in ConnectionExists()
1173 (needle->proto.ftpc.ccc != check->proto.ftpc.ccc)) in ConnectionExists()
H A Durldata.h935 struct ftp_conn ftpc; member

Completed in 53 milliseconds