Searched refs:ftpc (Results 1 – 7 of 7) sorted by relevance
243 static void freedirs(struct ftp_conn *ftpc) in freedirs() argument245 if(ftpc->dirs) { in freedirs()247 for(i = 0; i < ftpc->dirdepth; i++) { in freedirs()248 free(ftpc->dirs[i]); in freedirs()249 ftpc->dirs[i] = NULL; in freedirs()251 free(ftpc->dirs); in freedirs()252 ftpc->dirs = NULL; in freedirs()253 ftpc->dirdepth = 0; in freedirs()255 Curl_safefree(ftpc->file); in freedirs()258 Curl_safefree(ftpc->newhost); in freedirs()[all …]
1356 if(Curl_timestrcmp(needle->proto.ftpc.account, in ConnectionExists()1357 check->proto.ftpc.account) || in ConnectionExists()1358 Curl_timestrcmp(needle->proto.ftpc.alternative_to_user, in ConnectionExists()1359 check->proto.ftpc.alternative_to_user) || in ConnectionExists()1360 (needle->proto.ftpc.use_ssl != check->proto.ftpc.use_ssl) || in ConnectionExists()1361 (needle->proto.ftpc.ccc != check->proto.ftpc.ccc)) in ConnectionExists()
630 conn->proto.ftpc.transfertype == 'A') { in Curl_client_write()
1091 struct ftp_conn ftpc; member
134 o Revert "ftp: Expression 'ftpc->wait_data_conn' is always false" [147]
2451 | |- ftpc/
15576 - netutils/ftpc: Fix some memory leaks. From Boris Astardzhiev.16163 - apps/netutils/ftpc: Adds support for IPv6 and fixes various16699 - apps/netutils/ftpc: Fix some crazy comparisons to determine is a17446 - apps/netutils/ftpc: Fix some corner-cases that could cause FTP to19649 - apps/netutils/ftpc: Fix handling of url-encoded strings From27055 - PR-1070 PR-1086 spresense: Add ftpd/ftpc and nxplayer to wifi and rndis