Home
last modified time | relevance | path

Searched refs:ares_int64_t (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/cares/src/lib/
H A Dares_math.c46 static ares_int64_t ares__round_up_pow2_u64(ares_int64_t n) in ares__round_up_pow2_u64()
63 return (size_t)ares__round_up_pow2_u64((ares_int64_t)n); in ares__round_up_pow2()
H A Dares_process.c109 ares_int64_t secs = ((ares_int64_t)now->tv_sec - (ares_int64_t)check->tv_sec); in ares__timedout()
119 return ((ares_int64_t)now->tv_usec - (ares_int64_t)check->tv_usec) >= 0 in ares__timedout()
H A Dares_private.h604 typedef __int64 ares_int64_t; typedef
607 typedef long long ares_int64_t; typedef

Completed in 4 milliseconds