Home
last modified time | relevance | path

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

/reactos/dll/win32/wininet/
H A Dftp.c2313 if (nRC != -1) in FtpCommandW()
2698 int nRC = 0; in FTP_SendCommandA() local
2722 nBytesSent += nRC; in FTP_SendCommandA()
2733 return (nRC != -1); in FTP_SendCommandA()
3270 int nRC = 1; in FTP_SendData() local
3303 if (nRC != -1) in FTP_SendData()
3324 } while (nRC != -1); in FTP_SendData()
3392 INT nRC = 0; in FTP_RetrieveFileData() local
3404 while (nRC != -1) in FTP_RetrieveFileData()
3407 if (nRC != -1) in FTP_RetrieveFileData()
[all …]