XID_CACHE_SIZE
} xid_cache[XID_CACHE_SIZE];
static struct xid_entry xe_table[XID_CACHE_SIZE];
static struct xid_entry *xe_last = &xe_table[XID_CACHE_SIZE - 1];
struct cache_struct xid_cache[XID_CACHE_SIZE];
struct cache_struct *xcplast = &xid_cache[XID_CACHE_SIZE - 1];