Home
last modified time | relevance | path

Searched refs:getCtx (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/www/trafficserver/trafficserver-9.1.1/iocore/net/
H A Dtest_certlookup.cc80 box.check(lookup.find("a.wild.com")->getCtx().get() == wild, "wildcard lookup for a.wild.com"); in REGRESSION_TEST()
81 box.check(lookup.find("b.wild.com")->getCtx().get() == wild, "wildcard lookup for b.wild.com"); in REGRESSION_TEST()
85 …box.check(lookup.find("a.notwild.com")->getCtx().get() == notwild, "wildcard lookup for a.notwild.… in REGRESSION_TEST()
86 …box.check(lookup.find("notwild.com")->getCtx().get() == all_com, "wildcard lookup for notwild.com"… in REGRESSION_TEST()
90 box.check(lookup.find("www.foo.com")->getCtx().get() == foo, "host lookup for www.foo.com"); in REGRESSION_TEST()
95 box.check(lookup.find("WWW.foo.com")->getCtx().get() == foo, "mixed case lookup for www.foo.com"); in REGRESSION_TEST()
99 …box.check(lookup.find("mixed.case.com")->getCtx().get() == foo, "lower case lookup for Mixed.Case.… in REGRESSION_TEST()
141 box.check(lookup.find(endpoint.ip6)->getCtx().get() == context.ip6, "IPv6 exact match lookup"); in REGRESSION_TEST()
145 box.check(lookup.find(endpoint.ip6)->getCtx().get() == context.ip6, "IPv6 longest match lookup"); in REGRESSION_TEST()
149 box.check(lookup.find(endpoint.ip4)->getCtx().get() == context.ip4, "IPv4 exact match lookup"); in REGRESSION_TEST()
[all …]
H A DQUICMultiCertConfigLoader.cc216 if (cc && cc->getCtx()) {
217 ctx = cc->getCtx();
227 if (cc && cc->getCtx()) {
228 ctx = cc->getCtx();
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/alicebob/miniredis/
H A Dcmd_transactions.go28 ctx := getCtx(c)
51 ctx := getCtx(c)
97 ctx := getCtx(c)
118 ctx := getCtx(c)
146 unwatch(getCtx(c))
/dports/devel/nextpnr/nextpnr-48cd407/common/
H A Dnextpnr.cc250 const Context *ctx = getCtx(); in nameOfBel()
256 const Context *ctx = getCtx(); in nameOfWire()
262 const Context *ctx = getCtx(); in nameOfPip()
268 const Context *ctx = getCtx(); in nameOfGroup()
596 for (auto &net : getCtx()->nets) { in archInfoToAttributes()
626 getCtx()->bindBel(b, ci, strength); in attributesToArchInfo()
671 for (auto &net : getCtx()->nets) { in attributesToArchInfo()
683 getCtx()->bindWire(getCtx()->getWireByName(id(wire)), ni, strength); in attributesToArchInfo()
685 getCtx()->bindPip(getCtx()->getPipByName(id(pip)), ni, strength); in attributesToArchInfo()
689 getCtx()->assignArchInfo(); in attributesToArchInfo()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_transactions.go31 ctx := getCtx(c)
60 ctx := getCtx(c)
114 ctx := getCtx(c)
138 ctx := getCtx(c)
173 unwatch(getCtx(c))
H A Dminiredis.go406 if getCtx(c).nested {
415 if !getCtx(c).authenticated {
425 if getCtx(c).nested {
432 ctx := getCtx(c)
449 func getCtx(c *server.Peer) *connCtx { func
491 getCtx(c).dirtyTransaction = true
517 ctx := getCtx(c)
543 ctx := getCtx(c)
/dports/net/storj/storj-1.45.3/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_transactions.go31 ctx := getCtx(c)
60 ctx := getCtx(c)
114 ctx := getCtx(c)
138 ctx := getCtx(c)
173 unwatch(getCtx(c))
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_transactions.go31 ctx := getCtx(c)
60 ctx := getCtx(c)
114 ctx := getCtx(c)
138 ctx := getCtx(c)
173 unwatch(getCtx(c))
H A Dminiredis.go406 if getCtx(c).nested {
415 if !getCtx(c).authenticated {
425 if getCtx(c).nested {
432 ctx := getCtx(c)
449 func getCtx(c *server.Peer) *connCtx { func
491 getCtx(c).dirtyTransaction = true
517 ctx := getCtx(c)
543 ctx := getCtx(c)
/dports/www/oauth2-proxy/oauth2-proxy-7.2.0/vendor/github.com/alicebob/miniredis/v2/
H A Dcmd_transactions.go31 ctx := getCtx(c)
60 ctx := getCtx(c)
114 ctx := getCtx(c)
138 ctx := getCtx(c)
173 unwatch(getCtx(c))
H A Dminiredis.go390 if getCtx(c).nested {
399 if !getCtx(c).authenticated {
409 if getCtx(c).nested {
416 ctx := getCtx(c)
428 func getCtx(c *server.Peer) *connCtx { func
470 getCtx(c).dirtyTransaction = true
496 ctx := getCtx(c)
522 ctx := getCtx(c)
/dports/devel/nextpnr/nextpnr-48cd407/generic/
H A Darch.cc560 retVal = placer1(getCtx(), Placer1Cfg(getCtx())); in place()
562 PlacerHeapCfg cfg(getCtx()); in place()
564 retVal = placer_heap(getCtx(), cfg); in place()
566 getCtx()->settings[getCtx()->id("place")] = 1; in place()
570 bool retVal = placer1(getCtx(), Placer1Cfg(getCtx())); in place()
571 getCtx()->settings[getCtx()->id("place")] = 1; in place()
584 result = router1(getCtx(), Router1Cfg(getCtx())); in route()
586 router2(getCtx(), Router2Cfg(getCtx())); in route()
591 getCtx()->settings[getCtx()->id("route")] = 1; in route()
696 for (auto &cell : getCtx()->cells) { in assignArchInfo()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()
/dports/lang/clang-mesa/clang-13.0.1.src/lib/AST/Interp/
H A DState.cpp76 return getCtx().getDiagnostics().Report(Loc, DiagId); in report()
81 PartialDiagnostic PD(DiagId, getCtx().getDiagAllocator()); in addDiag()
95 unsigned Limit = getCtx().getDiagnostics().getConstexprBacktraceLimit(); in diag()
115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts()

12345678910