Cache backwards compatibility structure - the fragment table. More...
#include <P_CacheBC.h>
| Public Types | |
| typedef uint64_t | FragOffset | 
| Type of offset for a fragment. | |
| Data Fields | |
| int | m_frag_offset_count | 
| # of fragment offsets in this alternate. | |
| FragOffset * | m_frag_offsets | 
| Table of fragment offsets. | |
| FragOffset | m_integral_frag_offsets [N_INTEGRAL_FRAG_OFFSETS] | 
| Integral fragment offset table. | |
| Static Public Attributes | |
| static int const | N_INTEGRAL_FRAG_OFFSETS = 4 | 
| # of fragment offsets built in to object. | |
Cache backwards compatibility structure - the fragment table.
This is copied from HTTPCacheAlt in HTTP.h. 
Definition at line 43 of file P_CacheBC.h.
| typedef uint64_t cache_bc::HTTPCacheFragmentTable::FragOffset | 
Type of offset for a fragment.
Definition at line 48 of file P_CacheBC.h.
# of fragment offsets in this alternate.
Definition at line 46 of file P_CacheBC.h.
Table of fragment offsets.
Definition at line 54 of file P_CacheBC.h.
Integral fragment offset table.
Definition at line 58 of file P_CacheBC.h.
| int const cache_bc::HTTPCacheFragmentTable::N_INTEGRAL_FRAG_OFFSETS = 4  [static] | 
# of fragment offsets built in to object.
Definition at line 56 of file P_CacheBC.h.
 1.7.1
 1.7.1