HomeSort by relevance Sort by last modified time
    Searched defs:io_channel (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/lib/ext2fs/
ext2_io.h 28 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 channel, unsigned long offset
    [all...]
  /external/openssl/crypto/bio/
bss_rtcp.c 74 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/
ssl_task.c 156 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 54 milliseconds