Searched refs:FTPLoaderThread (Results 1 – 5 of 5) sorted by relevance
43 class FTPLoaderThread class47 FTPLoaderThread();48 ~FTPLoaderThread();59 FTPLoaderThread(const FTPLoaderThread&);60 FTPLoaderThread& operator=(const FTPLoaderThread&);
75 FTPLoaderThread::FTPLoaderThread() in FTPLoaderThread() function in FTPLoaderThread81 FTPLoaderThread::~FTPLoaderThread() { in ~FTPLoaderThread()87 CURL* FTPLoaderThread::handle() { in handle()
52 class FTPLoaderThread;111 FTPLoaderThread *m_ftpLoaderThread;
59 : p(new ftp::FTPLoaderThread) { in FTPHandleProviderI()120 ftp::FTPLoaderThread *p;
185 m_ftpLoaderThread = new FTPLoaderThread(); in init()
Completed in 26 milliseconds