BC_MAX_HDRS
#define BC_HASH(d, b, l) (((d) + (b) + ((l) >> 8)) & (BC_MAX_HDRS-1))
static cache_t *bc_hash[BC_MAX_HDRS];