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