Home
last modified time | relevance | path

Searched defs:HTTPCacheAlt (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h1259 struct HTTPCacheAlt { struct
1272 int32_t m_writeable = 1;
1273 int32_t m_unmarshal_len = -1;
1275 int32_t m_id = -1;
1276 int32_t m_rid = -1;
1279 int32_t m_object_size[2];
1281 HTTPHdr m_request_hdr;
1282 HTTPHdr m_response_hdr;
1289 int m_frag_offset_count = 0;
1291 typedef uint64_t FragOffset;
[all …]
H A DHTTP.cc1932 HTTPCacheAlt::HTTPCacheAlt() : m_request_hdr(), m_response_hdr() in HTTPCacheAlt() function in HTTPCacheAlt