Home
last modified time | relevance | path

Searched refs:stat_value (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/smtpd/
Dstat_backend.c32 struct stat_value *value; in stat_increment()
48 struct stat_value *value; in stat_decrement()
62 stat_set(const char *key, const struct stat_value *value) in stat_set()
72 struct stat_value *
75 static struct stat_value value; in stat_counter()
82 struct stat_value *
85 static struct stat_value value; in stat_timestamp()
92 struct stat_value *
95 static struct stat_value value; in stat_timeval()
102 struct stat_value *
[all …]
Dstat_ramstat.c27 static void ramstat_set(const char *, const struct stat_value *);
28 static int ramstat_iter(void **, char **, struct stat_value *);
33 struct stat_value value;
103 ramstat_set(const char *name, const struct stat_value *val) in ramstat_set()
120 ramstat_iter(void **iter, char **name, struct stat_value *val) in ramstat_iter()
Dsmtpd.h928 struct stat_value { struct
942 struct stat_value val; argument
950 void (*set)(const char *, const struct stat_value *);
951 int (*iter)(void **, char **, struct stat_value *);
1625 void stat_set(const char *, const struct stat_value *);
1626 struct stat_value *stat_counter(size_t);
1627 struct stat_value *stat_timestamp(time_t);
1628 struct stat_value *stat_timeval(struct timeval *);
1629 struct stat_value *stat_timespec(struct timespec *);
Dcontrol.c75 struct stat_value val; in control_imsg()
419 struct stat_value val; in control_dispatch_ext()