#include "stdafx.h"#include "fsInternetDownloader.h"#include "fsTicksMgr.h"#include "misc.h"#include "inetutil.h"#include <math.h>#include "fsArchiveInternetStream.h"#include "fsZipArchiveFastRebuilder.h"#include "fsArchiveFileStream.h"#include "vmsSpeedTracker.h"#include "vmsInternetSession.h"Go to the source code of this file.
Defines | |
| #define | TSECT(sect) ; |
| #define | CHECK_NEED_STOP if (sect->pThis->m_bNeedStop || sect->state == SS_NEEDSTOP) { sect->state = SS_STOPPED; goto _exit; } |
| #define | CURRENT_DL_POS (sect->uCurrent + sect->dwCacheLen) |
| #define | CURRENT_DW_POS (sect->uDCurrent + sect->dwCacheLen) |
| #define CHECK_NEED_STOP if (sect->pThis->m_bNeedStop || sect->state == SS_NEEDSTOP) { sect->state = SS_STOPPED; goto _exit; } |
Referenced by fsInternetDownloader::_threadDownload().
| #define CURRENT_DL_POS (sect->uCurrent + sect->dwCacheLen) |
Referenced by fsInternetDownloader::_threadDownload().
| #define CURRENT_DW_POS (sect->uDCurrent + sect->dwCacheLen) |
Referenced by fsInternetDownloader::_threadDownload().
| #define TSECT | ( | sect | ) | ; |
Definition at line 31 of file fsInternetDownloader.cpp.
Referenced by fsInternetDownloader::_threadDownload(), fsInternetDownloader::ApplyArchiveRebuilding(), fsInternetDownloader::CreateAdditionalSection(), and fsInternetDownloader::CreateMainSection().
1.5.6