Home
last modified time | relevance | path

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

/reactos/dll/win32/wininet/
H A Dftp.c178 static BOOL FTP_SendAccount(ftp_session_t*);
2619 bSuccess = FTP_SendAccount(lpwfs); in FTP_ConnectToHost()
2848 bSuccess = FTP_SendAccount(lpwfs); in FTP_SendPassword()
2869 static BOOL FTP_SendAccount(ftp_session_t *lpwfs) in FTP_SendAccount() function