| 3118 | } |
| 3119 | |
| 3120 | time_t |
| 3121 | TSCacheHttpInfoReqSentTimeGet(TSCacheHttpInfo infop) |
| 3122 | { |
| 3123 | CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop); |
| 3124 | return info->request_sent_time_get(); |
| 3125 | } |
| 3126 | |
| 3127 | time_t |
| 3128 | TSCacheHttpInfoRespReceivedTimeGet(TSCacheHttpInfo infop) |
nothing calls this directly
no test coverage detected