Home
last modified time | relevance | path

Searched refs:m_Cancelled (Results 1 – 25 of 38) sorted by relevance

12

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/pubseq_gateway/server/
H A Dresolve_processor.cpp116 if (m_Cancelled) { in x_OnSeqIdResolveError()
151 if (m_Cancelled) { in x_OnSeqIdResolveFinished()
198 m_Cancelled = true; in Cancel()
210 if (m_Cancelled) { in GetStatus()
232 if (m_Cancelled) { in x_Peek()
317 if (m_Cancelled || m_Completed) in x_OnResolutionGoodData()
H A Dget_processor.cpp124 if (m_Cancelled) { in x_OnSeqIdResolveError()
159 if (m_Cancelled) { in x_OnSeqIdResolveFinished()
378 if (m_Cancelled) { in OnGetBlobProp()
402 if (m_Cancelled) { in OnGetBlobError()
421 if (m_Cancelled) { in OnGetBlobChunk()
426 CPSGS_CassBlobBase::OnGetBlobChunk(m_Cancelled, fetch_details, in OnGetBlobChunk()
436 m_Cancelled = true; in Cancel()
447 if (m_Cancelled) in GetStatus()
468 if (m_Cancelled) in x_Peek()
566 if (m_Cancelled || m_Completed) in x_OnResolutionGoodData()
H A Dcass_fetch.hpp59 m_Cancelled(false) in CCassFetch()
82 { return m_Cancelled; } in Cancelled()
87 if (!m_Cancelled) { in Cancel()
88 m_Cancelled = true; in Cancel()
111 bool m_Cancelled; member in CCassFetch
H A Dgetblob_processor.cpp258 if (m_Cancelled) { in OnGetBlobProp()
287 if (m_Cancelled) { in OnGetBlobError()
306 CPSGS_CassBlobBase::OnGetBlobChunk(m_Cancelled, fetch_details, in OnGetBlobChunk()
316 m_Cancelled = true; in Cancel()
327 if (m_Cancelled) in GetStatus()
348 if (m_Cancelled) in x_Peek()
H A Dannot_processor.cpp243 if (m_Cancelled) { in x_SendBioseqInfo()
312 if (m_Cancelled) { in x_OnNamedAnnotData()
439 m_Cancelled = true; in Cancel()
450 if (m_Cancelled) in GetStatus()
471 if (m_Cancelled) in x_Peek()
H A Dcass_processor_base.cpp44 m_Cancelled(false), in CPSGS_CassProcessorBase()
55 m_Cancelled(false), in CPSGS_CassProcessorBase()
H A Dtse_chunk_processor.cpp558 if (m_Cancelled) { in OnGetBlobProp()
617 if (m_Cancelled) { in OnGetBlobError()
687 if (m_Cancelled) { in OnGetBlobChunk()
746 if (m_Cancelled) { in OnGetSplitHistoryError()
805 if (m_Cancelled) { in OnGetSplitHistory()
978 if (m_Cancelled) in x_SendProcessorError()
1058 m_Cancelled = true; in Cancel()
1069 if (m_Cancelled) in GetStatus()
1090 if (m_Cancelled) in x_Peek()
H A Dhttp_server_transport.hpp120 m_Cancelled(false),
152 m_Cancelled = false; in Clear()
452 if (!m_Cancelled) { in x_DoSend()
471 if (m_Cancelled) { in x_DoSend()
499 if (m_Cancelled && m_OutputIsReady && !m_OutputFinished) { in x_SendCancelled()
506 m_Cancelled = true; in x_DoCancel()
635 bool m_Cancelled; member in CHttpReply
H A Dcass_processor_base.hpp76 bool m_Cancelled; member in CPSGS_CassProcessorBase
/dports/games/ultimatestunts/ultimatestunts-srcdata-0771/graphics/
H A Dgui.cpp303 *cancelled = listbox->m_Cancelled; in showChoiceBox()
326 *cancelled = inputbox->m_Cancelled; in showInputBox()
328 if(inputbox->m_Cancelled) in showInputBox()
352 *cancelled = inputbox->m_Cancelled; in showKeyInputBox()
354 if(inputbox->m_Cancelled) in showKeyInputBox()
377 *cancelled = messagebox->m_Cancelled; in showYNMessageBox()
416 *cancelled = selector->m_Cancelled; in showColorSelect()
418 if(selector->m_Cancelled) in showColorSelect()
443 *cancelled = selector->m_Cancelled; in showFileSelect()
445 if(selector->m_Cancelled) in showFileSelect()
H A Dlistbox.cpp34 m_Cancelled = false; in CListBox()
118 if(ret & WIDGET_CANCELLED) m_Cancelled = true; in onKeyPress()
128 if(ret & WIDGET_CANCELLED) m_Cancelled = true; in onMouseClick()
134 m_Cancelled = true; in onMouseClick()
H A Dfileselect.cpp42 m_Cancelled = false; in CFileSelect()
88 m_Cancelled = false; in selectEntry()
129 m_Cancelled = true; in onKeyPress()
166 {m_Cancelled = true; return WIDGET_QUIT;} in onMouseClick()
H A Dcolorselect.cpp33 m_Cancelled = false; in CColorSelect()
48 if(key == SDLK_ESCAPE) m_Cancelled = true; in onKeyPress()
97 {m_Cancelled = false; return WIDGET_QUIT;} in onMouseClick()
99 {m_Cancelled = true; return WIDGET_QUIT;} in onMouseClick()
H A Dinputbox.cpp29 m_Cancelled = false; in CInputBox()
37 if(key == SDLK_ESCAPE) m_Cancelled = true; in onKeyPress()
H A Dmessagebox.cpp36 m_Cancelled = false; in CMessageBox()
98 if(key == SDLK_ESCAPE) m_Cancelled = true; in onKeyPress()
H A Dkeyinputbox.h36 bool m_Cancelled; variable
H A Dinputbox.h38 bool m_Cancelled; variable
H A Dcolorselect.h46 bool m_Cancelled; variable
/dports/lang/mono-basic/mono-basic-4.7/vbruntime/Microsoft.VisualBasic/Microsoft.VisualBasic.FileIO/
H A DFileSystemOperation.vb49 Private m_Cancelled As Boolean
105 m_Cancelled = True
204 m_Cancelled = True
219 If m_Cancelled Then Return
224 If m_Cancelled Then Return
246 If m_Cancelled Then Return
305 Loop Until read = 0 OrElse m_Cancelled
326 If m_Cancelled Then Return
450 If m_Cancelled AndAlso m_UICancelOption = UICancelOption.ThrowException Then
516 m_Cancelled = True
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dio-engine.hpp174 m_Cancelled.store(false); in Timeout()
178 if (m_Cancelled.load()) { in Timeout()
192 if (m_Cancelled.load()) { in Timeout()
205 std::atomic<bool> m_Cancelled; member in icinga::Timeout
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/pubseq_gateway/impl/cassandra/
H A Dcass_blob_op.hpp106 , m_Cancelled(false) in CCassBlobWaiter()
117 return m_Cancelled; in Cancelled()
123 m_Cancelled = true; in Cancel()
130 while (m_State != eDone && m_State != eError && !m_Cancelled) { in Wait()
147 return (m_State == eDone || m_State == eError || m_Cancelled); in Wait()
260 return !is_out_of_retries && !is_timedout && !m_Cancelled; in CanRestart()
345 atomic_bool m_Cancelled; member in CCassBlobWaiter
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objmgr/util/
H A Dautodef.hpp116 void Cancel() { m_Cancelled = true; } in Cancel()
117 bool Cancelled() { return m_Cancelled; } in Cancelled()
135 bool m_Cancelled; member in CAutoDef
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/objmgr/util/
H A Dautodef.hpp116 void Cancel() { m_Cancelled = true; } in Cancel()
117 bool Cancelled() { return m_Cancelled; } in Cancelled()
135 bool m_Cancelled; member in CAutoDef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Dwebclient.cs48 bool m_Cancelled; field in System.Net.WebClient
100 m_Cancelled = false; in ClearWebClientState()
1837 … new OpenReadCompletedEventArgs(stream, exception, m_Cancelled, asyncOp.UserSuppliedState); in OpenReadAsyncCallback()
1914 … new OpenWriteCompletedEventArgs(stream, exception, m_Cancelled, asyncOp.UserSuppliedState); in OpenWriteAsyncCallback()
2100 new AsyncCompletedEventArgs(exception, m_Cancelled, asyncOp.UserSuppliedState); in DownloadFileAsyncCallback()
2256 … new UploadStringCompletedEventArgs(null, e, m_Cancelled, asyncOp.UserSuppliedState); in UploadStringAsync()
2294 … new UploadDataCompletedEventArgs(returnBytes, exception, m_Cancelled, asyncOp.UserSuppliedState); in UploadDataAsyncReadCallback()
2352 … new UploadDataCompletedEventArgs(null, e, m_Cancelled, asyncOp.UserSuppliedState); in UploadDataAsync()
2455 … new UploadFileCompletedEventArgs(null, e, m_Cancelled, asyncOp.UserSuppliedState); in UploadFileAsync()
2551 … new UploadValuesCompletedEventArgs(null, e, m_Cancelled, asyncOp.UserSuppliedState); in UploadValuesAsync()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Net/net/PeerToPeer/
H A DPeerNameResolver.cs134 internal bool m_Cancelled; field in System.Net.PeerToPeer.PeerNameResolverHelper
274 if (m_Cancelled) in EndPointInfoAvailableCallback()
282 if (m_Cancelled) in EndPointInfoAvailableCallback()
408 if (m_Cancelled) in ContineCancelCallback()
426 m_Cancelled = true; in ContineCancelCallback()

12