Searched refs:ftpc (Results 1 – 6 of 6) sorted by relevance
231 static void freedirs(struct ftp_conn *ftpc) in freedirs() argument233 if(ftpc->dirs) { in freedirs()235 for(i = 0; i < ftpc->dirdepth; i++) { in freedirs()236 free(ftpc->dirs[i]); in freedirs()237 ftpc->dirs[i] = NULL; in freedirs()239 free(ftpc->dirs); in freedirs()240 ftpc->dirs = NULL; in freedirs()241 ftpc->dirdepth = 0; in freedirs()243 Curl_safefree(ftpc->file); in freedirs()246 Curl_safefree(ftpc->newhost); in freedirs()[all …]
1322 if(Curl_timestrcmp(needle->proto.ftpc.account, in ConnectionExists()1323 check->proto.ftpc.account) || in ConnectionExists()1324 Curl_timestrcmp(needle->proto.ftpc.alternative_to_user, in ConnectionExists()1325 check->proto.ftpc.alternative_to_user) || in ConnectionExists()1326 (needle->proto.ftpc.use_ssl != check->proto.ftpc.use_ssl) || in ConnectionExists()1327 (needle->proto.ftpc.ccc != check->proto.ftpc.ccc)) in ConnectionExists()
396 data->conn->proto.ftpc.transfertype == 'A') { in Curl_client_write()
1015 struct ftp_conn ftpc; member
2462 | |- ftpc/
15575 - netutils/ftpc: Fix some memory leaks. From Boris Astardzhiev.16162 - apps/netutils/ftpc: Adds support for IPv6 and fixes various16698 - apps/netutils/ftpc: Fix some crazy comparisons to determine is a17445 - apps/netutils/ftpc: Fix some corner-cases that could cause FTP to19648 - apps/netutils/ftpc: Fix handling of url-encoded strings From27054 - PR-1070 PR-1086 spresense: Add ftpd/ftpc and nxplayer to wifi and rndis