Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dftp.c243 static void freedirs(struct ftp_conn *ftpc) in freedirs() argument
245 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 …]
Durl.c1356 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()
Dsendf.c630 conn->proto.ftpc.transfertype == 'A') { in Curl_client_write()
Durldata.h1091 struct ftp_conn ftpc; member
/third_party/curl/
DRELEASE-NOTES134 o Revert "ftp: Expression 'ftpc->wait_data_conn' is always false" [147]
/third_party/NuttX/
DREADME.md2451 | |- ftpc/
DReleaseNotes15576 - netutils/ftpc: Fix some memory leaks. From Boris Astardzhiev.
16163 - apps/netutils/ftpc: Adds support for IPv6 and fixes various
16699 - apps/netutils/ftpc: Fix some crazy comparisons to determine is a
17446 - apps/netutils/ftpc: Fix some corner-cases that could cause FTP to
19649 - apps/netutils/ftpc: Fix handling of url-encoded strings From
27055 - PR-1070 PR-1086 spresense: Add ftpd/ftpc and nxplayer to wifi and rndis