Searched defs:Stream_t (Results 1 – 2 of 2) sorted by relevance
21 typedef struct Stream_t { struct24 struct Stream_t *Next; argument25 struct Stream_t *Buffer; argument26 } Stream_t; typedef
32 int (*io)(Stream_t *, char *, mt_off_t, size_t)) in force_io()