Home
last modified time | relevance | path

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

/external/curl/lib/
Dftp.c110 static CURLcode ftp_quit(struct connectdata *conn);
4092 static CURLcode ftp_quit(struct connectdata *conn) in ftp_quit() function
4138 (void)ftp_quit(conn); /* ignore errors on the QUIT */ in ftp_disconnect()