Home
last modified time | relevance | path

Searched refs:ares__tvnow (Results 1 – 8 of 8) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares__timeval.c21 struct timeval ares__tvnow(void) in ares__tvnow() function
37 struct timeval ares__tvnow(void) in ares__tvnow() function
71 struct timeval ares__tvnow(void) in ares__tvnow() function
85 struct timeval ares__tvnow(void) in ares__tvnow() function
Dares_timeout.c53 now = ares__tvnow(); in ares_timeout()
Dares_send.c127 now = ares__tvnow(); in ares_send()
Dares_rand.c99 tv = ares__tvnow(); in ares_rc4_generate_key()
Dares_private.h363 struct timeval ares__tvnow(void);
Dares_process.c122 struct timeval now = ares__tvnow(); in processfds()
Dares_init.c123 now = ares__tvnow(); in ares_init_options()
/third_party/cares/
Dbackport-001-CVE-2023-31147.patch364 struct timeval ares__tvnow(void);
521 + * Use rc4_state (heap), &i (stack), and ares__tvnow()
531 + tv = ares__tvnow();