| 3125 | } |
| 3126 | |
| 3127 | time_t |
| 3128 | TSCacheHttpInfoRespReceivedTimeGet(TSCacheHttpInfo infop) |
| 3129 | { |
| 3130 | CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop); |
| 3131 | return info->response_received_time_get(); |
| 3132 | } |
| 3133 | |
| 3134 | int64_t |
| 3135 | TSCacheHttpInfoSizeGet(TSCacheHttpInfo infop) |
nothing calls this directly
no test coverage detected