Searched defs:io_channel (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dext2_io.h28 typedef struct struct_io_channel *io_channel; typedef in typeref:struct:struct_io_channel
37 errcode_t (*read_error)(io_channel channel,
44 errcode_t (*write_error)(io_channel channel,
61 errcode_t (*open)(const char *name, int flags, io_channel *channel);
62 errcode_t (*close)(io_channel channel);
63 errcode_t (*set_blksize)(io_channel channel, int blksize);
64 errcode_t (*read_blk)(io_channel channel, unsigned long block,
66 errcode_t (*write_blk)(io_channel channel, unsigned long block,
68 errcode_t (*flush)(io_channel channel);
69 errcode_t (*write_byte)(io_channel channe
[all...]
/external/openssl/crypto/bio/
H A Dbss_rtcp.c74 typedef unsigned short io_channel; typedef
126 static int get ( io_channel chan, char *buffer, int maxlen, int *length )
137 static int put ( io_channel chan, char *buffer, int length )
/external/openssl/ssl/
H A Dssl_task.c156 typedef unsigned short io_channel; typedef
163 int doit(io_channel chan, SSL_CTX *s_ctx );
167 static int get ( io_channel chan, char *buffer, int maxlen, int *length )
178 static int put ( io_channel chan, char *buffer, int length )
190 static int general_request ( io_channel chan, struct rpc_msg *msg, int length )
198 io_channel chan;
257 int doit(io_channel chan, SSL_CTX *s_ctx )

Completed in 50 milliseconds