Home
last modified time | relevance | path

Searched defs:Enter (Results 1 – 25 of 1887) sorted by relevance

12345678910>>...76

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/lib/Semantics/
H A Dcheck-omp-structure.cpp122 void OmpStructureChecker::Enter(const parser::OpenMPConstruct &) { in Enter() function in Fortran::semantics::OmpStructureChecker
248 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker
277 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker
407 void OmpStructureChecker::Enter(const parser::OmpClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
411 void OmpStructureChecker::Enter(const parser::OmpNowait &) { in Enter() function in Fortran::semantics::OmpStructureChecker
454 void OmpStructureChecker::Enter(const parser::OmpClause::From &) { in Enter() function in Fortran::semantics::OmpStructureChecker
515 void OmpStructureChecker::Enter(const parser::OmpClause::To &) { in Enter() function in Fortran::semantics::OmpStructureChecker
518 void OmpStructureChecker::Enter(const parser::OmpClause::Link &) { in Enter() function in Fortran::semantics::OmpStructureChecker
558 void OmpStructureChecker::Enter(const parser::OmpDependClause &) { in Enter() function in Fortran::semantics::OmpStructureChecker
562 void OmpStructureChecker::Enter(const parser::OmpIfClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
[all …]
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
H A Dcheck-io.cpp56 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
91 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
174 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
178 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
182 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
186 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker
191 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
282 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
507 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
525 void IoChecker::Enter(const parser::MsgVariable &) { in Enter() function in Fortran::semantics::IoChecker
[all …]
/dports/devel/f18/f18-1688bef/lib/semantics/
H A Dcheck-omp-structure.cc165 void OmpStructureChecker::Enter(const parser::OpenMPConstruct &) { in Enter() function in Fortran::semantics::OmpStructureChecker
550 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker
628 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker
757 void OmpStructureChecker::Enter(const parser::OmpClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
761 void OmpStructureChecker::Enter(const parser::OmpNowait &) { in Enter() function in Fortran::semantics::OmpStructureChecker
804 void OmpStructureChecker::Enter(const parser::OmpClause::From &) { in Enter() function in Fortran::semantics::OmpStructureChecker
865 void OmpStructureChecker::Enter(const parser::OmpClause::To &) { in Enter() function in Fortran::semantics::OmpStructureChecker
868 void OmpStructureChecker::Enter(const parser::OmpClause::Link &) { in Enter() function in Fortran::semantics::OmpStructureChecker
908 void OmpStructureChecker::Enter(const parser::OmpDependClause &) { in Enter() function in Fortran::semantics::OmpStructureChecker
912 void OmpStructureChecker::Enter(const parser::OmpIfClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
[all …]
H A Dcheck-io.cc62 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
96 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
151 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
155 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
159 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
168 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
237 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
376 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
394 void IoChecker::Enter(const parser::MsgVariable &) { in Enter() function in Fortran::semantics::IoChecker
398 void IoChecker::Enter(const parser::OutputItem &) { in Enter() function in Fortran::semantics::IoChecker
[all …]
H A Dcheck-io.h32 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
33 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
34 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
35 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
36 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
37 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
38 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
39 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
40 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
41 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
H A Dcheck-io.cpp57 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
92 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
186 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
190 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
194 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
198 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker
203 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
279 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter() function in Fortran::semantics::IoChecker
295 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
517 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
H A Dcheck-io.cpp56 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
91 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
185 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
189 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
193 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
197 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker
202 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
278 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter() function in Fortran::semantics::IoChecker
294 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
516 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/lib/Semantics/
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
H A Dcheck-io.cpp57 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
92 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
186 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
190 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
194 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
198 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker
203 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
279 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter() function in Fortran::semantics::IoChecker
295 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
517 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
H A Dcheck-io.cpp57 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
92 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
186 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
190 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
194 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
198 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker
203 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
279 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter() function in Fortran::semantics::IoChecker
295 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
517 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/lib/Semantics/
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
H A Dcheck-io.cpp56 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
91 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
185 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
189 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
193 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
197 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker
202 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
278 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter() function in Fortran::semantics::IoChecker
294 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
516 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/lib/Semantics/
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
H A Dcheck-io.cpp56 void IoChecker::Enter( in Enter() function in Fortran::semantics::IoChecker
91 void IoChecker::Enter(const parser::ConnectSpec &spec) { in Enter() function in Fortran::semantics::IoChecker
185 void IoChecker::Enter(const parser::EndLabel &) { in Enter() function in Fortran::semantics::IoChecker
189 void IoChecker::Enter(const parser::EorLabel &) { in Enter() function in Fortran::semantics::IoChecker
193 void IoChecker::Enter(const parser::ErrLabel &) { in Enter() function in Fortran::semantics::IoChecker
197 void IoChecker::Enter(const parser::FileUnitNumber &) { in Enter() function in Fortran::semantics::IoChecker
202 void IoChecker::Enter(const parser::Format &spec) { in Enter() function in Fortran::semantics::IoChecker
278 void IoChecker::Enter(const parser::IdVariable &spec) { in Enter() function in Fortran::semantics::IoChecker
294 void IoChecker::Enter(const parser::InputItem &spec) { in Enter() function in Fortran::semantics::IoChecker
516 void IoChecker::Enter(const parser::IoUnit &spec) { in Enter() function in Fortran::semantics::IoChecker
[all …]
H A Dcheck-omp-structure.cpp53 void OmpStructureChecker::Enter(const parser::OpenMPConstruct &) { in Enter() function in Fortran::semantics::OmpStructureChecker
57 void OmpStructureChecker::Enter(const parser::OpenMPLoopConstruct &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
101 void OmpStructureChecker::Enter(const parser::OmpEndLoopDirective &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
117 void OmpStructureChecker::Enter(const parser::OpenMPBlockConstruct &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
195 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker
233 void OmpStructureChecker::Enter( in Enter() function in Fortran::semantics::OmpStructureChecker
369 void OmpStructureChecker::Enter(const parser::OmpClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
459 void OmpStructureChecker::Enter(const parser::OmpIfClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
492 void OmpStructureChecker::Enter(const parser::OmpLinearClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
505 void OmpStructureChecker::Enter(const parser::OmpMapClause &x) { in Enter() function in Fortran::semantics::OmpStructureChecker
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/lib/Semantics/
H A Dcheck-io.h26 void Enter(const parser::BackspaceStmt &) { Init(IoStmtKind::Backspace); } in Enter() function
27 void Enter(const parser::CloseStmt &) { Init(IoStmtKind::Close); } in Enter() function
28 void Enter(const parser::EndfileStmt &) { Init(IoStmtKind::Endfile); } in Enter() function
29 void Enter(const parser::FlushStmt &) { Init(IoStmtKind::Flush); } in Enter() function
30 void Enter(const parser::InquireStmt &) { Init(IoStmtKind::Inquire); } in Enter() function
31 void Enter(const parser::OpenStmt &) { Init(IoStmtKind::Open); } in Enter() function
32 void Enter(const parser::PrintStmt &) { Init(IoStmtKind::Print); } in Enter() function
33 void Enter(const parser::ReadStmt &) { Init(IoStmtKind::Read); } in Enter() function
34 void Enter(const parser::RewindStmt &) { Init(IoStmtKind::Rewind); } in Enter() function
35 void Enter(const parser::WaitStmt &) { Init(IoStmtKind::Wait); } in Enter() function
[all …]
/dports/databases/libcouchbase/libcouchbase-2.10.7/src/lcbht/
H A Dlcbht.h57 * Get a header value for a key in Say()
92 * @param settings the settings structure used for logging in Say()
99 S_NONE = 0, in Say()
100 S_HTSTATUS = 1 << 0, /**< Have HTTP status */ in Say()
172 * Determine whether HTTP/1.1 keepalive is enabled on the connection in Say()
175 bool can_keepalive() const; in Say()
186 static Parser* from_htp(http_parser *p) { in Say()
191 Response resp; in Say()
194 enum last_call_type { in Say()
198 last_call_type lastcall; in Say()
[all …]
/dports/net/gemserv/gemserv-v0.4.5/cargo-crates/tokio-0.2.24/src/runtime/
H A Denter.rs27 pub(crate) struct Enter { struct
33 pub(crate) fn enter(allow_blocking: bool) -> Enter { in enter()
48 pub(crate) fn try_enter(allow_blocking: bool) -> Option<Enter> { in try_enter()
142 impl Enter { impl
174 impl Enter { impl
212 impl fmt::Debug for Enter { implementation
218 impl Drop for Enter { implementation
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-0.2.24/src/runtime/
H A Denter.rs27 pub(crate) struct Enter { struct
33 pub(crate) fn enter(allow_blocking: bool) -> Enter { in enter()
48 pub(crate) fn try_enter(allow_blocking: bool) -> Option<Enter> { in try_enter()
142 impl Enter { impl
174 impl Enter { impl
212 impl fmt::Debug for Enter { implementation
218 impl Drop for Enter { implementation
/dports/net-im/fractal/fractal-4.4.0/vendor/tokio/src/runtime/
H A Denter.rs27 pub(crate) struct Enter { struct
33 pub(crate) fn enter(allow_blocking: bool) -> Enter { in enter()
48 pub(crate) fn try_enter(allow_blocking: bool) -> Option<Enter> { in try_enter()
142 impl Enter { impl
174 impl Enter { impl
212 impl fmt::Debug for Enter { implementation
218 impl Drop for Enter { implementation
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/tokio-0.2.25/src/runtime/
H A Denter.rs27 pub(crate) struct Enter { struct
33 pub(crate) fn enter(allow_blocking: bool) -> Enter { in enter()
48 pub(crate) fn try_enter(allow_blocking: bool) -> Option<Enter> { in try_enter()
142 impl Enter { impl
174 impl Enter { impl
212 impl fmt::Debug for Enter { implementation
218 impl Drop for Enter { implementation

12345678910>>...76