| 3132 | } |
| 3133 | |
| 3134 | int64_t |
| 3135 | TSCacheHttpInfoSizeGet(TSCacheHttpInfo infop) |
| 3136 | { |
| 3137 | CacheHTTPInfo *info = reinterpret_cast<CacheHTTPInfo *>(infop); |
| 3138 | return info->object_size_get(); |
| 3139 | } |
| 3140 | |
| 3141 | void |
| 3142 | TSCacheHttpInfoReqSet(TSCacheHttpInfo infop, TSMBuffer bufp, TSMLoc obj) |
nothing calls this directly
no test coverage detected