Home
last modified time | relevance | path

Searched refs:HandleState (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Data.Odbc/src/System/Data/Odbc/
H A DOdbcConnectionHandle.cs14 private HandleState _handleState;
16 private enum HandleState enum in System.Data.Odbc.OdbcConnectionHandle
72 _handleState = HandleState.Transacted; in AutoCommitOff()
136 _handleState = HandleState.TransactionInProgress; in BeginTransaction()
173 if (HandleState.TransactionInProgress == _handleState) in CompleteTransaction()
178 _handleState = HandleState.Transacted; in CompleteTransaction()
182 if (HandleState.Transacted == _handleState) in CompleteTransaction()
185 _handleState = HandleState.Connected; in CompleteTransaction()
210 _handleState = HandleState.Connected; in Connect()
226 …if ((HandleState.Connected == _handleState) || (HandleState.TransactionInProgress == _handleState)) in ReleaseHandle()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp102 class HandleState { class
109 bool operator==(const HandleState &Other) const { in operator ==()
117 static HandleState getMaybeAllocated(SymbolRef ErrorSym) { in getMaybeAllocated()
118 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
120 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
125 return HandleState(Kind::Allocated, nullptr); in getAllocated()
127 static HandleState getReleased() { in getReleased()
128 return HandleState(Kind::Released, nullptr); in getReleased()
130 static HandleState getEscaped() { in getEscaped()
131 return HandleState(Kind::Escaped, nullptr); in getEscaped()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp102 class HandleState { class
109 bool operator==(const HandleState &Other) const { in operator ==()
117 static HandleState getMaybeAllocated(SymbolRef ErrorSym) { in getMaybeAllocated()
118 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
120 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
125 return HandleState(Kind::Allocated, nullptr); in getAllocated()
127 static HandleState getReleased() { in getReleased()
128 return HandleState(Kind::Released, nullptr); in getReleased()
130 static HandleState getEscaped() { in getEscaped()
131 return HandleState(Kind::Escaped, nullptr); in getEscaped()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/Odbc/
H A DOdbcConnectionHandle.cs27 private HandleState _handleState;
29 private enum HandleState { enum in System.Data.Odbc.OdbcConnectionHandle
77 _handleState = HandleState.Transacted; in AutoCommitOff()
136 _handleState = HandleState.TransactionInProgress; in BeginTransaction()
166 if (HandleState.TransactionInProgress == _handleState) { in CompleteTransaction()
169 _handleState = HandleState.Transacted; in CompleteTransaction()
174 if (HandleState.Transacted == _handleState) { // AutoCommitOn in CompleteTransaction()
176 _handleState = HandleState.Connected; in CompleteTransaction()
199 _handleState = HandleState.Connected; in Connect()
214 …if ((HandleState.Connected == _handleState) || (HandleState.TransactionInProgress == _handleState)… in ReleaseHandle()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp103 class HandleState { class
110 bool operator==(const HandleState &Other) const { in operator ==()
118 static HandleState getMaybeAllocated(SymbolRef ErrorSym) { in getMaybeAllocated()
119 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
121 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
126 return HandleState(Kind::Allocated, nullptr); in getAllocated()
128 static HandleState getReleased() { in getReleased()
129 return HandleState(Kind::Released, nullptr); in getReleased()
131 static HandleState getEscaped() { in getEscaped()
132 return HandleState(Kind::Escaped, nullptr); in getEscaped()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp103 class HandleState { class
110 bool operator==(const HandleState &Other) const { in operator ==()
118 static HandleState getMaybeAllocated(SymbolRef ErrorSym) { in getMaybeAllocated()
119 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
121 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
126 return HandleState(Kind::Allocated, nullptr); in getAllocated()
128 static HandleState getReleased() { in getReleased()
129 return HandleState(Kind::Released, nullptr); in getReleased()
131 static HandleState getEscaped() { in getEscaped()
132 return HandleState(Kind::Escaped, nullptr); in getEscaped()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp103 class HandleState { class
110 bool operator==(const HandleState &Other) const { in operator ==()
118 static HandleState getMaybeAllocated(SymbolRef ErrorSym) { in getMaybeAllocated()
119 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
121 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
126 return HandleState(Kind::Allocated, nullptr); in getAllocated()
128 static HandleState getReleased() { in getReleased()
129 return HandleState(Kind::Released, nullptr); in getReleased()
131 static HandleState getEscaped() { in getEscaped()
132 return HandleState(Kind::Escaped, nullptr); in getEscaped()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp113 class HandleState { class
120 bool operator==(const HandleState &Other) const { in operator ==()
130 return HandleState(Kind::MaybeAllocated, ErrorSym); in getMaybeAllocated()
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated()
137 return HandleState(Kind::Allocated, nullptr); in getAllocated()
139 static HandleState getReleased() { in getReleased()
140 return HandleState(Kind::Released, nullptr); in getReleased()
142 static HandleState getEscaped() { in getEscaped()
143 return HandleState(Kind::Escaped, nullptr); in getEscaped()
145 static HandleState getUnowned() { in getUnowned()
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dstream_gpu-inl.h39 enum HandleState {
56 HandleState blas_handle_ownership_;
58 HandleState solver_handle_ownership_;
60 HandleState dnn_handle_ownership_;
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/3rdparty/mshadow/mshadow/
H A Dstream_gpu-inl.h39 enum HandleState {
56 HandleState blas_handle_ownership_;
58 HandleState solver_handle_ownership_;
60 HandleState dnn_handle_ownership_;
/dports/editors/neovim/neovim-0.6.1/src/nvim/tui/
H A Dinput.h39 } HandleState; typedef
41 HandleState ut_handle_background_color(TermInput *input);
H A Dinput.c30 } HandleState; typedef
384 static HandleState handle_bracketed_paste(TermInput *input) in handle_bracketed_paste()
467 static HandleState handle_background_color(TermInput *input) in handle_background_color()
552 HandleState ut_handle_background_color(TermInput *input) in ut_handle_background_color()
560 HandleState is_paste = kNotApplicable; in handle_raw_buffer()
561 HandleState is_bc = kNotApplicable; in handle_raw_buffer()
/dports/devel/staf/src/staf/stafproc/
H A DSTAFHandleManager.h48 enum HandleState { kInProcess, kPending, kPendingRegistered, enum
64 STAFProcessHandle_t aProcHandle, HandleState aState, in HandleData()
77 STAFProcessHandle_t aProcHandle, HandleState aState, in HandleData()
92 HandleState state;
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/linkwan/
H A Dstruct_notification.go22 HandleState string `json:"HandleState" xml:"HandleState"` member
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/curl-sys-0.4.51+curl-7.80.0/curl/tests/libtest/
H A Dlibntlmconnect.c82 enum HandleState { enum
94 enum HandleState state = ReadyForNewHandle; in test()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/curl-sys-0.4.48+curl-7.79.1/curl/tests/libtest/
H A Dlibntlmconnect.c82 enum HandleState { enum
94 enum HandleState state = ReadyForNewHandle; in test()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/tests/libtest/
H A Dlibntlmconnect.c82 enum HandleState { enum
94 enum HandleState state = ReadyForNewHandle; in test()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/tests/libtest/
H A Dlibntlmconnect.c82 enum HandleState { enum
94 enum HandleState state = ReadyForNewHandle; in test()

12345678