Home
last modified time | relevance | path

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

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