#include <windows.h>#include <wininet.h>Go to the source code of this file.
| enum fsInternetResult |
| fsInternetResult fsDownloadFile | ( | class fsInternetURLFile * | file, | |
| LPBYTE * | ppBuf, | |||
| UINT * | puSize, | |||
| BOOL * | pbAbort | |||
| ) |
| fsInternetResult fsHttpOpenPath | ( | LPCSTR | pszPath, | |
| class fsHttpConnection * | pServer, | |||
| class fsHttpFile * | pFile, | |||
| LPSTR * | ppRedirectedUrl, | |||
| BOOL * | pbRedirInner | |||
| ) |
Definition at line 168 of file fsinet.cpp.
Referenced by fsHttpOpenPath(), fsHttpOpenUrl(), fsHttpFiles::GetList(), and fsHttpFiles::GetUrlInfo().
| fsInternetResult fsHttpOpenUrl | ( | LPCSTR | pszUrl, | |
| LPCSTR | pszUser, | |||
| LPCSTR | pszPassword, | |||
| class fsHttpConnection * | pServer, | |||
| class fsHttpFile * | pFile, | |||
| LPSTR * | ppRedirectedUrl, | |||
| BOOL * | pbRedirInner | |||
| ) |
Definition at line 148 of file fsinet.cpp.
Referenced by fsHttpOpenPath(), and fsHttpFiles::GetUrlInfo().
| fsInternetResult fsHttpStatusCodeToIR | ( | DWORD | dwStatusCode | ) |
Definition at line 108 of file fsinet.cpp.
Referenced by fsInternetFile2::_threadDownload(), and fsHttpFile::Open_imp().
| BOOL fsIsServersEqual | ( | LPCSTR | pszServ1, | |
| LPCSTR | pszServ2, | |||
| BOOL | bExcludeSubDomainNameFrom2Site = FALSE | |||
| ) |
Definition at line 391 of file fsinet.cpp.
Referenced by CCreateDownloadDlg::_CheckDownloadAlrExists(), fsInternetFileListMgr::_threadGetList(), fsHttpFiles::CalcUrl(), vmsIETmpCookies::Find(), fsSitesMgr::FindSite(), fsDownloadsMgr::IsSuchUrlExistsAlready(), fsWebPageDownloader::IsUrlsEqual(), fsWebPageDownloader::IsURLShouldBeIgnored(), fsWebPageDownloader::OnCheckFileExtIsOK(), fsMirrorURLsMgr::OnSearchScriptResultsReceived(), fsWebPageDownloader::ParseHTMLFrameUrls(), fsWebPageDownloader::ParseHTMLImages(), fsWebPageDownloader::ParseHTMLUrls(), and CCreateDownloadListDlg::WriteUrlsToDialog().
| BOOL fsIsUrlRelative | ( | LPCSTR | pszUrl | ) |
Definition at line 377 of file fsinet.cpp.
| void fsRemoveWWW | ( | LPCSTR | pszUrl | ) |
Definition at line 382 of file fsinet.cpp.
Definition at line 238 of file fsinet.cpp.
Referenced by CCreateDownloadsDlg::BuildDownloads(), fsInternetFileListMgr::FolderToUrl(), fsInternetFileListMgr::GetFullUrl(), CWgUrlListReceiver::GetUrlListFromDocumentSelection(), fsWebPageDownloader::ParseHTMLFrameUrls(), fsWebPageDownloader::ParseHTMLImages(), fsWebPageDownloader::ParseHTMLLinkUrls(), and fsWebPageDownloader::ParseHTMLUrls().
| fsInternetResult fsWinErrorToIR | ( | ) |
Definition at line 31 of file fsinet.cpp.
| fsInternetResult fsWinErrorToIR | ( | DWORD | dwErr | ) |
Definition at line 15 of file fsinet.cpp.
Referenced by fsWinErrorToIR(), fsLocalFile::Open(), fsLocalFile::QuerySize(), and fsLocalFile::Read().
| fsInternetResult fsWinInetErrorToIR | ( | DWORD | dwErr | ) |
Definition at line 36 of file fsinet.cpp.
| fsInternetResult fsWinInetErrorToIR | ( | ) |
Definition at line 103 of file fsinet.cpp.
Referenced by fsInternetSession::ApplyProxyAuth(), fsFtpFiles::BuildList(), fsHttpConnection::Connect(), fsFtpConnection::Connect(), fsURL::Crack(), fsURL::Create(), fsInternetSession::Create(), fsWinInetErrorToIR(), fsFtpFile::FtpError(), fsHttpFile::Open_imp(), fsHttpFile::OpenEx(), fsHttpFile::Read(), fsFtpConnection::SetCurrentDirectory(), and fsHttpFile::Write().
| fsInternetResult fsWSAErrorToIR | ( | ) |
Definition at line 364 of file fsinet.cpp.
Referenced by fsFtpFile::OpenEx(), fsFtpFile::PASV_ConnectSocket(), fsFtpFile::Read(), and fsFtpFile::Write().
1.5.6