/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/cjs/ |
D | index.js | 222 #ttls; field in LRUCache 239 ttls: c.#ttls, 410 const ttls = new ZeroArray(this.#max); 412 this.#ttls = ttls; 416 ttls[index] = ttl; 432 starts[index] = ttls[index] !== 0 ? perf.now() : 0; 435 if (ttls[index]) { 436 const ttl = ttls[index]; 467 const ttl = ttls[index]; 476 return (ttls[index] !== 0 && [all …]
|
D | index.min.js | 1 …w;#r;#m;#F;#S;#b;#T;#a;static unsafeExposeInternals(t){return{starts:t.#F,ttls:t.#S,sizes:t.#m,key…
|
/third_party/node/deps/npm/node_modules/path-scurry/node_modules/lru-cache/dist/mjs/ |
D | index.js | 219 #ttls; field in LRUCache 236 ttls: c.#ttls, 407 const ttls = new ZeroArray(this.#max); 409 this.#ttls = ttls; 413 ttls[index] = ttl; 429 starts[index] = ttls[index] !== 0 ? perf.now() : 0; 432 if (ttls[index]) { 433 const ttl = ttls[index]; 464 const ttl = ttls[index]; 473 return (ttls[index] !== 0 && [all …]
|
D | index.min.js | 1 …w;#r;#m;#F;#S;#b;#T;#a;static unsafeExposeInternals(t){return{starts:t.#F,ttls:t.#S,sizes:t.#m,key…
|
/third_party/node/lib/internal/dns/ |
D | callback_resolver.js | 41 function onresolve(err, result, ttls) { argument 42 if (ttls && this.ttl) 44 result, (address, index) => ({ address, ttl: ttls[index] }));
|
D | promises.js | 250 function onresolve(err, result, ttls) { argument 256 if (ttls && this.ttl) 258 result, (address, index) => ({ address, ttl: ttls[index] }));
|
/third_party/node/deps/npm/node_modules/lru-cache/ |
D | index.js | 316 this.ttls = new ZeroArray(this.max) 321 this.ttls[index] = ttl 336 this.starts[index] = this.ttls[index] !== 0 ? perf.now() : 0 341 status.ttl = this.ttls[index] 372 return this.ttls[index] === 0 || this.starts[index] === 0 375 this.ttls[index] - 381 this.ttls[index] !== 0 && 384 this.ttls[index] 627 if (this.ttls) { 628 entry.ttl = this.ttls[i] [all …]
|
D | index.mjs | 316 this.ttls = new ZeroArray(this.max) 321 this.ttls[index] = ttl 336 this.starts[index] = this.ttls[index] !== 0 ? perf.now() : 0 341 status.ttl = this.ttls[index] 372 return this.ttls[index] === 0 || this.starts[index] === 0 375 this.ttls[index] - 381 this.ttls[index] !== 0 && 384 this.ttls[index] 627 if (this.ttls) { 628 entry.ttl = this.ttls[i] [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hostapd.eap_user | 69 "ttls" TTLS 92 "ttls-user" TTLS-PAP,TTLS-CHAP,TTLS-MSCHAP,TTLS-MSCHAPV2 "password" [2]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hostapd.eap_user | 69 "ttls" TTLS 92 "ttls-user" TTLS-PAP,TTLS-CHAP,TTLS-MSCHAP,TTLS-MSCHAPV2 "password" [2]
|
/third_party/node/src/ |
D | cares_wrap.cc | 193 MaybeStackBuffer<Local<Value>, 8> ttls(naddrttls); in AddrTTLToArray() local 195 ttls[i] = Integer::NewFromUnsigned(env->isolate(), addrttls[i].ttl); in AddrTTLToArray() 197 return Array::New(env->isolate(), ttls.out(), naddrttls); in AddrTTLToArray() 1085 Local<Array> ttls = AddrTTLToArray<ares_addrttl>(env, addrttls, naddrttls); in Parse() local 1087 wrap->CallOnComplete(ret, ttls); in Parse() 1119 Local<Array> ttls = AddrTTLToArray<ares_addr6ttl>(env, addrttls, naddrttls); in Parse() local 1121 wrap->CallOnComplete(ret, ttls); in Parse()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | todo.txt | 62 * could need to modify eap_{ttls,peap,fast}_decrypt to do same
|
D | interworking.c | 1433 struct wpa_cred *cred, int ttls) in interworking_set_eap_params() argument 1436 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_set_eap_params() 1450 if (ttls && cred->username && cred->username[0]) { in interworking_set_eap_params() 1480 if (!ttls && cred->username && cred->username[0] && cred->realm && in interworking_set_eap_params()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | todo.txt | 62 * could need to modify eap_{ttls,peap,fast}_decrypt to do same
|
D | interworking.c | 1448 struct wpa_cred *cred, int ttls) in interworking_set_eap_params() argument 1451 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_set_eap_params() 1465 if (ttls && cred->username && cred->username[0]) { in interworking_set_eap_params() 1495 if (!ttls && cred->username && cred->username[0] && cred->realm && in interworking_set_eap_params()
|
/third_party/node/deps/cares/ |
D | CHANGES | 1205 If there are more ttls returned than the maximum provided by the requestor, then 1826 * fix segfault when wanted ttls count lesser than count of result records 1852 * Private ares_addrinfo structure with useful extensions such as ttls (including cname ttls),
|
/third_party/node/deps/corepack/dist/lib/ |
D | corepack.cjs | 4433 this.ttls = new ZeroArray(this.max); 4437 this.ttls[index] = ttl; 4450 this.starts[index] = this.ttls[index] !== 0 ? perf.now() : 0; 4454 status.ttl = this.ttls[index]; 4480 …return this.ttls[index] === 0 || this.starts[index] === 0 ? Infinity : this.starts[index] + this.t… 4483 …return this.ttls[index] !== 0 && this.starts[index] !== 0 && (cachedNow || getNow()) - this.starts… 4685 if (this.ttls) { 4686 entry.ttl = this.ttls[i]; 4769 if (ttl !== 0 && this.ttl === 0 && !this.ttls) { 5168 if (this.ttls) { [all …]
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 86778 unsigned char ttls[32]; member
|