Home
last modified time | relevance | path

Searched defs:hismethod (Results 1 – 6 of 6) sorted by relevance

/dports/news/inn-current/inn-2.7-20211226/history/
H A Dhisinterface.h15 typedef struct hismethod { struct
16 const char *name;
17 void *(*open)(const char *path, int flags, struct history *);
18 bool (*close)(void *);
19 bool (*sync)(void *);
22 bool (*check)(void *, const char *);
23 bool (*write)(void *, const char *, time_t, time_t, time_t,
25 bool (*replace)(void *, const char *, time_t, time_t, time_t,
29 bool (*walk)(void *, const char *, void *,
32 bool (*remember)(void *, const char *, time_t, time_t);
[all …]
/dports/news/inn/inn-2.6.4/history/
H A Dhisinterface.h16 typedef struct hismethod { struct
17 const char *name;
18 void *(*open)(const char *path, int flags, struct history *);
19 bool (*close)(void *);
20 bool (*sync)(void *);
23 bool (*check)(void *, const char *);
24 bool (*write)(void *, const char *, time_t, time_t, time_t,
26 bool (*replace)(void *, const char *, time_t, time_t, time_t,
31 bool (*walk)(void *, const char *, void *,
34 bool (*remember)(void *, const char *, time_t, time_t);
[all …]
/dports/sysutils/shlock/inn-2.6.4/history/
H A Dhisinterface.h16 typedef struct hismethod { struct
17 const char *name;
18 void *(*open)(const char *path, int flags, struct history *);
19 bool (*close)(void *);
20 bool (*sync)(void *);
23 bool (*check)(void *, const char *);
24 bool (*write)(void *, const char *, time_t, time_t, time_t,
26 bool (*replace)(void *, const char *, time_t, time_t, time_t,
31 bool (*walk)(void *, const char *, void *,
34 bool (*remember)(void *, const char *, time_t, time_t);
[all …]
/dports/news/inn-current/inn-2.7-20211226/include/inn/
H A Dinnconf.h62 char *hismethod; /* Which history method to use */ member
/dports/news/inn/inn-2.6.4/include/inn/
H A Dinnconf.h60 char *hismethod; /* Which history method to use */ member
/dports/sysutils/shlock/inn-2.6.4/include/inn/
H A Dinnconf.h60 char *hismethod; /* Which history method to use */ member