File: stats.h

package info (click to toggle)
memcached 1.4.33-1%2Bdeb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,784 kB
  • sloc: ansic: 13,016; perl: 4,716; sh: 4,313; xml: 1,634; makefile: 154
file content (8 lines) | stat: -rw-r--r-- 342 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
/* stats */
void stats_prefix_init(void);
void stats_prefix_clear(void);
void stats_prefix_record_get(const char *key, const size_t nkey, const bool is_hit);
void stats_prefix_record_delete(const char *key, const size_t nkey);
void stats_prefix_record_set(const char *key, const size_t nkey);
/*@null@*/
char *stats_prefix_dump(int *length);