Searched refs:INTERNET_GetLastError (Results 1 – 4 of 4) sorted by relevance
398 iar.dwError = bSuccess ? ERROR_SUCCESS : INTERNET_GetLastError(); in FTP_FtpPutFileW()691 iar.dwError = bSuccess ? ERROR_SUCCESS : INTERNET_GetLastError(); in FTP_FtpCreateDirectoryW()897 iar.dwError = hFindNext ? ERROR_SUCCESS : INTERNET_GetLastError(); in FTP_FtpFindFirstFileW()1241 iar.dwError = INTERNET_GetLastError(); in FTP_ReceiveRequestData()1420 iar.dwError = INTERNET_GetLastError(); in FTP_FtpOpenFileW()1745 iar.dwError = bSuccess ? ERROR_SUCCESS : INTERNET_GetLastError(); in FTP_FtpGetFileW()1905 iar.dwError = bSuccess ? ERROR_SUCCESS : INTERNET_GetLastError(); in FTP_FtpDeleteFileW()2048 iar.dwError = bSuccess ? ERROR_SUCCESS : INTERNET_GetLastError(); in FTP_FtpRemoveDirectoryW()2207 iar.dwError = bSuccess ? ERROR_SUCCESS : INTERNET_GetLastError(); in FTP_FtpRenameFileW()
421 DWORD INTERNET_GetLastError(void) DECLSPEC_HIDDEN;
1289 res = INTERNET_GetLastError(); in InternetConnectW()3858 DWORD INTERNET_GetLastError(void) in INTERNET_GetLastError() function
4161 return INTERNET_GetLastError(); in HTTP_HandleRedirect()