Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dftp.c231 static void freedirs(struct ftp_conn *ftpc) in freedirs() argument
233 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 …]
Durl.c1322 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()
Dsendf.c396 data->conn->proto.ftpc.transfertype == 'A') { in Curl_client_write()
Durldata.h1015 struct ftp_conn ftpc; member
/third_party/NuttX/
DREADME.md2462 | |- ftpc/
DReleaseNotes15575 - netutils/ftpc: Fix some memory leaks. From Boris Astardzhiev.
16162 - apps/netutils/ftpc: Adds support for IPv6 and fixes various
16698 - apps/netutils/ftpc: Fix some crazy comparisons to determine is a
17445 - apps/netutils/ftpc: Fix some corner-cases that could cause FTP to
19648 - apps/netutils/ftpc: Fix handling of url-encoded strings From
27054 - PR-1070 PR-1086 spresense: Add ftpd/ftpc and nxplayer to wifi and rndis