#include "stdafx.h"#include "..\FDM.h"#include <comdef.h>#include <inetfile/inetfile.h>Go to the source code of this file.
Functions | |
| BOOL | fsOnNavigateUrl (LPCSTR pszUrl) |
| LPCSTR | strcmp_m (LPCSTR pszWhere, LPCSTR pszWhat) |
| LPCSTR | strcmpi_m (LPCSTR pszWhere, LPCSTR pszWhat) |
| BOOL | IsExtStrEq (LPCSTR pszMasked, LPCSTR psz2) |
| BOOL | IsExtInExtsStr (LPCSTR pszExts, LPCSTR pszExt) |
| BOOL | IsServerInServersStr (LPCSTR pszServers, LPCSTR pszServer) |
| BOOL | fsFileNameFromUrlPath (LPCSTR pszUrl, BOOL bUsingFTP, BOOL bDecode, LPSTR pszBuf, UINT uSize) |
| LPCSTR | Monitor_OnlyExts () |
| LPCSTR | Monitor_SkipExts () |
| LPCSTR | Monitor_SkipServers () |
| BOOL | is_ExtToSkip (LPCSTR pszURL, BOOL bUseSkipExtsList) |
| BOOL | is_ServerToSkip (LPCSTR psz) |
| BOOL | fsUrlToFdm (LPCSTR pszUrl, LPCSTR pszReferer, LPCSTR pszCookies, LPCSTR pszPostData, BOOL bUseSkipExtsList) |
| BOOL | fsIsMonitoringTurnedOn () |
| BOOL fsFileNameFromUrlPath | ( | LPCSTR | pszUrl, | |
| BOOL | bUsingFTP, | |||
| BOOL | bDecode, | |||
| LPSTR | pszBuf, | |||
| UINT | uSize | |||
| ) |
Definition at line 150 of file common.cpp.
Referenced by fsDownloadMgr::BuildFileName(), CSpiderAddPageDlg::BuildOutFolder(), fsWebPageDownloader::CrackUrl(), CDownloadsWnd::CreateDownloadWithDefSettings(), fsInternetDownloader::FindMirrors(), CDownloads_Tasks::GetFileName(), CWGUrlReceiver::is_ExtToSkip(), is_ExtToSkip(), fsWebPageDownloader::IsUrlsEqual(), fsIECatchMgr::OnBeforeNavigate(), fsWebPageDownloader::OnCheckFileExtIsOK(), CCreateDownloadDlg::OnFileauto(), CCreateDownloadListDlg::OnFilter(), fsMirrorURLsMgr::OnSearchScriptResultsReceived(), fsWebPageDownloader::OnWPDownloadDone(), fsInternetDownloader::OpenUrl_imp(), fsWebPageDownloader::ParseHTMLFrameUrls(), fsWebPageDownloader::ParseHTMLImages(), fsWebPageDownloader::ParseHTMLLinkUrls(), fsWebPageDownloader::ParseHTMLUrls(), fsInternetDownloader::QuerySize(), CCreateDownloadDlg::UrlChanged(), and CCreateBatchDownload::UrlChanged().
| BOOL fsIsMonitoringTurnedOn | ( | ) |
Definition at line 329 of file common.cpp.
References TRUE.
Referenced by CWgBHO::BeforeNavigate2(), and CIEWGDM::Download().
| BOOL fsOnNavigateUrl | ( | LPCSTR | pszUrl | ) |
Definition at line 12 of file common.cpp.
References BOOL, FALSE, and TRUE.
Referenced by CWgBHO::BeforeNavigate2(), CIEWGDM::Download(), and CIEWGMonitor::Start().
| BOOL fsUrlToFdm | ( | LPCSTR | pszUrl, | |
| LPCSTR | pszReferer, | |||
| LPCSTR | pszCookies, | |||
| LPCSTR | pszPostData, | |||
| BOOL | bUseSkipExtsList | |||
| ) |
Definition at line 256 of file common.cpp.
References b, CLSID_WGUrlReceiver, FAILED, FALSE, hr, HRESULT, IID_IWGUrlReceiver, is_ExtToSkip(), is_ServerToSkip(), NULL, and TRUE.
Referenced by CWgBHO::BeforeNavigate2(), CIEWGDM::Download(), and CIEWGMonitor::Start().
| BOOL is_ExtToSkip | ( | LPCSTR | pszURL, | |
| BOOL | bUseSkipExtsList | |||
| ) |
Definition at line 223 of file common.cpp.
References fsURL::Crack(), FALSE, fsFileNameFromUrlPath(), fsURL::GetInternetScheme(), fsURL::GetPath(), INTERNET_SCHEME_FTP, IR_SUCCESS, IsExtInExtsStr(), Monitor_OnlyExts(), Monitor_SkipExts(), NULL, and TRUE.
Referenced by fsUrlToFdm().
| BOOL is_ServerToSkip | ( | LPCSTR | psz | ) |
Definition at line 247 of file common.cpp.
References fsURL::Crack(), fsURL::GetHostName(), IR_SUCCESS, IsServerInServersStr(), Monitor_SkipServers(), and TRUE.
Referenced by fsUrlToFdm().
| LPCSTR Monitor_OnlyExts | ( | ) |
| LPCSTR Monitor_SkipExts | ( | ) |
| LPCSTR Monitor_SkipServers | ( | ) |
1.5.6