Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/
H A Djimsh0.c2127 struct AioFile;
2130 int (*writer)(struct AioFile *af, const char *buf, int len);
2131 int (*reader)(struct AioFile *af, char *buf, int len, int pending);
2132 int (*error)(const struct AioFile *af);
2133 const char *(*strerror)(struct AioFile *af);
2134 int (*verify)(struct AioFile *af);
2137 typedef struct AioFile struct
2152 } AioFile; argument
2156 static int stdio_writer(struct AioFile *af, const char *buf, int len) in stdio_writer()
2165 static int stdio_reader(struct AioFile *af, char *buf, int len, int nb) in stdio_reader()
[all …]