Home
last modified time | relevance | path

Searched refs:next_status (Results 1 – 25 of 101) sorted by relevance

12345

/dports/security/softether/v4.38-9760/src/See/
H A Dtcp_session.c56 uint32 next_status; in tcp_session() local
80 next_status=ERROR_TCP; in tcp_session()
89 next_status=ERROR_TCP; in tcp_session()
92 next_status=SYN_RCV; in tcp_session()
99 next_status=UNKNOWN; in tcp_session()
110 next_status=SYN_RCV; in tcp_session()
131 next_status=ERROR_TCP; in tcp_session()
160 next_status=ERROR_TCP; in tcp_session()
185 next_status=ERROR_TCP; in tcp_session()
286 next_status=ERROR_TCP; in tcp_session()
[all …]
/dports/security/softether5/SoftEtherVPN-5.02.5180/src/See/
H A Dtcp_session.c56 uint32 next_status; in tcp_session() local
80 next_status=ERROR_TCP; in tcp_session()
89 next_status=ERROR_TCP; in tcp_session()
92 next_status=SYN_RCV; in tcp_session()
99 next_status=UNKNOWN; in tcp_session()
110 next_status=SYN_RCV; in tcp_session()
131 next_status=ERROR_TCP; in tcp_session()
160 next_status=ERROR_TCP; in tcp_session()
185 next_status=ERROR_TCP; in tcp_session()
286 next_status=ERROR_TCP; in tcp_session()
[all …]
/dports/security/softether-devel/v4.36-9754/src/See/
H A Dtcp_session.c56 uint32 next_status; in tcp_session() local
80 next_status=ERROR_TCP; in tcp_session()
89 next_status=ERROR_TCP; in tcp_session()
92 next_status=SYN_RCV; in tcp_session()
99 next_status=UNKNOWN; in tcp_session()
110 next_status=SYN_RCV; in tcp_session()
131 next_status=ERROR_TCP; in tcp_session()
160 next_status=ERROR_TCP; in tcp_session()
185 next_status=ERROR_TCP; in tcp_session()
286 next_status=ERROR_TCP; in tcp_session()
[all …]
/dports/games/crafty/crafty-25.2_1/
H A Dnext.c31 switch (tree->next_status[ply].phase) { in NextMove()
43 tree->next_status[ply].order = 0; in NextMove()
44 tree->next_status[ply].exclude = &tree->next_status[ply].done[0]; in NextMove()
94 tree->next_status[ply].remaining = 0; in NextMove()
98 tree->next_status[ply].exclude = &tree->next_status[ply].done[0]; in NextMove()
101 tree->next_status[ply].remaining++; in NextMove()
270 tree->next_status[ply].remaining = 0; in NextMove()
343 tree->next_status[ply].last++) in NextMove()
344 if (*tree->next_status[ply].last) { in NextMove()
352 tree->next_status[ply].phase); in NextMove()
[all …]
H A Dsearch.c310 tree->next_status[ply].phase = HASH; in Search()
327 tree->next_status[ply].phase = HASH; in Search()
406 tree->next_status[ply].phase = HASH; in SearchMoveList()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/bindings/core/v8/
H A Dremote_window_proxy.cc51 void RemoteWindowProxy::DisposeContext(Lifecycle next_status, in DisposeContext() argument
53 DCHECK(next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
54 next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
55 next_status == Lifecycle::kFrameIsDetached || in DisposeContext()
63 DCHECK(next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
65 if (next_status == Lifecycle::kFrameIsDetachedAndV8MemoryIsPurged) in DisposeContext()
67 lifecycle_ = next_status; in DisposeContext()
74 if ((next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
75 next_status == Lifecycle::kGlobalObjectIsDetached) && in DisposeContext()
85 if (next_status == Lifecycle::kFrameIsDetached) { in DisposeContext()
[all …]
H A Dlocal_window_proxy.cc82 void LocalWindowProxy::DisposeContext(Lifecycle next_status, in DisposeContext() argument
84 DCHECK(next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
85 next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
86 next_status == Lifecycle::kFrameIsDetached || in DisposeContext()
94 DCHECK(next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
96 if (next_status == Lifecycle::kFrameIsDetachedAndV8MemoryIsPurged) in DisposeContext()
98 lifecycle_ = next_status; in DisposeContext()
112 if (next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
113 next_status == Lifecycle::kGlobalObjectIsDetached) { in DisposeContext()
137 if (next_status == Lifecycle::kFrameIsDetached) { in DisposeContext()
[all …]
H A Dremote_window_proxy.h52 void DisposeContext(Lifecycle next_status, FrameReuseStatus) override;
H A Dlocal_window_proxy.h73 void DisposeContext(Lifecycle next_status, FrameReuseStatus) override;
H A Dwindow_proxy.h258 virtual void DisposeContext(Lifecycle next_status, FrameReuseStatus) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/bindings/core/v8/
H A Dremote_window_proxy.cc51 void RemoteWindowProxy::DisposeContext(Lifecycle next_status, in DisposeContext() argument
53 DCHECK(next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
54 next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
55 next_status == Lifecycle::kFrameIsDetached || in DisposeContext()
63 DCHECK(next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
65 if (next_status == Lifecycle::kFrameIsDetachedAndV8MemoryIsPurged) in DisposeContext()
67 lifecycle_ = next_status; in DisposeContext()
74 if ((next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
75 next_status == Lifecycle::kGlobalObjectIsDetached) && in DisposeContext()
85 if (next_status == Lifecycle::kFrameIsDetached) { in DisposeContext()
[all …]
H A Dlocal_window_proxy.cc83 void LocalWindowProxy::DisposeContext(Lifecycle next_status, in DisposeContext() argument
85 DCHECK(next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
86 next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
87 next_status == Lifecycle::kFrameIsDetached || in DisposeContext()
95 DCHECK(next_status == Lifecycle::kGlobalObjectIsDetached || in DisposeContext()
97 if (next_status == Lifecycle::kFrameIsDetachedAndV8MemoryIsPurged) in DisposeContext()
99 lifecycle_ = next_status; in DisposeContext()
113 if (next_status == Lifecycle::kV8MemoryIsForciblyPurged || in DisposeContext()
114 next_status == Lifecycle::kGlobalObjectIsDetached) { in DisposeContext()
138 if (next_status == Lifecycle::kFrameIsDetached) { in DisposeContext()
[all …]
H A Dremote_window_proxy.h52 void DisposeContext(Lifecycle next_status, FrameReuseStatus) override;
H A Dlocal_window_proxy.h76 void DisposeContext(Lifecycle next_status, FrameReuseStatus) override;
H A Dwindow_proxy.h260 virtual void DisposeContext(Lifecycle next_status, FrameReuseStatus) = 0;
/dports/security/p5-GnuPG/GnuPG-0.19/
H A DGnuPG.pm163 sub next_status($$$) { subroutine
166 $self->{next_status} = [$cmd,$arg];
172 if ( $self->{next_status} ) {
173 my $status = $self->{next_status};
174 $self->{next_status} = undef;
305 $self->next_status( $cmd, $arg );
321 $self->next_status( $cmd, $arg );
334 $self->next_status($cmd); # We push this back on for read_from_status
/dports/multimedia/libde265/libde265-1.0.2/scripts/
H A Ddecodestreams.py150 next_status = now
166 elif remaining and now >= next_status:
168 next_status = now + STATUS_INTERVAL
/dports/cad/opencascade/opencascade-7.6.0/src/TFunction/
H A DTFunction_Iterator.cxx219 TFunction_ExecutionStatus next_status = nextGraphNode->GetStatus(); in Next() local
220 if (next_status != TFunction_ES_NotExecuted && next_status != TFunction_ES_Executing) in Next()
/dports/audio/vorbis-tools/vorbis-tools-1.4.2/ogg123/
H A Dogg123.c533 int next_status = 0; in play() local
677 next_status = 0; in play()
690 if (next_status <= 0) { in play()
692 next_status = status_interval; in play()
694 next_status -= ret; in play()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/chrome/
H A Dweb_view_impl_unittest.cc207 explicit MockSyncWebSocket(SyncWebSocket::StatusCode next_status) in MockSyncWebSocket() argument
211 next_status_(next_status) {} in MockSyncWebSocket()
240 SyncWebSocket::StatusCode next_status) { in CreateMockSyncWebSocket() argument
241 return std::make_unique<MockSyncWebSocket>(next_status); in CreateMockSyncWebSocket()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/i18n/
H A Dbreak_iterator.cc173 int32_t next_status = ubrk_getRuleStatus(iter); in IsStartOfWord() local
174 return (!!boundary && next_status != UBRK_WORD_NONE); in IsStartOfWord()
/dports/www/trac-devel/Trac-1.5.3/trac/ticket/
H A Ddefault_workflow.py239 next_status = this_action['newstate']
326 elif ticket_status != next_status:
374 name=next_status))
375 elif next_status != ticket_status:
377 name=next_status))
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/i18n/
H A Dbreak_iterator.cc279 int32_t next_status = ubrk_getRuleStatus(iter); in IsStartOfWord() local
280 return (!!boundary && next_status != UBRK_WORD_NONE); in IsStartOfWord()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gaia/
H A Dfake_gaia.h160 GaiaAuthConsumer::ReAuthProofTokenStatus next_status) { in SetNextReAuthStatus() argument
161 next_reauth_status_ = next_status; in SetNextReAuthStatus()
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gaia/
H A Dfake_gaia.h160 GaiaAuthConsumer::ReAuthProofTokenStatus next_status) { in SetNextReAuthStatus() argument
161 next_reauth_status_ = next_status; in SetNextReAuthStatus()

12345