Lines Matching defs:struct_io_channel
40 struct struct_io_channel { struct
41 errcode_t magic;
42 io_manager manager;
43 char *name;
44 int block_size;
45 errcode_t (*read_error)(io_channel channel,
52 errcode_t (*write_error)(io_channel channel,
59 int refcount;
60 int flags;
61 long reserved[14];
62 void *private_data;
63 void *app_data;
64 int align;