OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FtpFile
(Results
1 - 3
of
3
) sorted by null
/external/curl/docs/examples/
ftpget.c
33
struct
FtpFile
{
40
struct
FtpFile
*out=(struct
FtpFile
*)stream;
55
struct
FtpFile
ftpfile
={
local
72
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &
ftpfile
);
88
if(
ftpfile
.stream)
89
fclose(
ftpfile
.stream); /* close the local file */
ftpsget.c
34
struct
FtpFile
{
42
struct
FtpFile
*out=(struct
FtpFile
*)stream;
57
struct
FtpFile
ftpfile
={
local
76
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &
ftpfile
);
95
if(
ftpfile
.stream)
96
fclose(
ftpfile
.stream); /* close the local file */
sftpget.c
37
struct
FtpFile
{
45
struct
FtpFile
*out=(struct
FtpFile
*)stream;
60
struct
FtpFile
ftpfile
={
local
77
curl_easy_setopt(curl, CURLOPT_WRITEDATA, &
ftpfile
);
100
if(
ftpfile
.stream)
101
fclose(
ftpfile
.stream); /* close the local file */
Completed in 203 milliseconds