Searched refs:fExpectResponse (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/wininet/ |
H A D | ftp.c | 2218 BOOL WINAPI FtpCommandA( HINTERNET hConnect, BOOL fExpectResponse, DWORD dwFlags, in FtpCommandA() argument 2224 TRACE("%p %d 0x%08x %s 0x%08lx %p\n", hConnect, fExpectResponse, dwFlags, in FtpCommandA() 2227 if (fExpectResponse) in FtpCommandA() 2245 r = FtpCommandW(hConnect, fExpectResponse, dwFlags, cmdW, dwContext, phFtpCommand); in FtpCommandA() 2254 BOOL WINAPI FtpCommandW( HINTERNET hConnect, BOOL fExpectResponse, DWORD dwFlags, in FtpCommandW() argument 2263 TRACE("%p %d 0x%08x %s 0x%08lx %p\n", hConnect, fExpectResponse, dwFlags, in FtpCommandW() 2272 if (fExpectResponse) in FtpCommandW()
|