Searched refs:m_result (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/motif/
H A Dmsgdlg.h40 void SetResult(long result) { m_result = result; }
46 long m_result; member in class:wxMessageDialog
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DThreadTasks.h196 long m_result; member in class:CAllocateFileTask
226 CKnownFile* m_result; member in class:CHashingEvent
272 m_file(file), m_pause(pause), m_result(result)
285 bool Succeeded() const throw() { return m_result == 0; }
288 long GetResult() const throw() { return m_result; }
298 long m_result; member in class:CAllocFinishedEvent
H A DThreadTasks.cpp524 m_file(file), m_pause(pause), m_result(ENOSYS)
532 m_result = 0;
542 m_result = ENOSPC;
558 m_result = 0;
560 m_result = errno;
565 m_result = fallocate(file.fd(), 0, 0, m_file->GetFileSize());
567 m_result = syscall(SYS_fallocate, file.fd(), 0, (loff_t)0, (loff_t)m_file->GetFileSize());
568 if (m_result == -1) {
569 m_result = errno;
573 m_result
[all...]
H A DHTTPDownload.h60 int m_result; member in class:CHTTPDownloadThread
H A DHTTPDownload.cpp152 m_result(-1),
228 m_result = HTTP_Skipped;
232 m_result = HTTP_Error;
276 m_result = HTTP_Success;
278 m_result = HTTP_Error;
282 m_result = HTTP_Success;
294 if (m_result == HTTP_Success) {
320 evt.SetExtraLong((long)m_result);
H A DIPFilter.cpp133 uint32 size = m_result.size();
142 for (IPMap::iterator it = m_result.begin(); it != m_result.end(); ++it) {
235 IPMap m_result; member in class:CIPFilterTask
262 m_result.insert(IPStart, IPEnd, item);
H A DDownloadQueue.cpp291 } else if (m_alpha && m_result && ((alphaorder = file->GetFileName().GetPrintable().CmpNoCase(m_result->GetFileName().GetPrintable())) > 0)) {
295 if (!m_result) {
296 m_result = file;
299 m_result = file;
300 } else if (file->GetDownPriority() > m_result->GetDownPriority()) {
302 m_result = file;
312 CPartFile* m_result; member in struct:SFindBestPF
333 if (visitor.m_result == NULL) {
343 if (visitor.m_result) {
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmsgdlg.cpp246 // the m_result will be changed when message box goes away
247 m_result = -1;
252 while ( m_result == -1 )
261 if ( m_result == wxID_OK )
262 m_result = wxID_YES;
263 else if ( m_result == wxID_CANCEL )
264 m_result = wxID_NO;
265 else if ( m_result == wxID_HELP )
266 m_result = wxID_CANCEL;
269 return m_result;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dmodarith.h27 : m_modulus(modulus), m_result((word)0, modulus.reg.size()) {}
30 : m_modulus(ma.m_modulus), m_result((word)0, m_modulus.reg.size()) {}
42 void SetModulus(const Integer &newModulus) {m_modulus = newModulus; m_result.reg.resize(m_modulus.reg.size());}
114 mutable Integer m_result, m_result1; member in class:ModularArithmetic
H A Dinteger.cpp4028 m_result.reg.resize(m_modulus.reg.size());
4053 CryptoPP::DivideByPower2Mod(m_result.reg.begin(), a.reg, 1, m_modulus.reg, a.reg.size());
4054 return m_result;
4064 if (CryptoPP::Add(m_result.reg.begin(), a.reg, b.reg, a.reg.size())
4065 || Compare(m_result.reg, m_modulus.reg, a.reg.size()) >= 0)
4067 CryptoPP::Subtract(m_result.reg.begin(), m_result.reg, m_modulus.reg, a.reg.size());
4069 return m_result;
4104 if (CryptoPP::Subtract(m_result.reg.begin(), a.reg, b.reg, a.reg.size()))
4105 CryptoPP::Add(m_result
[all...]
H A Dcryptlib.cpp726 m_result = m_decryptor.Decrypt(m_rng, ciphertext, ciphertextLength, m_plaintext, m_parameters);
727 if (!m_result.isValidCoding)
731 FILTER_OUTPUT(1, m_plaintext, m_result.messageLength, messageEnd);
741 DecodingResult m_result; member in class:PK_DefaultDecryptionFilter
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/dlm/
H A Dutil.c107 ms->m_result = cpu_to_le32(to_dlm_errno(ms->m_result));
131 ms->m_result = from_dlm_errno(le32_to_cpu(ms->m_result));
H A Dlock.c906 is_overlap_cancel(lkb) && ms && !ms->m_result) {
2798 /* m_result and m_bastmode are set from function args,
2869 r->res_ls->ls_stub_ms.m_result = 0;
2902 ms->m_result = 0;
2993 ms->m_result = rv;
3033 ms->m_result = rv;
3507 result = ms->m_result;
3581 switch (ms->m_result) {
3614 lkb->lkb_id, ms->m_result);
3676 switch (ms->m_result) {
[all...]
H A Ddlm_internal.h377 int m_result; /* 0 or -EXXX */ member in struct:dlm_message
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Ddnd.cpp35 wxDragResult m_result; member in struct:__anon665
297 gTrackingGlobals.m_result = wxDragNone;
307 return gTrackingGlobals.m_result;
552 trackingGlobals->m_result =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp365 void SetResult( void *res ) { m_result = res ; }
366 void *GetResult() { return m_result ; }
378 void* m_result; member in class:wxThreadInternal
430 &m_result,

Completed in 96 milliseconds