| 234 | } |
| 235 | |
| 236 | static uint64_t HalfSecondsToMicroSeconds(uint32_t seconds) |
| 237 | { |
| 238 | return (((uint64_t) seconds) * 1000000ULL) / 2ULL; |
| 239 | } |
| 240 | |
| 241 | static uint32_t RemainingTtlSeconds(uint64_t expires, uint64_t now) |
| 242 | { |
no outgoing calls
no test coverage detected