Home
last modified time | relevance | path

Searched refs:check_lifetime (Results 1 – 25 of 33) sorted by relevance

12

/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/tests/gssapi/
H A Dt_gssapi.py201 def check_lifetime(msg, val, expected): function
212 check_lifetime('icred gss_acquire_cred', ln[0], 8500 * 86400)
213 check_lifetime('icred gss_inquire_cred', ln[1], 8500 * 86400)
214 check_lifetime('acred gss_acquire_cred', ln[2], None)
215 check_lifetime('acred gss_inquire_cred', ln[3], None)
216 check_lifetime('ictx gss_init_sec_context', ln[4], 8000 * 86400)
217 check_lifetime('ictx gss_inquire_context', ln[5], 8000 * 86400)
218 check_lifetime('ictx gss_context_time', ln[6], 8000 * 86400)
219 check_lifetime('actx gss_accept_sec_context', ln[7], 8000 * 86400 + 300)
220 check_lifetime('actx gss_inquire_context', ln[8], 8000 * 86400 + 300)
[all …]
/dports/security/krb5/krb5-1.19.2/src/tests/gssapi/
H A Dt_gssapi.py205 def check_lifetime(msg, val, expected): function
216 check_lifetime('icred gss_acquire_cred', ln[0], 8500 * 86400)
217 check_lifetime('icred gss_inquire_cred', ln[1], 8500 * 86400)
218 check_lifetime('acred gss_acquire_cred', ln[2], None)
219 check_lifetime('acred gss_inquire_cred', ln[3], None)
220 check_lifetime('ictx gss_init_sec_context', ln[4], 8000 * 86400)
221 check_lifetime('ictx gss_inquire_context', ln[5], 8000 * 86400)
222 check_lifetime('ictx gss_context_time', ln[6], 8000 * 86400)
223 check_lifetime('actx gss_accept_sec_context', ln[7], 8000 * 86400 + 300)
224 check_lifetime('actx gss_inquire_context', ln[8], 8000 * 86400 + 300)
[all …]
/dports/devel/wf-config/wf-config-0.7.1/test/
H A Dduration_test.cpp17 auto check_lifetime = [&] () variable
40 check_lifetime();
41 check_lifetime();
/dports/sysutils/webmin/webmin-1.981/squid/
H A Dsave_cache.cgi137 &save_opt("client_lifetime", \&check_lifetime, $conf);
138 &save_opt("shutdown_lifetime", \&check_lifetime, $conf);
186 sub check_lifetime
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-722.0.0/src/parser/
H A Dgenerics.rs18 while self.check_lifetime() { in parse_lt_param_bounds()
92 let param = if this.check_lifetime() { in parse_generic_params()
236 if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_where_clause()
H A Dty.rs311 let lt_no_plus = self.check_lifetime() && !self.look_ahead(1, |t| t.is_like_plus()); in parse_bare_trait_object()
396 if self.check_lifetime() { Some(self.expect_lifetime()) } else { None }; in parse_borrowed_pointee()
590 || self.check_lifetime() in can_begin_bound()
792 pub(super) fn check_lifetime(&mut self) -> bool { in check_lifetime() method
H A Dnonterminal.rs164 if self.check_lifetime() { in parse_nonterminal()
H A Dpath.rs550 let arg = if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_generic_arg()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_parse-718.0.0/src/parser/
H A Dgenerics.rs18 while self.check_lifetime() { in parse_lt_param_bounds()
92 let param = if this.check_lifetime() { in parse_generic_params()
236 if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_where_clause()
H A Dty.rs298 let lt_no_plus = self.check_lifetime() && !self.look_ahead(1, |t| t.is_like_plus()); in parse_bare_trait_object()
383 if self.check_lifetime() { Some(self.expect_lifetime()) } else { None }; in parse_borrowed_pointee()
563 || self.check_lifetime() in can_begin_bound()
746 pub(super) fn check_lifetime(&mut self) -> bool { in check_lifetime() method
H A Dnonterminal.rs164 if self.check_lifetime() { in parse_nonterminal()
H A Dpath.rs550 let arg = if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_generic_arg()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_parse/src/parser/
H A Dgenerics.rs18 while self.check_lifetime() { in parse_lt_param_bounds()
95 let param = if this.check_lifetime() { in parse_generic_params()
239 if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_where_clause()
H A Dty.rs319 let lt_no_plus = self.check_lifetime() && !self.look_ahead(1, |t| t.is_like_plus()); in parse_bare_trait_object()
403 if self.check_lifetime() { Some(self.expect_lifetime()) } else { None }; in parse_borrowed_pointee()
622 || self.check_lifetime() in can_begin_bound()
818 pub(super) fn check_lifetime(&mut self) -> bool { in check_lifetime() method
H A Dnonterminal.rs166 if self.check_lifetime() { in parse_nonterminal()
H A Dpath.rs595 let arg = if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_generic_arg()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_parse/src/parser/
H A Dgenerics.rs18 while self.check_lifetime() { in parse_lt_param_bounds()
92 let param = if this.check_lifetime() { in parse_generic_params()
236 if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_where_clause()
H A Dty.rs311 let lt_no_plus = self.check_lifetime() && !self.look_ahead(1, |t| t.is_like_plus()); in parse_bare_trait_object()
396 if self.check_lifetime() { Some(self.expect_lifetime()) } else { None }; in parse_borrowed_pointee()
590 || self.check_lifetime() in can_begin_bound()
792 pub(super) fn check_lifetime(&mut self) -> bool { in check_lifetime() method
H A Dnonterminal.rs164 if self.check_lifetime() { in parse_nonterminal()
H A Dpath.rs550 let arg = if self.check_lifetime() && self.look_ahead(1, |t| !t.is_like_plus()) { in parse_generic_arg()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_lint/src/
H A Dpasses.rs64 fn check_lifetime(a: &$hir hir::Lifetime);
200 fn check_lifetime(a: &ast::Lifetime);
H A Dearly.rs272 run_early_pass!(self, check_lifetime, lt); in visit_lifetime()
H A Dlate.rs331 lint_callback!(self, check_lifetime, lt); in visit_lifetime()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast_passes/src/
H A Dast_validation.rs218 fn check_lifetime(&self, ident: Ident) { in check_lifetime() method
1049 self.check_lifetime(lifetime.ident); in visit_lifetime()
1425 self.check_lifetime(param.ident); in visit_generic_param()
/dports/multimedia/libv4l/linux-5.13-rc2/net/ipv4/
H A Ddevinet.c468 static void check_lifetime(struct work_struct *work);
470 static DECLARE_DELAYED_WORK(check_lifetime_work, check_lifetime);
696 static void check_lifetime(struct work_struct *work) in check_lifetime() function

12