cache_items Struct Reference

#include <cache.h>


Data Fields

unsigned char * Key
int KeyLen
CacheItem Items [CACHE_MAX_ITEMS_PER_KEY]
unsigned int NumItems
long LastTime


Detailed Description

Definition at line 16 of file cache.h.


Field Documentation

unsigned char* cache_items::Key

Definition at line 17 of file cache.h.

Referenced by CacheCreateBin(), CacheDelKey(), CacheGetBin(), CacheTimeout(), and DestroyCache().

int cache_items::KeyLen

Definition at line 18 of file cache.h.

Referenced by CacheCreateBin(), CacheDelKey(), and CacheGetBin().

CacheItem cache_items::Items[CACHE_MAX_ITEMS_PER_KEY]

Definition at line 20 of file cache.h.

Referenced by CacheBinAdd(), CacheDelKey(), DecodeIPDefrag(), and DestroyCache().

unsigned int cache_items::NumItems

Definition at line 21 of file cache.h.

Referenced by CacheBinAdd(), CacheCreateBin(), CacheDelKey(), DecodeIPDefrag(), and DestroyCache().

long cache_items::LastTime

Definition at line 23 of file cache.h.

Referenced by CacheAdd(), and CacheTimeout().


The documentation for this struct was generated from the following file:
Generated on Sat Jul 7 23:33:11 2007 for HLBR by  doxygen 1.5.2