15b304997SSteven Grimm /* stats */ 25b304997SSteven Grimm void stats_prefix_init(void); 35b304997SSteven Grimm void stats_prefix_clear(void); 4*46654a83STrond Norbye void stats_prefix_record_get(const char *key, const size_t nkey, const bool is_hit); 5*46654a83STrond Norbye void stats_prefix_record_delete(const char *key, const size_t nkey); 6*46654a83STrond Norbye void stats_prefix_record_set(const char *key, const size_t nkey); 7eb75a0dfSPaul Lindner /*@null@*/ 85b304997SSteven Grimm char *stats_prefix_dump(int *length); 9