#include "jri.h"Go to the source code of this file.
Classes | |
| struct | _NPP |
| struct | _NPStream |
| struct | _NPByteRange |
| struct | _NPSavedData |
| struct | _NPRect |
| struct | _NPWindow |
| struct | _NPFullPrint |
| struct | _NPEmbedPrint |
| struct | _NPPrint |
Defines | |
| #define | NP_VERSION_MAJOR 0 |
| #define | NP_VERSION_MINOR 9 |
| #define | FALSE (0) |
| #define | TRUE (1) |
| #define | NULL (0L) |
| #define | NP_EMBED 1 |
| #define | NP_FULL 2 |
| #define | NP_NORMAL 1 |
| #define | NP_SEEK 2 |
| #define | NP_ASFILE 3 |
| #define | NP_ASFILEONLY 4 |
| #define | NP_MAXREADY (((unsigned)(~0)<<1)>>1) |
| #define | NPERR_BASE 0 |
| #define | NPERR_NO_ERROR (NPERR_BASE + 0) |
| #define | NPERR_GENERIC_ERROR (NPERR_BASE + 1) |
| #define | NPERR_INVALID_INSTANCE_ERROR (NPERR_BASE + 2) |
| #define | NPERR_INVALID_FUNCTABLE_ERROR (NPERR_BASE + 3) |
| #define | NPERR_MODULE_LOAD_FAILED_ERROR (NPERR_BASE + 4) |
| #define | NPERR_OUT_OF_MEMORY_ERROR (NPERR_BASE + 5) |
| #define | NPERR_INVALID_PLUGIN_ERROR (NPERR_BASE + 6) |
| #define | NPERR_INVALID_PLUGIN_DIR_ERROR (NPERR_BASE + 7) |
| #define | NPERR_INCOMPATIBLE_VERSION_ERROR (NPERR_BASE + 8) |
| #define | NPERR_INVALID_PARAM (NPERR_BASE + 9) |
| #define | NPERR_INVALID_URL (NPERR_BASE + 10) |
| #define | NPERR_FILE_NOT_FOUND (NPERR_BASE + 11) |
| #define | NPERR_NO_DATA (NPERR_BASE + 12) |
| #define | NPERR_STREAM_NOT_SEEKABLE (NPERR_BASE + 13) |
| #define | NPRES_BASE 0 |
| #define | NPRES_DONE (NPRES_BASE + 0) |
| #define | NPRES_NETWORK_ERR (NPRES_BASE + 1) |
| #define | NPRES_USER_BREAK (NPRES_BASE + 2) |
| #define | NP_NOERR NP_NOERR_is_obsolete_use_NPERR_NO_ERROR |
| #define | NP_EINVAL NP_EINVAL_is_obsolete_use_NPERR_GENERIC_ERROR |
| #define | NP_EABORT NP_EABORT_is_obsolete_use_NPRES_USER_BREAK |
| #define | NPVERS_HAS_STREAMOUTPUT 8 |
| #define | NPVERS_HAS_NOTIFICATION 9 |
| #define | NPVERS_HAS_LIVECONNECT 9 |
| #define | NPVERS_WIN16_HAS_LIVECONNECT 10 |
| #define | NP_LOADDS |
Typedefs | |
| typedef unsigned short | uint16 |
| typedef unsigned long | uint32 |
| typedef short | int16 |
| typedef long | int32 |
| typedef unsigned char | NPBool |
| typedef void * | NPEvent |
| typedef int16 | NPError |
| typedef int16 | NPReason |
| typedef char * | NPMIMEType |
| typedef struct _NPP | NPP_t |
| typedef NPP_t * | NPP |
| typedef struct _NPStream | NPStream |
| typedef struct _NPByteRange | NPByteRange |
| typedef struct _NPSavedData | NPSavedData |
| typedef struct _NPRect | NPRect |
| typedef struct _NPWindow | NPWindow |
| typedef struct _NPFullPrint | NPFullPrint |
| typedef struct _NPEmbedPrint | NPEmbedPrint |
| typedef struct _NPPrint | NPPrint |
Functions | |
| NPError | NPP_Initialize (void) |
| void | NPP_Shutdown (void) |
| NPError NP_LOADDS | NPP_New (NPMIMEType pluginType, NPP instance, uint16 mode, int16 argc, char *argn[], char *argv[], NPSavedData *saved) |
| NPError NP_LOADDS | NPP_Destroy (NPP instance, NPSavedData **save) |
| NPError NP_LOADDS | NPP_SetWindow (NPP instance, NPWindow *window) |
| NPError NP_LOADDS | NPP_NewStream (NPP instance, NPMIMEType type, NPStream *stream, NPBool seekable, uint16 *stype) |
| NPError NP_LOADDS | NPP_DestroyStream (NPP instance, NPStream *stream, NPReason reason) |
| int32 NP_LOADDS | NPP_WriteReady (NPP instance, NPStream *stream) |
| int32 NP_LOADDS | NPP_Write (NPP instance, NPStream *stream, int32 offset, int32 len, void *buffer) |
| void NP_LOADDS | NPP_StreamAsFile (NPP instance, NPStream *stream, const char *fname) |
| void NP_LOADDS | NPP_Print (NPP instance, NPPrint *platformPrint) |
| int16 NP_LOADDS | NPP_HandleEvent (NPP instance, void *event) |
| void NP_LOADDS | NPP_URLNotify (NPP instance, const char *url, NPReason reason, void *notifyData) |
| jref NP_LOADDS | NPP_GetJavaClass (void) |
| void | NPN_Version (int *plugin_major, int *plugin_minor, int *netscape_major, int *netscape_minor) |
| NPError | NPN_GetURLNotify (NPP instance, const char *url, const char *target, void *notifyData) |
| NPError | NPN_GetURL (NPP instance, const char *url, const char *target) |
| NPError | NPN_PostURLNotify (NPP instance, const char *url, const char *target, uint32 len, const char *buf, NPBool file, void *notifyData) |
| NPError | NPN_PostURL (NPP instance, const char *url, const char *target, uint32 len, const char *buf, NPBool file) |
| NPError | NPN_RequestRead (NPStream *stream, NPByteRange *rangeList) |
| NPError | NPN_NewStream (NPP instance, NPMIMEType type, const char *target, NPStream **stream) |
| int32 | NPN_Write (NPP instance, NPStream *stream, int32 len, void *buffer) |
| NPError | NPN_DestroyStream (NPP instance, NPStream *stream, NPReason reason) |
| void | NPN_Status (NPP instance, const char *message) |
| const char * | NPN_UserAgent (NPP instance) |
| void * | NPN_MemAlloc (uint32 size) |
| void | NPN_MemFree (void *ptr) |
| uint32 | NPN_MemFlush (uint32 size) |
| void | NPN_ReloadPlugins (NPBool reloadPages) |
| JRIEnv * | NPN_GetJavaEnv (void) |
| jref | NPN_GetJavaPeer (NPP instance) |
| #define NP_EABORT NP_EABORT_is_obsolete_use_NPRES_USER_BREAK |
| #define NP_EINVAL NP_EINVAL_is_obsolete_use_NPERR_GENERIC_ERROR |
| #define NP_NORMAL 1 |
| #define NP_VERSION_MAJOR 0 |
| #define NP_VERSION_MINOR 9 |
| #define NPERR_GENERIC_ERROR (NPERR_BASE + 1) |
Definition at line 222 of file npapi.h.
Referenced by NPP_DestroyStream(), NPP_HandleEvent(), NPP_New(), NPP_NewStream(), and NPP_SetWindow().
| #define NPERR_INVALID_FUNCTABLE_ERROR (NPERR_BASE + 3) |
| #define NPERR_INVALID_INSTANCE_ERROR (NPERR_BASE + 2) |
| #define NPERR_NO_ERROR (NPERR_BASE + 0) |
Definition at line 221 of file npapi.h.
Referenced by NP_Shutdown(), NPP_Destroy(), and NPP_SetWindow().
| #define NPVERS_HAS_LIVECONNECT 9 |
| #define NPVERS_HAS_NOTIFICATION 9 |
| #define NULL (0L) |
Definition at line 63 of file npapi.h.
Referenced by fsInternetDownloader::__threadDownload_flushdata(), fsDownloadsMgr::_BtDownloadManagerEventHandler(), fsDownloadsMgr::_BtSessionEventsHandler(), CCreateDownloadDlg::_CheckDownloadAlrExists(), fsWebPageDownloader::_DldEvents(), fsDownloadsMgr::_DownloadMgrEventDesc(), fsDownloadsMgr::_DownloadMgrEvents(), CDownloadsWnd::_Events(), CHFEWnd::_EventsFunc(), vmsVistaFx::_HookProc(), _IeServerWndProc(), CDialDlg::_RasDialFunc(), CCreateDownloadDlg::_SavePassword(), CCreateDownloadDlg::_SetDownloadOutputFolderAsDefault(), CHFE_FileList::_SortFunc(), vmsBtDownloadManager::_threadBtDownloadManager(), CHFE_FileList::_threadBuildList(), CDownloadProperties_MirrorsPage::_threadCalcMirrSpeed(), CCreateDownloadListDlg::_threadCalcSize(), CCreateBatchDownload::_threadCalcSize(), CDownloadsWnd::_threadCheckDldHasOpinions(), vmsBtDownloadManager::_threadCheckStartSeeding(), vmsHttpConnection::_threadConnection(), vmsMediaConvertMgr::_threadConvertMediaFile(), fsDownloadsMgr::_threadDeleteDownload(), fsScheduleMgr::_threadDial(), fsInternetFile2::_threadDownload(), fsInternetDownloader::_threadDownload(), fsDownloadMgr::_threadDownloadMgr(), CWnd_DownloadProgress::_threadDraw(), CDownloads_Progress::_threadDrawProgress(), CDownloadProperties_MirrorsPage::_threadFindMirrors(), fsInternetFileListMgr::_threadGetList(), CHFEWnd::_threadGoUrl(), CWnd_Banner::_threadImage(), CDlg_SpreadHelp_LinkCode::_threadImage(), fsDownloadsMgr::_threadIntegrityCheckAndVirCheckAndLaunch(), fsIECatchMgr::_threadMonitorIEActivity(), fsDownloadMgr::_threadReserveDiskSpace(), vmsHttpServer::_threadServer(), vmsBtSessionImpl::_threadSession(), _threadSubclassIeServerWnd(), _threadUrlToFdm(), fsDownloadsMgr::_threadWaitDelDlds(), CFdmApp::_UEF(), CUpdateDlg::_UpdateMgrEvents(), CBasePropertyPage::Activate(), fsIECatchMgr::ActivateIE2(), CBaseWindow::ActivateWindow(), CDynamicOutputPin::Active(), CBaseOutputPin::Active(), vmsDownloadsGroupsMgr::Add(), CBaseAllocator::CSampleList::Add(), fsDownloadsMgr::Add(), fs::list< T >::add(), add_buffer_init(), add_closure(), CBaseList::AddAfter(), CBaseList::AddAfterI(), CBaseList::AddBefore(), CBaseList::AddBeforeI(), CWGUrlReceiver::AddDownload(), CWGUrlReceiver::AddDownload_imp(), CCreateDownloadListDlg::AddDownloads(), AddFormData(), AddFormInfo(), CBaseList::AddHead(), CBaseList::AddHeadI(), AddHttpPost(), fsWebPageDownloader::AddPage(), CSource::AddPin(), CMainFrame::AddPluginMenu(), CMainFrame::AddPluginMenuView(), CBaseList::AddTail(), CBaseList::AddTailI(), CXInfoTip::AddTool(), fsFDMCmdLineParser::AddTorrentFile(), CZipPreviewDlg::AddToTree(), CWgUrlListReceiver::AddUrlToList(), CSpiderWnd::AddWebPage(), fsWebPageDownloader::AddWebPage(), CAMSchedule::Advise(), CBasePin::AgreeMediaType(), CImageAllocator::Alloc(), CMemAllocator::Alloc(), CMediaType::AllocFormatBuffer(), AMGetWideString(), AMovieDllRegisterServer(), AMovieDllRegisterServer2(), AMovieDllUnregisterServer(), AMovieSetupRegisterFilter(), AMovieSetupRegisterFilter2(), AMovieSetupRegisterServer(), fsDownloadMgr::AppendCommentToFileName(), CBasePropertyPage::Apply(), fsDownloadsMgr::Apply_MirrParameters(), fsDownloadsMgr::ApplyAER(), fsDownloadMgr::ApplyAER(), fsInternetDownloader::ApplyArchiveRebuilding(), CDownloads_History::ApplyFilter(), CSchedule_WTSPage::ApplyHangup(), CDownloads_Bittorrent_General::ApplyLanguage(), CMainFrame::ApplyLanguageToMenu(), CDownloads_Groups::ApplyNotGroupFilterForDownload(), fsInternetDownloader::ApplyProperties(), fsWebPageDownloader::ApplySettingsToDld(), fsDownloadsMgr::ApplyTrafficLimit(), fsDownloadsMgr::ApplyTrafficLimit_HasHpDld(), fsDownloadsMgr::ApplyTrafficLimitForListOfDownloads(), vms7zipArchiveExtractCallback::AskOverwrite(), fs::list< T >::at(), vmsHttpConnection::Attach(), vmsWebBrowserEvents::Attach(), fsFileStream::Attach(), fsShellBrowsersEvents::Attach(), CDownloads_Opinions_WBEvents::Attach(), CBasePin::AttemptConnection(), av_encode(), av_fifo_read(), CShockwaveFlash::Back(), base64_encode(), CWgBHO::BeforeNavigate2(), CFDMIECookiesBHO::BeforeNavigate2(), CTransformInputPin::BeginFlush(), CTransformFilter::BeginFlush(), bindlocal(), CDynamicOutputPin::Block(), CDynamicOutputPin::BlockOutputPin(), vmsSkinMgr::bmp(), vmsSkinMgr::bmp_x(), CBaseRenderer::BreakConnect(), CBaseInputPin::BreakConnect(), CBaseOutputPin::BreakConnect(), CSchedule_WTSPage::BuildDownloadsList(), fsHttpFiles::BuildFileList(), fsDownloadMgr::BuildFileName(), fsFtpFiles::BuildList(), CHFE_FileList::BuildList(), vmsFileUtil::BuildPath(), BytesToString(), CSpiderTaskTree::CalcCoordsForCurSel(), CFVDownloads_Tasks::CallSelectedDownload(), CDownloads_Tasks::CallSelectedDownload(), CSpiderTasks::CallSelectedPage(), CAMEvent::CAMEvent(), CAMThread::CAMThread(), CDeferredCommand::Cancel(), CDialDlg::Cancel(), CAutoUsingOutputPin::CAutoUsingOutputPin(), CBaseAllocator::CBaseAllocator(), CBaseFilter::CBaseFilter(), CBasePin::CBasePin(), CBaseReferenceClock::CBaseReferenceClock(), CCBD_SeeResultsDlg::CCBD_SeeResultsDlg(), CCreateBatchDownload::CCreateBatchDownload(), CCreateDownloadDlg::CCreateDownloadDlg(), CCreateDownloadsDlg::CCreateDownloadsDlg(), CDispParams::CDispParams(), CDlg_ChooseGroup::CDlg_ChooseGroup(), CDlg_Opinions::CDlg_Opinions(), CDlg_Unpack_AskOverwrite::CDlg_Unpack_AskOverwrite(), CDlgVidSeek::CDlgVidSeek(), CDownloads_Groups::CDownloads_Groups(), CDownloads_InfoFrame::CDownloads_InfoFrame(), CDownloads_Log::CDownloads_Log(), CDownloads_Opinions_WBEvents::CDownloads_Opinions_WBEvents(), CDownloads_Progress::CDownloads_Progress(), CDownloads_Tasks::CDownloads_Tasks(), CDownloads_VideoPreview::CDownloads_VideoPreview(), CEnumMediaTypes::CEnumMediaTypes(), CEnumPins::CEnumPins(), CFdmApp::CFdmApp(), CFDMForFirefox::CFDMForFirefox(), CFDMIECookiesBHO::CFDMIECookiesBHO(), CFDMUrlListReceiver::CFDMUrlListReceiver(), CFDMUrlReceiver::CFDMUrlReceiver(), CDynamicOutputPin::ChangeMediaType(), CDynamicOutputPin::ChangeMediaTypeHelper(), CDynamicOutputPin::ChangeOutputFormat(), vmsMaliciousDownloadChecker::Check(), CTransformOutputPin::CheckConnect(), CDownloadsWnd::CheckDldHasOpinions(), CFdmApp::CheckFdmStartedAlready(), fsUpdateMgr::CheckForUpdate(), fsSitesMgr::CheckGroups(), checkheaders(), checkhttpprefix(), fsDownloadMgr::CheckIfMalicious(), fsInternetDownloader::CheckIsZIP(), fsUrlsToDownloadRegKeyMgr::CheckKey(), CFdmApp::CheckLocked(), CTransformOutputPin::CheckMediaType(), CTransformInputPin::CheckMediaType(), fsDownloadMgr::CheckMirrSpeedRecalcRequired(), fsDownloadsMgr::CheckNoActiveDownloads(), CImageAllocator::CheckSizes(), CTransformInputPin::CheckStreaming(), CBaseStreamControl::CheckStreamState(), CBaseControlVideo::CheckTargetRect(), CImageDisplay::CImageDisplay(), fsIECatchMgr::CleanIEPluginKey(), fsString::clear(), fs::tree< T >::Clear(), fs::list< T >::clear(), CBaseRenderer::ClearPendingSample(), CWebBrowser2::ClientToWindow(), CListCtrlEx::CListCtrlEx(), CEnumMediaTypes::Clone(), CEnumPins::Clone(), fsDownloadMgr::CloneSettings(), fsPartMediaPlayer::Close(), vmsFile::close(), fsInternetServerConnection::CloseHandle(), fsInternetSession::CloseHandle(), fsInternetFile::CloseHandle(), CAsyncIo::CloseThread(), CMainFrame::CMainFrame(), CMyComBSTR::CMyComBSTR(), CMyComPtr< IFolderArchiveExtractCallback >::CMyComPtr(), CMyMessageBox::CMyMessageBox(), CPullPin::CollectAndDeliver(), conn_free(), fsHttpConnection::Connect(), fsFtpConnection::Connect(), CPullPin::Connect(), CBasePin::ConnectedTo(), ConnectionExists(), ConnectionKillOne(), ContentTypeForFilename(), convert_lineends(), ConvertBmp32WithAlphaToBmp32WithoutAlpha(), vmsMediaConvertMgr::ConvertMediaFile(), ConvertVideoInfoToVideoInfo2(), CTransInPlaceFilter::Copy(), CDlg_MakePortableVer::CopyDirTree(), CBaseControlVideo::CopyImage(), CopyMediaType(), fsWebPageDownloader::CorrectUnpUrls(), COutputQueue::COutputQueue(), CPlugFrame::CPlugFrame(), CPosPassThru::CPosPassThru(), fsURL::Crack(), CDownloadProperties_ProxyPage::CrackProxyName(), CXInfoTip::Create(), CWndSplitter::Create(), CWnd_FDMGetCustVer_Btn::Create(), CWnd_DownloadProgress::Create(), CWnd_Banner::Create(), vmsBatchList::Create(), CVideoWindow::Create(), CUploadsWnd::Create(), CSpiderWnd::Create(), CShedulerWnd::Create(), CPlugToolBarContainer::Create(), CPluginFrame2::Create(), CPlugFrame::Create(), fsURL::Create(), fsInternetSession::Create(), CAMThread::Create(), NWindows::NFile::NIO::CFileBase::Create(), CHFEWnd::Create(), CHFE_ListLog::Create(), CHFE_Address::Create(), fsWebPageDownloader::Create(), fsClipboardCatchMgr::Create(), CFolderBrowser::Create(), CFloatingWnd::Create(), CFloatingInfoWnd::Create(), CFlashVideoDownloadsWnd::Create(), vmsFDM::vmsFile::Create(), vmsFile::Create(), CFDCButton::Create(), CDownloadsWnd::Create(), CDownloads_VideoPreview::Create(), CDownloads_Progress::Create(), CDownloads_Opinions::Create(), CDownloads_InfoFrame::Create(), CDownloads_Groups::Create(), CDownloads_Downloads::Create(), CDlg_Download::Create(), CClientAreaWnd::Create(), vmsFileExtensionInOs::CreateAssociation(), CreateAudioMediaType(), vmsBtDownloadManager::CreateBtDownload(), CDownloadsWnd::CreateBtDownloadFromFile(), vmsBtDownloadManager::CreateByTorrentFile(), fsDownloadMgr::CreateByUrl(), CreateConnection(), vmsDownloadsGroupsMgr::CreateDefaultGroups(), CImageAllocator::CreateDIB(), CFlashVideoDownloadsWnd::CreateDownload(), CDownloadsWnd::CreateDownload(), vmsBtSessionImpl::CreateDownload(), vmsSimpleFileDownloader::CreateDownloader(), CDownloadsWnd::CreateDownloads(), CCreateDownloadsDlg::CreateDownloads(), CDownloadsWnd::CreateDownloadWithDefSettings(), CImageAllocator::CreateImageSample(), vmsImage_CtxFree::CreateImagesBitmaps(), CClassFactory::CreateInstance(), CFactoryTemplate::CreateInstance(), fsDownloadMgr::CreateInternetSession(), vmsDataFile::CreateItem(), CreateMediaType(), CDownloadsGroupsComboBox::CreateNewGroup(), vms7zipFormatDLL::CreateObject(), vmsDownloadMgrEx::CreateOneMoreSection(), CreatePosPassThru(), vmsDataFile::CreateSection(), fsInternetDownloader::CreateSection(), CMsgThread::CreateThread(), vmsBtSupport::CreateTorrentFileObject(), CFDMUploader::CreateUpload(), CSpiderTaskTree::CSpiderTaskTree(), CUploadsWnd::CUploadsWnd(), Curl_base64_decode(), Curl_base64_encode(), Curl_cache_addr(), Curl_ch_connc(), Curl_connect(), Curl_connect_host(), Curl_cookie_add(), Curl_cookie_clearall(), Curl_cookie_clearsess(), Curl_cookie_getlist(), Curl_cookie_init(), Curl_cookie_list(), Curl_cookie_loadfiles(), Curl_cookie_output(), Curl_debug(), Curl_dict(), Curl_digest_cleanup_one(), Curl_disconnect(), Curl_do(), Curl_done(), Curl_easy_addmulti(), curl_easy_duphandle(), curl_easy_escape(), curl_easy_init(), curl_easy_reset(), curl_easy_unescape(), curl_escape(), Curl_failf(), Curl_file_connect(), Curl_follow(), Curl_FormBoundary(), Curl_formclean(), curl_formfree(), curl_formget(), Curl_FormInit(), Curl_ftp_connect(), Curl_ftp_disconnect(), Curl_ftp_done(), Curl_ftp_nextconnect(), Curl_getaddrinfo(), Curl_getFormData(), Curl_GetFTPResponse(), Curl_getinfo(), Curl_hash_add(), Curl_hash_alloc(), Curl_hash_init(), Curl_hash_pick(), Curl_he2ai(), Curl_http(), Curl_http_done(), Curl_http_input_auth(), Curl_http_output_auth(), Curl_httpchunk_read(), Curl_if2ip(), Curl_inet_ntop(), Curl_infof(), Curl_initinfo(), Curl_input_digest(), Curl_ip2addr(), Curl_is_resolved(), Curl_ldap(), Curl_llist_alloc(), Curl_llist_init(), Curl_llist_insert_next(), Curl_llist_remove(), curl_maprintf(), Curl_mk_connc(), curl_multi_add_handle(), curl_multi_assign(), curl_multi_cleanup(), Curl_multi_handlePipeBreak(), curl_multi_info_read(), curl_multi_init(), curl_multi_perform(), curl_multi_remove_handle(), curl_mvaprintf(), Curl_open(), Curl_ossl_engines_list(), Curl_ossl_set_engine(), Curl_output_digest(), Curl_parsenetrc(), Curl_perform(), Curl_poll(), Curl_printable_address(), Curl_proxyCONNECT(), Curl_read(), Curl_readwrite(), Curl_removeHandleFromPipeline(), Curl_resolv(), Curl_setopt(), curl_share_cleanup(), Curl_share_lock(), curl_share_setopt(), Curl_share_unlock(), curl_slist_append(), Curl_socket_ready(), Curl_SOCKS4(), Curl_SOCKS5(), Curl_splay(), Curl_splaygetbest(), Curl_splayinsert(), Curl_splayremovebyaddr(), Curl_ssl_close_all(), Curl_ssl_engines_list(), Curl_strcasestr(), Curl_strerror(), Curl_strtok_r(), Curl_telnet(), Curl_telnet_done(), Curl_tftp(), Curl_tftp_done(), curl_unescape(), curl_version(), Curl_wait_for_resolv(), curlx_strdup(), curlx_tvnow(), CShockwaveFlash::CurrentFrame(), CWGUrlReceiver::CWGUrlReceiver(), CWnd_DownloadProgress::CWnd_DownloadProgress(), CWndLog::CWndLog(), CXInfoTip::CXInfoTip(), CZipPreviewDlg::CZipPreviewDlg(), CBasePropertyPage::Deactivate(), CPullPin::DecideAllocator(), CBaseOutputPin::DecideAllocator(), decodeQuantum(), CMsgThread::DefaultThreadProc(), deflate(), fs::list< T >::del(), fsWebPageDownloader::DeleteAllDownloads(), fsIEContextMenuMgr::DeleteAllFDMsIEMenus(), fsSitesMgr::DeleteAllPasswords(), vmsBtDownloadManager::DeleteBtDownload(), fsDownloadsMgr::DeleteDeletedDownloads(), fsDownloadsMgr::DeleteDeletedDownloads2(), fsDownloadsMgr::DeleteDownloadFile(), fsDownloadsMgr::DeleteDownloads2(), DeleteMediaType(), CDownloads_Tasks::DeleteSelected(), fsWebPageDownloader::DeleteWebPage(), CBaseOutputPin::Deliver(), CBaseOutputPin::DeliverBeginFlush(), CBaseOutputPin::DeliverEndFlush(), CBaseOutputPin::DeliverEndOfStream(), CBaseOutputPin::DeliverNewSegment(), destroy(), vmsWebBrowserEvents::Detach(), CMyComBSTR::Detach(), CMyComPtr< IFolderArchiveExtractCallback >::Detach(), fsShellWindowsEvents::Detach(), fsShellBrowsersEvents::Detach(), fsODMenu::Detach(), CDownloads_Opinions_WBEvents::Detach(), fsWebPageDownloader::DetachFromDownloads(), fsODMenu::DetachMenu(), fsDShowFilterDetector::DetectMediaType(), vmsBtSessionImpl::DHT_getState(), fsScheduleMgr::Dial(), CBasePropertyPage::DialogProc(), DirectDrawCreateFromDevice(), DirectDrawCreateFromDeviceEx(), vmsFlashHelper::DisableFlashMovies(), CShockwaveFlash::DisableLocalSecurity(), CPullPin::Disconnect(), CFDMIECookiesBHO::Disconnect(), CBasePin::DisconnectInternal(), CMainFrame::DisplayBanner(), DllEntryPoint(), DllGetClassObject(), DllInitClasses(), DllMain(), DllRegisterServer(), do_flush(), vmsDownloadMgrEx::Do_OpenFolder(), do_video_out(), do_video_stats(), CSourceStream::DoBufferProcessingLoop(), doc_from_hwnd(), CBaseWindow::DoCreateWindow(), DomainFromUrl(), CWebInterfaceDlg::DoModal(), vmsMemFile::Done(), CBaseWindow::DoneWithWindow(), fsDownloadMgr::DoRapidshareSupport(), CBaseWindow::DoRealisePalette(), CIEWGDM::Download(), fsDownloadsMgr::Download_CloneSettings(), CHFE_FileList::DownloadSelected(), dprintf_formatf(), DrawHorizontalFrame(), CDownloads_Progress::DrawProgress(), DrawVerticalFrame(), DynaClose(), CDynamicOutputPin::DynamicReconnect(), DynaOpen(), EliminateSubKey(), CMyComBSTR::Empty(), vmsBtDownloadManager::EnableSeeding(), CTransformInputPin::EndFlush(), CTransformFilter::EndFlush(), CTransformFilter::EndOfStream(), CShockwaveFlash::EnforceLocalSecurity(), EnlargedUnsignedDivide(), fsRASMgr::EnumEntries(), CBasePin::EnumMediaTypes(), CBaseFilter::EnumPins(), fsProgramLogMgr::EraseLog(), fsScheduleMgr::ExciteEvent(), CFDMCustButton::Exec(), CWebBrowser2::ExecWB(), CDlgExportDownloads::ExportDownload_ToXML(), CDlgExportDownloads::ExportDownloads(), CDlgExportDownloads::ExportDownloads_ToDLInfoListFile(), CDlgExportDownloads::ExportDownloads_ToURLListFile(), CDlgExportHistory::ExportHistory(), vmsArchiveRAR::Extract(), vms7zipArchive::Extract(), fsInternetFile2::ExtractFileInfoFromResponse(), CDownloadsGroupsComboBox::Fill(), CDownloadsWnd::FilterDownloads(), CDownloadsWnd::FilterDownloads2(), vms7zipArchive::Find7zipDLL(), find_ie_server(), CToolBarEx::FindButton(), FindDeviceCallback(), FindDeviceCallbackEx(), fsDownloadsMgr::FindDownloadByBtDownload(), vmsDownloadsGroupsMgr::FindGroup(), vmsDownloadsGroupsMgr::FindGroupByExt(), vmsDownloadsGroupsMgr::FindGroupByName(), vmsDownloadsGroupsMgr::FindGroupInTree(), CBaseList::FindI(), vmsDataFile::FindItem(), fsInternetDownloader::FindMirrors(), CFdmModule::FindOneOf(), CTransformFilter::FindPin(), CSource::FindPin(), CBaseRenderer::FindPin(), CBaseFilter::FindPin(), fsSitesMgr::FindSite2(), fsWebPageDownloader::FindWebPage(), fsWebPageDownloader::FindWebPageTree(), fix_hostname(), fsUpdateMgr::FixIniFileFor9x(), fsURL::FixWinInetBug(), CShockwaveFlash::FlashVersion(), fsProgramLogMgr::FlushBuffer(), for(), FormAdd(), fsInternetURLFile::FormHttpBasicAuthHdr(), CShockwaveFlash::Forward(), vmsUnRARDLL::Free(), vmsImage::Free(), vmsDLL::Free(), vmsAnimatedGIF::Free(), vms7zipFormatDLL::Free(), fsInternetFileListMgr::Free(), FreeBSTR(), freedirs(), CCreateBatchDownload::FreeDownloads(), vmsSingleInstance::FreeInstance(), FreeMediaType(), COutputQueue::FreeSamples(), fsArchive::fsArchiveRebuilder::fsArchiveRebuilder(), fsAutorunMgr::fsAutorunMgr(), fsBuildPathToFile(), fsBuildPathToFileW(), fsCopyKey(), fsDNP_GetDefaults(), fsDownload::fsDownload(), fsDownloadFile(), fsDownloadMgr::fsDownloadMgr(), fsDownloads_GroupsMgr::fsDownloads_GroupsMgr(), fsDownloadsHistoryMgr::fsDownloadsHistoryMgr(), fsDownloadsMgr::fsDownloadsMgr(), fsDP_GetDefaults(), fsFillBuffer(), fsGetSiteIp(), fsGetSystemAppDataFolder(), fsHttpFile::fsHttpFile(), fsHttpFiles::fsHttpFiles(), fsHttpOpenPath(), fsIECatchMgr::fsIECatchMgr(), fsIFOnMemoryError(), fsInitRAS(), fsInternetDownloader::fsInternetDownloader(), fsInternetFile::fsInternetFile(), fsInternetFile2::fsInternetFile2(), fsInternetFileListMgr::fsInternetFileListMgr(), fsInternetServerConnection::fsInternetServerConnection(), fsInternetSession::fsInternetSession(), fsInternetURLFile::fsInternetURLFile(), fsInternetURLFileDownloader::fsInternetURLFileDownloader(), fsInternetURLFiles::fsInternetURLFiles(), fsInternetURLServer::fsInternetURLServer(), fsIsAnchorInUrl(), fsIsServersEqual(), fsIsSystemInFullScreenMode(), fsMutex::fsMutex(), fsODMenu::fsODMenu(), fsOnMemoryError(), fsOpenUrlInBrowser(), fsPartMediaPlayer::fsPartMediaPlayer(), fsPathFromUrlPath(), fsRasDial(), fsRasEnumConnections(), fsRasEnumEntries(), fsRasGetEntryDialParams(), fsRasGetErrorString(), fsRasHangUp(), fsReadStrFromFile(), fsSaveStrToFile(), fsScheduleMgr::fsScheduleMgr(), fsSection::fsSection(), fsSetForegroundWindow(), fsSetLayeredWindowAttributes(), fsShellBrowsersEvents::fsShellBrowsersEvents(), fsShellWindowsEvents::fsShellWindowsEvents(), fsSitesMgr::fsSitesMgr(), fsSpeaking::fsSpeaking(), fsStrGetStrUpToChar(), fsString::fsString(), fsStrStrNoCase(), fsSysGetConnectionStatistics(), fsTrayIconMgr::fsTrayIconMgr(), fsUpdateMgr::fsUpdateMgr(), fsUrlToFdm(), fsUrlToFullUrl(), fsWebPageDownloader::fsWebPageDownloader(), fsWebPageDownloadsMgr::fsWebPageDownloadsMgr(), ftp_dophase_done(), ftp_parse_url_path(), ftp_quit(), ftp_readresp(), ftp_state_get_resp(), ftp_state_mdtm_resp(), ftp_state_pasv_resp(), ftp_state_post_retr_size(), ftp_state_pwd(), ftp_state_size_resp(), ftp_state_stor_resp(), ftp_state_ul_setup(), ftp_state_use_pasv(), ftp_state_use_port(), ftp_statemach_act(), CCreateBatchDownload::GenerateAndAddDownloads(), fsDownloadsMgr::GenerateDescriptionFile(), CCreateDownloadListDlg::GenerateDownloads(), vmsSingleInstance::get_1stInstanceHWND(), CDownloads_VideoPreview::Get_AvailFileSize(), CBaseVideoRenderer::get_AvgSyncOffset(), CBaseControlVideo::get_AvgTimePerFrame(), CBaseControlVideo::get_BitErrorRate(), CBaseControlVideo::get_BitRate(), vmsBtDownloadManager::get_CurrentTaskProgress(), vmsBtDownloadManager::get_CurrentTracker(), vmsBtDownloadImpl::get_CurrentTracker(), vmsBtDownloadImpl::get_FastResumeData(), vmsBtDownloadManager::get_FileCount(), vmsBtDownloadManager::get_FileName(), CDownloads_VideoPreview::Get_FileName(), vmsBtDownloadManager::get_FileNameW(), vmsBtDownloadManager::get_FilePercentDone(), vmsBtDownloadManager::get_FileSize(), CDownloads_VideoPreview::Get_FileSize(), vmsBtDownloadManager::get_InfoHash(), fsFileStream::Get_MediaType(), vmsBtDownloadManager::get_OutputFilePathName(), vmsBtDownloadManager::get_PeerInfoList(), vmsBtDownloadImpl::get_PeerInfoList(), vmsBtDownloadManager::get_PieceCount(), vmsBtDownloadManager::get_PieceSize(), vmsBtDownloadImpl::get_PiecesProgressMap(), vmsFile::get_Pos(), CDownloads_History::get_SelectedRecord(), vmsBtSupport::get_Session(), vmsBtFileImpl::get_TorrentBuffer(), vmsBtDownloadManager::get_TorrentComment(), vmsBtDownloadManager::get_TorrentName(), CWGUrlReceiver::get_UIState(), fsDownloadMgr::get_URL(), CBaseControlVideo::get_VideoHeight(), CBaseControlVideo::get_VideoWidth(), CWebBrowser2::GetAddressBar(), CShockwaveFlash::GetAlignMode(), CBaseInputPin::GetAllocator(), CShockwaveFlash::GetAllowFullScreen(), CShockwaveFlash::GetAllowNetworking(), CShockwaveFlash::GetAllowScriptAccess(), vmsFileUtil::GetAppDataPath(), CWebBrowser2::GetApplication(), vmsFileExtensionInOs::GetAssociation(), vmsFileExtensionInOs::GetAssociation_2(), CShockwaveFlash::GetBackgroundColor(), CShockwaveFlash::GetBase(), CShockwaveFlash::GetBGColor(), CBaseAllocator::GetBuffer(), CWebBrowser2::GetBusy(), CCmdQueue::GetCommandDueFor(), CWebBrowser2::GetContainer(), fsHttpFile::GetCookiesFromResponse(), CDownloads_Groups::GetCurrentFilter(), CBaseControlVideo::GetCurrentImage(), fsInternetURLFiles::GetCurrentPath(), fsInternetFileListMgr::GetCurrentPath(), CPosPassThru::GetCurrentPosition(), fsInternetFileListMgr::GetCurrentUrl(), fsDirectXVersion::GetCurrentVersion(), CDlgSounds::GetCurSelSnd(), CBaseOutputPin::GetDeliveryBuffer(), CShockwaveFlash::GetDeviceFont(), GetDialogSize(), CLoadDirectDraw::GetDirectDraw(), CWebBrowser2::GetDocument(), fsDownloadsMgr::GetDownload(), fsDownloadsMgr::GetDownloadByBtDownloadMgr(), fsDownloadsMgr::GetDownloadByDownloadMgr(), fsDownloadsMgr::GetDownloadByID(), CCmdQueue::GetDueCommand(), CDlgVidSeek::GetDuration(), CShockwaveFlash::GetEmbedMovie(), GetEnv(), vmsUploadsDllCaller::GetExtendedFeatures(), fsInternetFileListMgr::GetFileInfo(), CDownloads_Tasks::GetFileName(), GetFilePos(), GetFileSize(), fsInternetURLFile::GetFileSize(), vmsFlashHelper::GetFlashInfo(), vmsFlashHelper::GetFlashMoviesList(), vmsFlashHelper::GetFlashMoviesObjList(), vmsFlashHelper::GetFlashMoviesObjList_noframes(), CShockwaveFlash::GetFlashVars(), CDownloads_Opinions_WBEvents::GetFormInputElementText(), CShockwaveFlash::GetFrameNum(), CWebBrowser2::GetFullName(), vmsRegisteredApp::GetFullPath(), CWebBrowser2::GetFullScreen(), fsInternetFileListMgr::GetFullUrl(), vmsDownloadsGroupsMgr::GetGroupFullName(), vmsDownloadsGroupsMgr::GetGroupWithSubgroups(), gethandleathead(), vms7zipFormatDLL::GetHandlerProperty(), CWebBrowser2::GetHeight(), CDownloads_Groups::GetHistoryCurrentFilter(), CDeferredCommand::GetHResult(), CWebBrowser2::GetHwnd(), CBaseList::GetI(), CBaseControlVideo::GetImageSize(), CBaseStreamControl::GetInfo(), CShockwaveFlash::GetInlineData(), fsInternetFileListMgr::GetLastErrorDesc(), CWebBrowser2::GetLeft(), vmsIETmpCookies::GetLevel2DomainName(), CWebBrowser2::GetLocationName(), CWebBrowser2::GetLocationURL(), CShockwaveFlash::GetLoop(), CBaseRenderer::GetMediaPositionInterface(), CTransformOutputPin::GetMediaType(), CMediaSample::GetMediaType(), CShockwaveFlash::GetMenu(), CWebBrowser2::GetMenuBar(), CShockwaveFlash::GetMovie(), CShockwaveFlash::GetMovieData(), CWebBrowser2::GetName(), vmsAnimatedGIF::GetNextGraphicBlock(), CBaseList::GetNextI(), vmsBtDownloadManager::GetNumberOfSections(), CWebBrowser2::GetOffline(), CBasePropertyPage::GetPageInfo(), CWebBrowser2::GetParent(), CWebBrowser2::GetPath(), vmsFileUtil::GetPathFromPathName(), CPosPassThru::GetPeer(), CPosPassThru::GetPeerSeeking(), CTransInPlaceFilter::GetPin(), CTransformFilter::GetPin(), CSource::GetPin(), CBaseRenderer::GetPin(), CAsyncReader::GetPin(), CShockwaveFlash::GetPlaying(), vmsDLL::GetProcAddress(), CShockwaveFlash::GetProfile(), CShockwaveFlash::GetProfileAddress(), vmsAppSettingsStore::GetProfileBinary(), CShockwaveFlash::GetProfilePort(), CMediaSample::GetProperties(), CShockwaveFlash::GetQuality(), CShockwaveFlash::GetQuality2(), CWebBrowser2::GetReadyState(), CShockwaveFlash::GetReadyState(), fsCmdHistoryMgr::GetRecord(), CWebBrowser2::GetRegisterAsBrowser(), CWebBrowser2::GetRegisterAsDropTarget(), CWebBrowser2::GetResizable(), CBaseControlWindow::GetRestorePosition(), CShockwaveFlash::GetSAlign(), CBaseRenderer::GetSampleTimes(), CShockwaveFlash::GetScale(), CShockwaveFlash::GetScaleMode(), fsScheduleMgr::GetScheduleDLTask(), CShockwaveFlash::GetSeamlessTabbing(), fsInternetDownloader::GetSectionInfo(), fsInternetURLServer::GetServerName(), CBaseFilter::GetSetupData(), GetShell32Version(), CWebBrowser2::GetSilent(), CWgBHO::GetSite(), CFDMIECookiesBHO::GetSite(), vmsFDM::vmsFile::GetSize(), vmsDownloadMgrEx::GetSplittedSectionsList(), CWebBrowser2::GetStatusBar(), CWebBrowser2::GetStatusText(), CBaseVideoRenderer::GetStdDev(), vms7zipArchiveExtractCallback::GetStream(), COpenCallbackImp::GetStream(), CArchiveExtractCallback::GetStream(), fsInternetURLFile::GetSuggestedFileName(), fsInternetDownloader::GetSuggestedFileName(), CShockwaveFlash::GetSWRemote(), CWebBrowser2::GetTheaterMode(), CMsgThread::GetThreadMsg(), gettimeofday(), CWebBrowser2::GetToolBar(), CWebBrowser2::GetTop(), CWebBrowser2::GetTopLevelContainer(), vmsBtDownloadManager::GetTotalFilesSize(), CShockwaveFlash::GetTotalFrames(), CWebBrowser2::GetType(), CBaseDispatch::GetTypeInfo(), CFDMUploader::GetUploadPackageName(), CFDMUploader::GetUploadTargetUrl(), fsHttpFiles::GetUrlInfo(), CWgUrlListReceiver::GetUrlListFromDocumentSelection(), CBaseControlVideo::GetVideoPaletteEntries(), CBaseControlVideo::GetVideoSize(), CWebBrowser2::GetVisible(), CWebBrowser2::GetWidth(), CXInfoTip::GetWindowRegion(), CShockwaveFlash::GetWMode(), CWebBrowser2::GoBack(), fsInternetFileListMgr::GoFolder(), CWebBrowser2::GoForward(), CWebBrowser2::GoHome(), fsInternetFileListMgr::GoParentFolder(), CWebBrowser2::GoSearch(), CShockwaveFlash::GotoFrame(), gz_open(), gzclearerr(), gzclose(), gzdirect(), gzeof(), gzerror(), gzread(), gzrewind(), gzseek(), gzsetparams(), gzungetc(), gzwrite(), CShedulerWnd::HangupWhenDone(), CBaseRenderer::HaveCurrentSample(), vmsSkinMgr::icon(), vmsSkinMgr::icon_x(), if(), CMainFrame::ImportDownload(), CMainFrame::ImportListOfDownloads_FromDLInfoListFile(), CMainFrame::ImportListOfDownloads_FromURLListFile(), CBaseInputPin::Inactive(), CBaseOutputPin::Inactive(), inet_ntop4(), inet_pton4(), CSeekingPassThru::Init(), CAsyncOutputPin::InitAllocator(), CFdmApp::InitATL(), fsDownloadMgr::InitFile(), CWnd_Banner::Initialize(), CPlugToolBar::Initialize(), CPluginFrame2::Initialize(), fsInternetFile2::Initialize(), CQueue< T >::Initialize(), CDynamicOutputPin::Initialize(), fsProgramLogMgr::Initialize(), fsIECatchMgr::Initialize(), fsDownloadsMgr::Initialize(), CTransformFilter::InitializeOutputSample(), fsInternetSession::InitializeWinInet(), CWebInterfaceApp::InitInstance(), CFloatingWndsThread::InitInstance(), CFdmApp::InitInstance(), fs::list< T >::insert(), CDownloads_Groups::InsertDeleted(), fsODMenu::InsertMenu(), vmsBtSessionImpl::Instance(), Int64x32Div32(), CFdmApp::IntegrationSettings(), CDeferredCommand::Invoke(), vmsSingleInstance::is_1stInstance(), fsShellBrowsersEvents::is_Attached(), CWGUrlReceiver::is_ExtToSkip(), is_ExtToSkip(), vmsFlashHelper::is_FlashElement(), fsDownloadMgr::is_GlobalOffline(), vmsImage::is_Loaded(), vmsDLL::is_Loaded(), is_okpage(), fsAutorunMgr::IsAutoStart(), isBadFtpString(), vmsDownloadMgrEx::IsBittorrent(), CDownloads_Info::IsBtDownloadActive(), vmsBtDownloadManager::IsBtDownloadRunning(), vmsBtDownloadManager::IsCantStart(), CBasePin::IsConnected(), CLoadDirectDraw::IsDirectDrawLoaded(), CLoadDirectDraw::IsDirectDrawVersion1(), vmsBtDownloadManager::IsDownloading(), fsWebPageDownloader::IsDownloading(), vmsVistaFx::IsElevated(), fsString::IsEmpty(), IsExtInExtsStr(), IsExtStrEq(), fsDShowFilterDetector::IsFilterMeets(), fsOpNetIntegrationMgr::IsFirefoxPluginInstalled(), CDownloads_Groups::IsGroupItem(), fsInternetDownloader::IsMayZIP(), CDownloadsWnd::IsMediaDownload(), fsIECatchMgr::IsMonitoringDllRegistered(), fsOpNetIntegrationMgr::IsNetscapePluginInstalled(), fsOpNetIntegrationMgr::IsOperaPluginInstalled(), CShockwaveFlash::IsPlaying(), COutputQueue::IsQueued(), fsInternetURLFile::IsResumeSupported(), fsWebPageDownloader::IsScheduled(), fsDownloadsMgr::IsServerFilled(), IsServerInServersStr(), fsDownloadsMgr::IsSuchUrlExistsAlready(), vms7zipFormatDLL::IsSupportedArchive(), CFDMForFirefox::IsUrlShouldBeSkipped(), CBaseFilter::JoinFilterGraph(), fsDownloadsMgr::LaunchDownload(), fsInternetDownloader::LaunchOneMoreSection(), fsScheduleMgr::LaunchProgram(), fs::list< T >::list(), fs::ListTree< T >::ListTree(), llMulDiv(), vmsStringList::Load(), vmsFileRecentList::Load(), vmsDLL::Load(), vmsComDLL::Load(), vmsAnimatedGIF::Load(), vms7zipFormatDLL::Load(), fsWebPageDownloadsMgr::Load(), fsWebPageDownloader::Load(), fsEventsMgr::Load(), fsDownloadRegSaver::Load(), fs::list< T >::load(), fsWebPageDownloader::Load_OLD(), fsWebPageDownloader::Load_PerformRollback(), fsPluginMgr::LoadBuiltIn(), fsLangMgr::LoadBuiltInLngStrings(), CLoadDirectDraw::LoadDirectDraw(), VistaFx::LoadDll(), fsDownloadRegSaver::LoadDownload(), fsDownloadsMgr::LoadDownloads(), vmsDownloadsGroupsMgr::LoadFromDisk(), vmsDataFile::LoadFromFile(), fsSitesMgr::LoadFromFile(), vmsBtFileImpl::LoadFromFile(), CUploadsWnd::LoadFumCoreDll(), vmsDownloadsGroupsMgr::LoadGroupFromFile(), fsDownloads_GroupsMgr::LoadGroups(), fsDownloads_GroupsMgr::LoadGroupsFromReg(), vmsDownloadsGroupsMgr::LoadGroupsTreeFromFile(), fsDownloadsHistoryMgr::LoadHistory(), CFdmApp::LoadHistory(), vmsImage::LoadImage(), CShockwaveFlash::LoadMovie(), vmsMozillaPrefs::LoadPrefs(), vmsAppSettingsStore::LoadSettingsFromFile(), CSitesWnd::LoadSites(), vmsMediaConvertMgr::LoadState(), vmsBtSupport::LoadState(), vmsBtDownloadManager::LoadState(), fsScheduleMgr::LoadStateFromFile(), fsDownloadsMgr::LoadStateInformation(), fsAppSettings::LoadStringList(), CShedulerWnd::LoadTasks(), fsMutex::Lock(), CImagePalette::MakeIdentityPalette(), CImagePalette::MakePalette(), md5file(), memchrInternal(), memdup(), mk_hash_element(), CBasePropertyPage::Move(), CDownloads_Tasks::MoveSelectedDownloads(), vmsBtDownloadManager::MoveToFolder(), CBaseList::MoveToHead(), CBaseList::MoveToTail(), multi_runsingle(), multi_socket(), CMyComBSTR::MyCopy(), NWindows::NFile::NDirectory::MyCreateDirectory(), NWindows::NFile::NFind::MyGetLogicalDriveStrings(), MyMessageBox(), CWebBrowser2::Navigate(), CWebBrowser2::Navigate2(), CCmdQueue::New(), new_audio_stream(), new_video_stream(), CTransformFilter::NewSegment(), COutputQueue::NewSegment(), CBaseList::Next(), CEnumMediaTypes::Next(), CEnumPins::Next(), CTransformOutputPin::NonDelegatingQueryInterface(), CPosPassThru::NonDelegatingQueryInterface(), CUnknown::NonDelegatingQueryInterface(), CTransformOutputPin::Notify(), CTransInPlaceInputPin::NotifyAllocator(), CBaseInputPin::NotifyAllocator(), CBaseControlWindow::NotifyOwnerMessage(), CBaseAllocator::NotifySample(), COutputQueue::NotifyThread(), NP_GetEntryPoints(), NP_Initialize(), NPP_New(), NPP_NewStream(), NPP_SetWindow(), fsDownloadRegSaver::OLD_LoadDownload(), CSpiderAddPageDlg::OnAdvanced(), CUploadsWnd::OnAppExit(), CHFEWnd::OnAppExit(), CDownloadsWnd::OnAppExit(), CSites_GeneralPage::OnApply(), CPrg_Data::OnApply(), CDownloadProperties_GeneralPage::OnApply(), CDownloadProperties_ConnectionPage::OnApply(), CDownloaderProperties_ListPage::OnApply(), CBtDld_General::OnApply(), fsDownloadsMgr::OnBeforeDownload(), CPrg_Data::OnBrowse(), CDlg_UnpackSettings::OnBrowse(), CUpdateDlg::OnCancel(), CWndSplitter::OnCaptureChanged(), fsWebPageDownloader::OnCheckFileExtIsOK(), CSpiderAddPageDlg::OnChoosefolder(), CGroupDlg::OnChoosefolder(), CDlg_MakePortableVer::OnChoosefolder(), CCreateDownloadsDlg::OnChoosefolder(), CCreateDownloadListDlg::OnChoosefolder(), CCreateDownloadFromTorrentFileDlg::OnChoosefolder(), CCreateDownloadDlg::OnChoosefolder(), CCreateBatchDownload::OnChoosefolder(), CBtDld_General::OnChoosefolder(), CSchedule_WTSPage::OnChoosename(), CDownloaderProperties_ListPage::OnChoosevir(), CMainFrame::OnClose(), CDlgVidMan::OnConvert(), CUploadsWnd::OnCreate(), CSpiderWnd::OnCreate(), CMainFrame::OnCreate(), CFloatingInfoWnd::OnCreate(), CDownloadsWnd::OnCreate(), CDownloads_Opinions::OnCreate(), CSpiderTasks::OnDeleteAllItems(), CFVDownloads_Tasks::OnDeleteAllItems(), CDownloads_Tasks::OnDeleteAllItems(), CSpiderTasks::OnDeleteItem(), CFVDownloads_Tasks::OnDeleteItem(), CDownloads_Tasks::OnDeleteItem(), CMainFrame::OnDial(), CDownloads_Tasks::OnDldcheckintegrity(), fsDownloadsMgr::OnDldDone_CheckDownloadIsBittorrent(), fsDownloadsMgr::OnDldDone_CheckDownloadIsHtmlPageWithVideo(), fsDownloadsMgr::OnDldDone_CheckDownloadIsMetaLink(), fsDownloadsMgr::OnDldDoneCheckIfNeedDel(), CDownloads_Tasks::OnDldgrantbandwidthfordld(), CDownloads_Tasks::OnDldmovetofolder(), CDownloads_Tasks::OnDldproperties(), CDownloads_Tasks::OnDldqsize(), fsWebPageDownloader::OnDldRedirected(), CDownloads_Tasks::OnDldshowprogressdlg(), CDownloads_Tasks::OnDldstop(), CDownloads_Tasks::OnDldunpack(), vmsWebBrowserEvents::OnDocumentComplete(), fsShellBrowsersEvents::OnDocumentComplete(), CDownloads_Opinions_WBEvents::OnDocumentComplete(), CSpiderTaskTree::OnDontdownloadanddel(), CDownloadsWnd::OnDownloadCreate(), CDownloadsWnd::OnDownloadProperties(), fsDownloadsMgr::OnDownloadStoppedOrDone(), fsODMenu::OnDrawItem(), CFloatingWndDropTarget::OnDrop(), CMainFrame::OnExportSettings(), CMainFrame::OnFileImportImportlistofdownloadsfromclipboard(), CFVDownloads_Tasks::OnFvdldAutostart(), CHFEWnd::OnGo(), CDownloads_Groups::OnGrpcreate(), CDownloads_Groups::OnGrpdelete(), CDownloads_Groups::OnGrpproperties(), CUpdateDlg::OnHelp(), CMainFrame::OnHelp(), CWPDS_WebPagesPage::OnHelpInfo(), CWPDS_ImagesPages::OnHelpInfo(), CWPDS_GeneralPage::OnHelpInfo(), CWPDS_FilesPage::OnHelpInfo(), CUpdateDlg::OnHelpInfo(), CSpiderAddPageDlg::OnHelpInfo(), CSites_GeneralPage::OnHelpInfo(), CSites_AdvancedPage::OnHelpInfo(), CSCRDlg::OnHelpInfo(), CSchedule_WTSPage::OnHelpInfo(), CSchedule_HTSPage::OnHelpInfo(), CSchedule_AdvancedPage::OnHelpInfo(), CPrg_UpdatePage::OnHelpInfo(), CPrg_MiscPage::OnHelpInfo(), CPrg_HistoryPage::OnHelpInfo(), CPrg_GeneralPage::OnHelpInfo(), CPrg_Data::OnHelpInfo(), CNOWDlg::OnHelpInfo(), CLoginDlg::OnHelpInfo(), CHFE_ProtocolPage::OnHelpInfo(), CGroupDlg::OnHelpInfo(), CEnterKeyDlg::OnHelpInfo(), CDownloadProperties_ProxyPage::OnHelpInfo(), CDownloadProperties_ProtocolPage::OnHelpInfo(), CDownloadProperties_MiscPage::OnHelpInfo(), CDownloadProperties_MirrorsPage::OnHelpInfo(), CDownloadProperties_IntegrityPage::OnHelpInfo(), CDownloadProperties_GeneralPage::OnHelpInfo(), CDownloadProperties_ConnectionPage::OnHelpInfo(), CDownloaderProperties_NotificationsPage::OnHelpInfo(), CDownloaderProperties_NewDownloadPage::OnHelpInfo(), CDownloaderProperties_NetworkPage::OnHelpInfo(), CDownloaderProperties_MonitorPage_SkipList::OnHelpInfo(), CDownloaderProperties_MonitorPage::OnHelpInfo(), CDownloaderProperties_MirrorsPage::OnHelpInfo(), CDownloaderProperties_ListPage::OnHelpInfo(), CDownloaderProperties_CommunityPage::OnHelpInfo(), CDownloaderProperties_BtPage::OnHelpInfo(), CDownloadAlrExistsDlg::OnHelpInfo(), CDlgSounds::OnHelpInfo(), CDlgFindAdvanced::OnHelpInfo(), CDlgFind::OnHelpInfo(), CDlgDownloadsHistory::OnHelpInfo(), CDlgDeletedProperties::OnHelpInfo(), CDlg_WPD_IL_Add::OnHelpInfo(), CDlg_SetBatchNumbers::OnHelpInfo(), CDialDlg::OnHelpInfo(), CDDRDlg::OnHelpInfo(), CCreateDownloadsDlg::OnHelpInfo(), CCreateDownloadListDlg::OnHelpInfo(), CCreateDownloadDlg::OnHelpInfo(), CCreateBatchDownload::OnHelpInfo(), CAERDlg::OnHelpInfo(), CHFE_FileList::OnHfeDownload(), CMainFrame::OnHowregister(), CDlgVidSeek::OnHScroll(), CMainFrame::OnImportlistofdownloads(), CMainFrame::OnImportSettings(), CWaitForConfirmationDlg::OnInitDialog(), CWaitDlg::OnInitDialog(), CUrlWithLoginDlg::OnInitDialog(), CUEDlg::OnInitDialog(), CSites_GeneralPage::OnInitDialog(), CSCRDlg::OnInitDialog(), CMyMessageBox::OnInitDialog(), CGroupDlg::OnInitDialog(), CDownloadProperties_GeneralPage::OnInitDialog(), CDownloadAlrExistsDlg::OnInitDialog(), CDlgVidSeek::OnInitDialog(), CDlgFindAdvanced::OnInitDialog(), CDlg_UnpackProgress::OnInitDialog(), CDlg_Unpack_AskOverwrite::OnInitDialog(), CDlg_SpreadHelp_LinkCode::OnInitDialog(), CDlg_Opinions::OnInitDialog(), CDlg_Download_OnHide::OnInitDialog(), CDlg_Download::OnInitDialog(), CDlg_CreateFVDownload::OnInitDialog(), CDlg_CheckFileIntegrity_Result::OnInitDialog(), CDlg_CheckFileIntegrity_Progress::OnInitDialog(), CDialDlg::OnInitDialog(), CDDRDlg::OnInitDialog(), CCreateDownloadFromTorrentFileDlg::OnInitDialog(), CCreateDownloadDlg::OnInitDialog(), CCreateBatchDownload::OnInitDialog(), CAERDlg::OnInitDialog(), CComboBoxTreeCtrl::OnKillFocus(), CDownloads_History::OnLaunch(), CUrlWnd::OnLButtonDown(), CWndSplitter::OnLButtonUp(), CMainFrame::OnLDF(), CCreateDownloadDlg::OnMalicious(), fsODMenu::OnMeasureItem(), fsShellBrowsersEvents::OnNavigateComplete2(), CDownloads_Groups::OnNewGroupCreated(), CToolBarEx::OnNotify(), CUEDlg::OnOK(), CSpiderAddPageDlg::OnOK(), CGroupDlg::OnOK(), CDlgFindAdvanced::OnOK(), CDlg_Unpack_InstAddPack::OnOK(), CDlg_MakePortableVer::OnOK(), CCreateDownloadsDlg::OnOK(), CCreateDownloadListDlg::OnOK(), CCreateDownloadFromTorrentFileDlg::OnOK(), CCreateDownloadDlg::OnOK(), CCreateBatchDownload::OnOK(), CDownloads_History::OnOpenfolder(), CDlg_UnpackProgress::OnOpenfolder(), CDownloads_Groups::OnOpengroupfolder(), CXInfoTip::OnPaint(), CBaseWindow::OnPaletteChange(), CMainFrame::OnProceedFurherInitialization(), CCreateDownloadDlg::OnQsize(), fsDownloadsMgr::OnQueryNewSection(), CFVDownloads_Tasks::OnRClick(), CDownloads_Tasks::OnRClick(), CDownloads_Log::OnRClick(), CBaseWindow::OnReceiveMessage(), CBasePropertyPage::OnReceiveMessage(), CMainFrame::OnRecommend(), fsDownloadsMgr::OnSectionStop(), CGroupDlg::OnSelchangeGroups(), CXInfoTip::OnSetCursor(), CDownloadsGroupsComboBox::OnSetFocus(), CDownloads_Groups::OnSetGroupsRootFolder(), CSitesWnd::OnSitesAdd(), CSitesWnd::OnSitesDelete(), CSitesWnd::OnSitesProperties(), CFDCButton::OnSize(), CSpiderTasks::OnSpiderDelete(), CSpiderTasks::OnSpiderOpenfolder(), CSpiderTasks::OnSpiderOpenpage(), CSpiderTasks::OnSpiderSchedule(), CSpiderTasks::OnSpiderSettings(), CSheduler_Tasks::OnTasksDeletetask(), CSheduler_Tasks::OnTasksProperties(), CXInfoTip::OnTimer(), CWnd_Banner::OnTimer(), CMainFrame::OnTimer(), CDlgVidSeek::OnTimer(), CDlg_SpreadHelp_LinkCode::OnTimer(), vmsBtDownloadImpl::OnTrackerAlert(), CMainFrame::OnTrayMsg(), CMainFrame::OnUpdate(), CDownloads_Opinions::OnUpdateContent(), CHFE_FileList::OnUpdateToolBar(), CMainFrame::OnUpdateTotalSpeed(), CMainFrame::OnUpdateTrafficThisMonth(), CSpiderAddPageDlg::OnUrlChanged(), CBaseControlVideo::OnVideoSizeChange(), CDlg_CreateFVDownload::OnViewSSites(), CMainFrame::OnViewStatusbar(), CMainFrame::OnViewToolbar(), CSpiderTaskTree::OnWebPageWillBeDeleted(), fsWebPageDownloader::OnWPDownloadDone(), fsContextHelpMgr::OnWT(), fsPartMediaPlayer::Open(), fsLocalFile::Open(), fsArchive::fsArchiveFileStream::Open(), vmsFile::Open(), vmsFile::open(), CHFE_FileList::Open1SelectedItem(), fsPartMediaPlayer::Open2(), fsHttpFile::Open_imp(), fsArchiveInternetStream::Open_imp(), fsInternetURLFile::OpenAnotherRequestOnServer(), OpenArchive(), fsInternetURLFile::OpenEx(), fsHttpFile::OpenEx(), fsFtpFile::OpenEx(), fsDownloadMgr::OpenFile(), CDownloads_VideoPreview::OpenFile(), fsFtpFile::OpenSocket(), vmsTheme::OpenThemeData(), fsInternetDownloader::OpenUrl_imp(), QzCComPtr< T >::operator &(), QzCComPtr< T >::operator!(), CMyComBSTR::operator!(), CMyComPtr< IFolderArchiveExtractCallback >::operator!(), QzCComPtr< T >::operator*(), fsString::operator+=(), QzCComPtr< T >::operator->(), fsString::operator=(), NWindows::NCOM::CPropVariant::operator=(), fsString::operator==(), opt_codec(), opt_format(), opt_input_file(), opt_output_file(), output_packet(), CBaseWindow::PaintWindow(), CShockwaveFlash::Pan(), vmsMetalinkFile::Parse(), fsFDMCmdLineParser::Parse(), vmsVideoSiteHtmlCodeParser::Parse_Blennus(), vmsVideoSiteHtmlCodeParser::Parse_DailyMotion(), vmsVideoSiteHtmlCodeParser::Parse_Further_LiveDigital(), vmsVideoSiteHtmlCodeParser::Parse_Further_MySpace(), vmsVideoSiteHtmlCodeParser::Parse_GoogleVideo(), vmsVideoSiteHtmlCodeParser::Parse_Grouper(), fsHTMLParser::Parse_HTMLGiving(), vmsVideoSiteHtmlCodeParser::Parse_LiveDigital(), vmsVideoSiteHtmlCodeParser::Parse_MySpace(), vmsVideoSiteHtmlCodeParser::Parse_Sharkle(), vmsVideoSiteHtmlCodeParser::Parse_Youtube(), vmsVideoSiteHtmlCodeParser::Parse_Youtube_RootPage(), fsHTMLParser::ParseHTML(), fsWebPageDownloader::ParseHTMLFile(), fsWebPageDownloader::ParseHTMLFrameUrls(), fsWebPageDownloader::ParseHTMLImages(), fsWebPageDownloader::ParseHTMLLinkUrls(), fsWebPageDownloader::ParseHTMLUrls(), fsHTMLParser::ParseTag_A(), fsHTMLParser::ParseTag_Base(), fsHTMLParser::ParseTag_Frame(), fsHTMLParser::ParseTag_Img(), fsHTMLParser::ParseTag_Link(), fsHTMLParser::ParseTag_Meta(), fsHTMLParser::ParseTag_Meta_Content(), CBaseInputPin::PassNotify(), fsFtpFile::PASV_ConnectSocket(), CTransformFilter::Pause(), CShockwaveFlash::PercentLoaded(), fsDownloadsMgr::PerformVirusCheck(), fsSitePingMgr::Ping(), CShockwaveFlash::Play(), CDownloads_VideoPreview::Play(), fsSoundsMgr::PlaySnd(), CUploadsWnd::Plugin_GetMainMenu(), CUploadsWnd::Plugin_GetMenuViewItems(), CSitesWnd::Plugin_GetMenuViewItems(), CFlashVideoDownloadsWnd::Plugin_GetMenuViewItems(), CUploadsWnd::Plugin_SetLanguage(), PossiblyEatMessage(), pre_process_video_frame(), CMainFrame::PreCreateWindow(), CChildView::PreCreateWindow(), CImagePalette::PreparePalette(), CBaseRenderer::PrepareReceive(), CBaseWindow::PrepareWindow(), CDownloads_Opinions::PreTranslateMessage(), CBaseList::Prev(), printoption(), CPullPin::Process(), fsDownloadsMgr::ProcessDownloads(), vmsIETmpCookies::ProcessFile(), vmsBtDownloadManager::ProcessFilePathMacroses(), CFDMFlashVideoDownloads::ProcessIeDocument(), fsHttpFile::ProcessRangesResponse(), CAsyncIo::ProcessRequests(), fsDownloadMgr::ProcessSCR(), CFDMIECookiesBHO::ProgressChange(), CHFE_Address::PushUrl(), CBaseControlWindow::put_Caption(), CBaseControlWindow::put_Owner(), CWebBrowser2::PutProperty(), CSourceStream::QueryId(), CRendererInputPin::QueryId(), vmsDocHostUIHandler::QueryInterface(), CClassFactory::QueryInterface(), CEnumMediaTypes::QueryInterface(), CEnumPins::QueryInterface(), fsLocalFile::QuerySize(), fsInternetURLFile::QuerySize(), fsFtpFile::QuerySize(), fsInternetDownloader::QuerySize(), fsDownloadMgr::QuerySize2(), CPullPin::QueueSample(), COutputQueue::QueueSample(), CWebBrowser2::Quit(), QzAtlComPtrAssign(), QzCComPtr< T >::QzCComPtr(), vmsBtDownloadManager::RaiseEvent(), vmsUnRARDLL::RARCloseArchive(), vmsUnRARDLL::RAROpenArchiveEx(), vmsUnRARDLL::RARProcessFile(), vmsUnRARDLL::RARReadHeader(), vmsUnRARDLL::RARSetCallback(), fsFileStream::Read(), Read(), fsLocalFile::Read(), fsInternetURLFile::Read(), fsHttpFile::Read(), CStdInFileStream::Read(), CInFileStream::Read(), fsArchive::fsArchiveFileStream::Read(), vmsFDM::vmsFile::Read(), vmsFile::Read(), vmsFile::read(), ReadArchiverInfoList(), CMainFrame::ReadCusomizationInfo(), vmsMetalinkFile::ReadFileNode(), vmsMetalinkFile::ReadFilesNode(), readfromfile(), fsCmdHistoryMgr::ReadFromFile(), vmsMetalinkFile::ReadHashNode(), NWindows::NFile::NIO::CInFile::ReadPart(), vmsMetalinkFile::ReadResourcesNode(), fsFindDownloadMgr::ReadSettings(), vmsFDMCustomizations::ReadString(), CMainFrame::ReadTotalTrafficInfo(), CDownloaderProperties_NetworkPage::ReadTUS(), vmsMetalinkFile::ReadUrlNode(), vmsMetalinkFile::ReadVerificationNode(), CMediaType::ReallocFormatBuffer(), CMemAllocator::ReallyFree(), fsDownloadsMgr::RebuildServerList(), CVideoTransformFilter::Receive(), CTransInPlaceFilter::Receive(), CTransformFilter::Receive(), CBaseInputPin::ReceiveCanBlock(), CBasePin::ReceiveConnection(), fsFtpFile::ReceiveExtError(), fsFtpConnection::ReceiveExtError(), CBaseFilter::ReconnectPin(), CWebBrowser2::Refresh(), fsInternetFileListMgr::Refresh(), CWebBrowser2::Refresh2(), CImageDisplay::RefreshDisplayType(), CBaseFilter::Register(), CEnterKeyDlg::RegisterKey(), vmsComDLL::RegisterServer(), CFdmApp::RegisterServer(), CXInfoTip::RelayEvent(), QzCComPtr< T >::Release(), CMyComPtr< IFolderArchiveExtractCallback >::Release(), CDialDlg::Release_pThis(), CLoadDirectDraw::ReleaseDirectDraw(), CDownloadsGroupsComboBox::RememberSelectedGroup(), CBaseAllocator::CSampleList::Remove(), CBaseList::RemoveAll(), CBaseList::CNodeCache::RemoveFromCache(), CBaseAllocator::CSampleList::RemoveHead(), CBaseList::RemoveI(), fsODMenu::RemoveMenu(), fsInternetDownloader::RemoveMirror(), CImagePalette::RemovePalette(), CSource::RemovePin(), fsDownloadMgr::RenameFile(), CBaseRenderer::Render(), ReOpenArchive(), fsHTMLParser::ReplaceString(), vmsFdmWebInterfaceServer::RequestCreateNewDownload(), vmsFdmWebInterfaceServer::RequestListOfCompletedDownloads(), vmsFdmWebInterfaceServer::RequestRootPage(), fsDownloadMgr::ReserveDiskSpace(), CMediaType::ResetFormatBuffer(), vmsBtSessionImpl::RestoreDownloadHandle(), fsDownloadsMgr::RestoreDownloads(), fsDownloadsMgr::RestoreDownloads2(), fsInternetDownloader::RestoreSectionsState(), fsInternetDownloader::RestoreSectionsState_v5(), fsInternetDownloader::RestoreSectionsState_vlt4(), fsInternetDownloader::RestoreSectionsState_vlt5(), fsArchive::fsZipArchiveRebuilder::RetreiveArchiveContent(), fsArchive::fsZipArchiveFastRebuilder::RetreiveArchiveContent(), fsHttpFile::RetreiveSuggFileName(), CDownloads_Opinions_WBEvents::RetrieveLinkToUsText(), CBaseList::Reverse(), CShockwaveFlash::Rewind(), vmsVistaFx::RunNonElevated(), vmsStringList::Save(), vmsFileRecentList::Save(), fsWebPageDownloadsMgr::Save(), fsWebPageDownloader::Save(), fsEventsMgr::Save(), fsDownloadRegSaver::Save(), fs::list< T >::save(), vmsBtDownloadManager::SaveBtDownloadState(), vmsBtDownloadManager::SaveBtDownloadState_FileProgress(), fsDownloadRegSaver::SaveDownload(), vmsFlashHelper::SaveFlashMovies(), vmsFlashHelper::SaveFlashMovies_noframes(), vmsAnimatedGIF::SaveGIFFrames(), fsDownloads_GroupsMgr::SaveGroups(), vmsDownloadsGroupsMgr::SaveGroupsTreeToFile(), vmsDownloadsGroupsMgr::SaveGroupToFile(), fsDownloadsHistoryMgr::SaveHistory(), CFdmApp::SaveHistory(), CFDMIECookiesBHO::SaveInfoToDisk(), CShedulerWnd::SaveSchedules(), fsInternetDownloader::SaveSectionsState(), vmsAppSettingsStore::SaveSettingsToFile(), CSitesWnd::SaveSites(), vmsMediaConvertMgr::SaveState(), vmsDownloadMgrEx::SaveState(), vmsBtSupport::SaveState(), vmsBtDownloadManager::SaveState(), CMainFrame::SaveState(), fsDownloadMgr::SaveState(), fsDownloadsMgr::SaveStateInformation(), fsScheduleMgr::SaveStateToFile(), vmsDownloadsGroupsMgr::SaveToDisk(), vmsDataFile::SaveToFile(), fsSitesMgr::SaveToFile(), fsCmdHistoryMgr::SaveToFile(), CFdmApp::ScheduleExitProcess(), CDownloads_Tasks::ScheduleProcessDownloads(), fsAppSettings::Scheduler_LastTask_read(), CBaseRenderer::ScheduleSample(), CDownloads_Tasks::ScheduleSelectedDlds(), Seek(), COutFileStream::Seek(), CInFileStream::Seek(), vmsFDM::vmsFile::Seek(), CDownloadsWnd::SelectDownload(), CDownloadsGroupsComboBox::SelectGroup(), CDownloadsGroupsComboBox::SelectGroupById(), COutputQueue::SendAnyway(), CBaseRenderer::SendEndOfStream(), CBaseVideoRenderer::SendQuality(), CDownloads_Bittorrent_Peers::set_ActiveDownload(), CDownloads_Bittorrent_General::set_ActiveDownload(), CDownloads_Bittorrent_Files::set_ActiveDownload(), CDownloads_Bittorrent::Set_ActiveDownload(), vmsHttpResponse::set_Body(), fsDownloadMgr::set_GlobalOffline(), CDlgVidSeek::Set_MediaSeeking(), vmsFile::set_Pos(), fsInternetFile2::set_PostData(), fsInternetFile2::set_URL(), CDownloads_Log::SetActiveDownload(), CWebBrowser2::SetAddressBar(), CShockwaveFlash::SetAlignMode(), CShockwaveFlash::SetAllowFullScreen(), CShockwaveFlash::SetAllowNetworking(), CShockwaveFlash::SetAllowScriptAccess(), vmsFileExtensionInOs::SetAssociation(), vmsFileExtensionInOs::SetAssociation_2(), fsAutorunMgr::SetAutoStart(), CShockwaveFlash::SetBackgroundColor(), CWnd_Banner::SetBanner(), CShockwaveFlash::SetBase(), CShockwaveFlash::SetBGColor(), CShockwaveFlash::SetDeviceFont(), CShockwaveFlash::SetEmbedMovie(), fsDownloadMgr::SetFileTime(), CShockwaveFlash::SetFlashVars(), CMediaType::SetFormat(), CShockwaveFlash::SetFrameNum(), CWebBrowser2::SetFullScreen(), CDownloads_Groups::SetGroupFilter(), CWebBrowser2::SetHeight(), CXInfoTip::SetIcon(), fsODMenu::SetImages(), CShockwaveFlash::SetInlineData(), NWindows::NFile::NIO::COutFile::SetLastWriteTime(), CWebBrowser2::SetLeft(), CShockwaveFlash::SetLoop(), CMediaSample::SetMediaTime(), CTransformOutputPin::SetMediaType(), CMediaSample::SetMediaType(), CShockwaveFlash::SetMenu(), CWebBrowser2::SetMenuBar(), fsODMenu::SetMenuItemText(), CShockwaveFlash::SetMovie(), CShockwaveFlash::SetMovieData(), CBasePropertyPage::SetObjects(), CWebBrowser2::SetOffline(), vms7zipArchiveExtractCallback::SetOperationResult(), CArchiveExtractCallback::SetOperationResult(), CBasePropertyPage::SetPageSite(), CShockwaveFlash::SetPlaying(), fsFileStream::SetPointer(), CShockwaveFlash::SetProfile(), CShockwaveFlash::SetProfileAddress(), CShockwaveFlash::SetProfilePort(), CMediaSample::SetProperties(), CShockwaveFlash::SetQuality(), CShockwaveFlash::SetQuality2(), CWebBrowser2::SetRegisterAsBrowser(), CWebBrowser2::SetRegisterAsDropTarget(), CWebBrowser2::SetResizable(), CShockwaveFlash::SetReturnValue(), CShockwaveFlash::SetSAlign(), CShockwaveFlash::SetScale(), CShockwaveFlash::SetScaleMode(), CShockwaveFlash::SetSeamlessTabbing(), CWebBrowser2::SetSilent(), CWgBHO::SetSite(), CFDMIECookiesBHO::SetSite(), CFDMCustButton::SetSite(), CWebBrowser2::SetStatusBar(), CWebBrowser2::SetStatusText(), CShockwaveFlash::SetSWRemote(), CWebBrowser2::SetTheaterMode(), CMediaSample::SetTime(), fsInternetSession::SetTimeout(), CWebBrowser2::SetToolBar(), CWebBrowser2::SetTop(), CMainFrame::SetupButton(), CFDCButton::SetupButton(), SetupConnection(), CSpiderWnd::SetupDefSettings(), fsHttpFile::SetupProxy(), fsInternetURLFile::SetupProxyForFile2(), CShockwaveFlash::SetVariable(), CWebBrowser2::SetVisible(), CWebBrowser2::SetWidth(), CShockwaveFlash::SetWMode(), CShockwaveFlash::SetZoomRect(), sh_addentry(), CImagePalette::ShouldUpdate(), CXInfoTip::Show(), CBasePropertyPage::Show(), CWebBrowser2::ShowBrowserBar(), vmsDocHostUIHandler::ShowContextMenu(), CSpiderTaskTree::ShowContextMenu(), CDownloadsWnd::ShowDownloads(), fsTrayIconMgr::ShowIcon(), vmsFdmAppMgr::ShowInstallBtMessage(), vmsFdmAppMgr::ShowInstallMediaFeaturesMessage(), CFVDownloads_Tasks::ShowSelectedDldsProperties(), CMainFrame::ShowTimeoutBalloon(), CFloatingWnd::ShowTip(), fsScheduleMgr::Shutdown(), fsDownloadsMgr::Shutdown(), signalPipeClose(), singlesocket(), fsFileStream::Size(), CAsyncIo::Size(), vmsAnimatedGIF::SkipNextGraphicBlock(), slist_get_last(), vmsHttpServer::Start(), CIEWGMonitor::Start(), fsInternetFileListMgr::Start(), CDialDlg::StartConnect(), vmsBtDownloadManager::StartDownloading(), fsInternetFile2::StartDownloading(), fsWebPageDownloader::StartDownloading(), fsInternetDownloader::StartDownloading(), fsDownloadMgr::StartDownloading(), fsScheduleMgr::StartDownloads(), fsDownloadsMgr::StartDownloads(), StartProcess(), CBaseRenderer::StartStreaming(), CAsyncIo::StartThread(), fsUpdateMgr::StartUpdater(), CWaitDlg::StartWaiting(), CWebBrowser2::Stop(), CShockwaveFlash::Stop(), fsPartMediaPlayer::Stop(), CTransformFilter::Stop(), CDownloads_VideoPreview::Stop(), fsWebPageDownloader::StopDownloading(), fsScheduleMgr::StopDownloads(), fsDownloadsMgr::StopDownloads(), CShockwaveFlash::StopPlay(), vmsDownloadMgrEx::StopSection(), fsInternetDownloader::StopSection(), strcmp_m(), strcmpi_m(), CBaseFilter::StreamTime(), CBaseMediaFilter::StreamTime(), strippath(), CDynamicOutputPin::SynchronousBlockOutputPin(), CAsyncIo::SyncRead(), SystemTimeToStr(), CShockwaveFlash::TCallFrame(), CShockwaveFlash::TCallLabel(), fsClipboardMgr::Text(), tftp_send_first(), CShockwaveFlash::TGotoFrame(), CShockwaveFlash::TGotoLabel(), COutputQueue::ThreadProc(), CShockwaveFlash::TPlay(), CFDMForFirefox::TransferUrlToFDM(), fs::tree< T >::tree(), CDownloadsGroupsComboBox::Tree_UpdateSelection(), CStringBase< wchar_t >::TrimRight(), CStringBase< wchar_t >::TrimRightWithCharSet(), CBasePin::TryMediaTypes(), CShockwaveFlash::TSetProperty(), CShockwaveFlash::TSetPropertyNum(), CShockwaveFlash::TStopPlay(), CDynamicOutputPin::UnblockOutputPin(), unescape_word(), CBaseWindow::UninitialiseWindow(), fsMutex::Unlock(), CBaseFilter::Unregister(), fsUpdateMgr::Update(), CFVDownloads_Tasks::UpdateActiveDownload(), CDownloads_Tasks::UpdateActiveDownload(), CSpiderTasks::UpdateActiveWPD(), CSpiderTaskTree::UpdateAll(), CDlgVidMan::UpdateCommand(), CDownloads_Tasks::UpdateDownload(), CDlgVidMan::UpdateEnabled(), CHFE_FileList::UpdateList(), CHFE_FileList::UpdateMenu(), CDownloads_Bittorrent_Peers::UpdatePeersDetails(), CDownloads_Bittorrent_General::UpdatePeersStat(), CDownloads_History::UpdateRecord(), CSitesWnd::UpdateSite(), CDownloads_Bittorrent_Peers::UpdateStat(), CDownloads_Bittorrent_General::UpdateStat(), CFloatingWnd::UpdateTimer(), CMainFrame::UpdateTitle(), CUploadsWnd::UpdateToolBar(), CDownloads_Bittorrent_General::UpdateUploadStat(), CDownloads_Bittorrent_General::UpdateWastedStat(), CCreateDownloadDlg::UrlChanged(), CCreateBatchDownload::UrlChanged(), UrlToFdm(), vmsMemFile::Use(), VistaFx::VistaFx(), vms7zipArchiveExtractCallback::vms7zipArchiveExtractCallback(), vms7zipFormatDLL::vms7zipFormatDLL(), vmsAnimatedGIF::vmsAnimatedGIF(), vmsArchive::vmsArchive(), vmsArchiveMgr::vmsArchiveMgr(), vmsBtDownloadImpl::vmsBtDownloadImpl(), vmsBtDownloadManager::vmsBtDownloadManager(), vmsBtFileImpl::vmsBtFileImpl(), vmsBtSessionImpl::vmsBtSessionImpl(), vmsBtSupport::vmsBtSupport(), vmsComDLL::vmsComDLL(), vmsDeleteFileAtWinBoot(), vmsDLL::vmsDLL(), vmsDownloadMgrEx::vmsDownloadMgrEx(), vmsFile::vmsFile(), vmsGetExeDriveLetter(), vmsHash::vmsHash(), vmsHttpResponse::vmsHttpResponse(), vmsHttpServer::vmsHttpServer(), vmsIETmpCookies::vmsIETmpCookies(), vmsImage::vmsImage(), vmsMaliciousDownloadChecker::vmsMaliciousDownloadChecker(), vmsMediaConverterJob::vmsMediaConverterJob(), vmsMemFile::vmsMemFile(), vmsMetalinkFile::vmsMetalinkFile(), vmsObjectSmartPtr< vmsDownloadMgrEx >::vmsObjectSmartPtr(), vmsSetSuspendState(), vmsSHCopyKey(), vmsSimpleFileDownloader::vmsSimpleFileDownloader(), vmsSingleInstance::vmsSingleInstance(), vmsTheme::vmsTheme(), vmsUnRARDLL::vmsUnRARDLL(), vmsUtf8ToAscii(), vmsVideoSiteHtmlCodeParser::vmsVideoSiteHtmlCodeParser(), wait_ms(), waitconnect(), WaitDispatchingMessages(), CAsyncIo::WaitForNext(), CBaseRenderer::WaitForReceiveToComplete(), CMsgThread::WaitForThreadExit(), CAMMsgEvent::WaitMsg(), CWgBHO::WalkThroughForm(), CFDMIECookiesBHO::WalkThroughForm(), WinMain(), WndProc(), Write(), fsInternetURLFile::Write(), fsHttpFile::Write(), CStdOutFileStream::Write(), COutFileStream::Write(), fsArchive::fsArchiveFileStream::Write(), vmsFDM::vmsFile::Write(), vmsFile::Write(), write_frame(), vmsAnimatedGIF::WriteDataOnDisk(), WriteInt(), NWindows::NFile::NIO::COutFile::WritePart(), wsprintfWInternal(), CShockwaveFlash::Zoom(), CAutoUsingOutputPin::~CAutoUsingOutputPin(), CBaseAllocator::~CBaseAllocator(), CBaseFilter::~CBaseFilter(), CBaseInputPin::~CBaseInputPin(), CBaseMediaFilter::~CBaseMediaFilter(), CBaseRenderer::~CBaseRenderer(), CBaseStreamControl::~CBaseStreamControl(), CDispParams::~CDispParams(), CDynamicOutputPin::~CDynamicOutputPin(), CFDMUrlListReceiver::~CFDMUrlListReceiver(), CFDMUrlReceiver::~CFDMUrlReceiver(), CMsgThread::~CMsgThread(), COutputQueue::~COutputQueue(), CSource::~CSource(), fsLocalFile::~fsLocalFile(), VistaFx::~VistaFx(), and vmsHttpResponse::~vmsHttpResponse().
| typedef struct _NPByteRange NPByteRange |
| typedef struct _NPEmbedPrint NPEmbedPrint |
| typedef struct _NPFullPrint NPFullPrint |
| typedef char* NPMIMEType |
| typedef struct _NPSavedData NPSavedData |
| JRIEnv* NPN_GetJavaEnv | ( | void | ) |
| void* NPN_MemAlloc | ( | uint32 | size | ) |
| void NPN_MemFree | ( | void * | ptr | ) |
| NPError NPN_NewStream | ( | NPP | instance, | |
| NPMIMEType | type, | |||
| const char * | target, | |||
| NPStream ** | stream | |||
| ) |
| NPError NPN_PostURL | ( | NPP | instance, | |
| const char * | url, | |||
| const char * | target, | |||
| uint32 | len, | |||
| const char * | buf, | |||
| NPBool | file | |||
| ) |
| NPError NPN_PostURLNotify | ( | NPP | instance, | |
| const char * | url, | |||
| const char * | target, | |||
| uint32 | len, | |||
| const char * | buf, | |||
| NPBool | file, | |||
| void * | notifyData | |||
| ) |
| void NPN_ReloadPlugins | ( | NPBool | reloadPages | ) |
| NPError NPN_RequestRead | ( | NPStream * | stream, | |
| NPByteRange * | rangeList | |||
| ) |
| void NPN_Status | ( | NPP | instance, | |
| const char * | message | |||
| ) |
| const char* NPN_UserAgent | ( | NPP | instance | ) |
| void NPN_Version | ( | int * | plugin_major, | |
| int * | plugin_minor, | |||
| int * | netscape_major, | |||
| int * | netscape_minor | |||
| ) |
| NPError NP_LOADDS NPP_Destroy | ( | NPP | instance, | |
| NPSavedData ** | save | |||
| ) |
Definition at line 140 of file OpNetCatcher.cpp.
References NPERR_NO_ERROR.
Referenced by NP_GetEntryPoints().
Definition at line 199 of file OpNetCatcher.cpp.
References NPERR_GENERIC_ERROR.
Referenced by NP_GetEntryPoints().
| jref NP_LOADDS NPP_GetJavaClass | ( | void | ) |
| NPError NPP_Initialize | ( | void | ) |
| NPError NP_LOADDS NPP_New | ( | NPMIMEType | pluginType, | |
| NPP | instance, | |||
| uint16 | mode, | |||
| int16 | argc, | |||
| char * | argn[], | |||
| char * | argv[], | |||
| NPSavedData * | saved | |||
| ) |
Definition at line 129 of file OpNetCatcher.cpp.
References NPERR_GENERIC_ERROR, NULL, and _NPP::pdata.
Referenced by NP_GetEntryPoints().
| NPError NP_LOADDS NPP_NewStream | ( | NPP | instance, | |
| NPMIMEType | type, | |||
| NPStream * | stream, | |||
| NPBool | seekable, | |||
| uint16 * | stype | |||
| ) |
Definition at line 118 of file OpNetCatcher.cpp.
References _threadUrlToFdm(), NP_NORMAL, NPERR_GENERIC_ERROR, NULL, and _NPStream::url.
Referenced by NP_GetEntryPoints().
Definition at line 173 of file OpNetCatcher.cpp.
References _hModule, _pszWndClass, _NPWindow::height, if(), NPERR_GENERIC_ERROR, NPERR_INVALID_INSTANCE_ERROR, NPERR_NO_ERROR, NULL, _NPP::pdata, TRUE, _NPWindow::width, and _NPWindow::window.
Referenced by NP_GetEntryPoints().
| void NPP_Shutdown | ( | void | ) |
1.5.6