/third_party/boost/libs/locale/doc/html/ |
D | resize.js | 25 function writeCookie(cookie, val, expiration) argument 28 if (expiration == null) 32 expiration = date.toGMTString(); 34 …document.cookie = cookie_namespace + "_" + cookie + "=" + val + "; expires=" + expiration+"; path=…
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ptksa_cache.c | 48 if (e->expiration > now.sec) in ptksa_cache_expire() 77 sec = e->expiration - now.sec; in ptksa_cache_set_expiration() 187 e->expiration - now.sec); in ptksa_cache_list() 296 entry->expiration = now.sec + life_time; in ptksa_cache_add() 299 if (tmp->expiration > entry->expiration) { in ptksa_cache_add()
|
D | ptksa_cache.h | 23 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | pmksa_cache_auth.c | 115 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire() 134 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration() 232 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry() 343 entry->expiration = now.sec; in pmksa_cache_auth_create_entry() 345 entry->expiration += session_timeout; in pmksa_cache_auth_create_entry() 347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry() 406 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc() 654 (int) (entry->expiration - now.sec), in pmksa_cache_auth_list() 719 (int) (entry->expiration - now.sec)); in pmksa_cache_auth_list_mesh()
|
D | ctrl_iface_ap.c | 901 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local 934 if (sscanf(pos, "%d %d", &expiration, &akmp) != 2) in hostapd_ctrl_iface_pmksa_add() 938 pmkid, expiration, akmp); in hostapd_ctrl_iface_pmksa_add() 958 int expiration; in hostapd_ctrl_iface_pmksa_create_entry() local 989 if (sscanf(pos, "%d", &expiration) != 1) in hostapd_ctrl_iface_pmksa_create_entry() 992 return wpa_auth_pmksa_create_entry(aa, spa, pmk, pmkid, expiration); in hostapd_ctrl_iface_pmksa_create_entry()
|
D | pmksa_cache_auth.h | 22 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | pmksa_cache_auth.c | 115 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire() 134 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration() 232 if (pos->expiration > entry->expiration) in pmksa_cache_link_entry() 343 entry->expiration = now.sec; in pmksa_cache_auth_create_entry() 345 entry->expiration += session_timeout; in pmksa_cache_auth_create_entry() 347 entry->expiration += dot11RSNAConfigPMKLifetime; in pmksa_cache_auth_create_entry() 406 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc() 660 (int) (entry->expiration - now.sec), in pmksa_cache_auth_list() 725 (int) (entry->expiration - now.sec)); in pmksa_cache_auth_list_mesh()
|
D | ctrl_iface_ap.c | 954 int akmp = 0, expiration = 0; in hostapd_ctrl_iface_pmksa_add() local 987 if (sscanf(pos, "%d %d", &expiration, &akmp) != 2) in hostapd_ctrl_iface_pmksa_add() 991 pmkid, expiration, akmp); in hostapd_ctrl_iface_pmksa_add() 1011 int expiration; in hostapd_ctrl_iface_pmksa_create_entry() local 1042 if (sscanf(pos, "%d", &expiration) != 1) in hostapd_ctrl_iface_pmksa_create_entry() 1045 return wpa_auth_pmksa_create_entry(aa, spa, pmk, pmkid, expiration); in hostapd_ctrl_iface_pmksa_create_entry()
|
D | pmksa_cache_auth.h | 22 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/ |
D | pmksa_cache.c | 66 while (entry && entry->expiration <= now.sec) { in pmksa_cache_expire() 116 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration() 128 sec = entry->expiration - now.sec; in pmksa_cache_set_expiration() 201 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add() 294 if (pos->expiration > entry->expiration) in pmksa_cache_add_entry() 422 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry() 439 new_entry->expiration = old_expiration; in pmksa_cache_clone_entry() 659 (int) (entry->expiration - now.sec), in pmksa_cache_list() 729 if (entry->expiration - now.sec < 1 || in pmksa_cache_reconfig() 733 life_time = entry->expiration - now.sec; in pmksa_cache_reconfig()
|
D | pmksa_cache.h | 20 os_time_t expiration; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/ |
D | pmksa_cache.c | 62 while (pmksa->pmksa && pmksa->pmksa->expiration <= now.sec) { in pmksa_cache_expire() 93 sec = pmksa->pmksa->expiration - now.sec; in pmksa_cache_set_expiration() 159 entry->expiration = now.sec + pmksa->sm->dot11RSNAConfigPMKLifetime; in pmksa_cache_add() 251 if (pos->expiration > entry->expiration) in pmksa_cache_add_entry() 373 os_time_t old_expiration = old_entry->expiration; in pmksa_cache_clone_entry() 385 new_entry->expiration = old_expiration; in pmksa_cache_clone_entry() 573 (int) (entry->expiration - now.sec), in pmksa_cache_list()
|
D | pmksa_cache.h | 20 os_time_t expiration; member
|
/third_party/grpc/src/core/lib/security/credentials/jwt/ |
D | json_token.cc | 170 gpr_timespec expiration = gpr_time_add(now, token_lifetime); in encoded_jwt_claim() local 173 expiration = gpr_time_add(now, grpc_max_auth_token_lifetime()); in encoded_jwt_claim() 180 {"exp", expiration.tv_sec}, in encoded_jwt_claim()
|
/third_party/grpc/test/core/security/ |
D | json_token_test.cc | 269 gpr_timespec expiration = gpr_time_0(GPR_CLOCK_REALTIME); in check_jwt_claim() local 272 expiration.tv_sec = strtol(value.string_value().c_str(), nullptr, 10); in check_jwt_claim() 279 gpr_timespec parsed_lifetime = gpr_time_sub(expiration, issue_time); in check_jwt_claim()
|
/third_party/boost/libs/hof/doc/html/_static/ |
D | websupport.js | 412 var expiration = new Date(); 413 expiration.setDate(expiration.getDate() + 365); 415 ';expires=' + expiration.toUTCString();
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | websupport.js | 412 var expiration = new Date(); 413 expiration.setDate(expiration.getDate() + 365); 415 ';expires=' + expiration.toUTCString();
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | websupport.js | 412 var expiration = new Date(); 413 expiration.setDate(expiration.getDate() + 365); 415 ';expires=' + expiration.toUTCString();
|
/third_party/ltp/testcases/open_posix_testsuite/functional/timers/ |
D | plan.txt | 73 - Set timer expiration to: 0, a large number, all the dates that were 83 expiration time.) 84 - Test out all the various events that can be sent for a timer expiration.
|
/third_party/iptables/extensions/ |
D | libxt_conntrack.txlate | 38 nft add rule ip filter INPUT ct expiration 3 counter accept 44 …n original ct original protocol 6 ct state new ct status seen-reply ct expiration 10 ct original s…
|
/third_party/skia/third_party/externals/microhttpd/doc/chapters/ |
D | sessions.inc | 9 adding an expiration time to the cookie. The server creates a fresh session cookie whenever 43 @heading Remark: Session expiration
|
/third_party/tzdata/ |
D | leap-seconds.list | 186 # The following entry specifies the expiration date of the data 188 # 1 January 1900, 00:00:00. This expiration date will be changed 194 # leap seconds.) This expiration date will be identified by a 202 # scheduled, then only the expiration date of the file will 250 # expiration time of the file, but not the
|
/third_party/flutter/skia/third_party/externals/sdl/src/events/ |
D | SDL_events.c | 430 Uint32 expiration = 0; in SDL_WaitEventTimeout() local 433 expiration = SDL_GetTicks() + timeout; in SDL_WaitEventTimeout() 445 if (timeout > 0 && SDL_TICKS_PASSED(SDL_GetTicks(), expiration)) { in SDL_WaitEventTimeout()
|
/third_party/curl/docs/ |
D | ALTSVC.md | 32 7. The expiration date and time of this entry within double quotes. The date format is "YYYYMMDD HH…
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_flush_sessions.pod | 29 expiration test, in most cases the actual time given by time(0)
|