6 void init_cw_cache(void);
9 void add_cache(ECM_REQUEST
*er
);
10 struct ecm_request_t
*check_cache(ECM_REQUEST
*er
, struct s_client
*cl
);
11 void cleanup_cache(bool force
);
12 void remove_client_from_cache(struct s_client
*cl
);
13 uint32_t cache_size(void);
15 uint32_t cache_size_lg(void);
17 uint8_t get_odd_even(ECM_REQUEST
*er
);
18 uint8_t check_is_pushed(void *cw
, struct s_client
*cl
);
20 void cw_cache_cleanup(bool force
);
21 int compare_csp_hash(const void *arg
, const void *obj
);
22 void cacheex_get_srcnodeid(ECM_REQUEST
*er
, uint8_t *remotenodeid
);