Eneboo - Documentación para desarrolladores
|
#include <my_sys.h>
Atributos públicos | |
my_off_t | pos_in_file |
my_off_t | end_of_file |
byte * | read_pos |
byte * | read_end |
byte * | buffer |
byte * | request_pos |
byte * | write_buffer |
byte * | append_read_pos |
byte * | write_pos |
byte * | write_end |
byte ** | current_pos |
byte ** | current_end |
int(* | read_function )(struct st_io_cache *, byte *, uint) |
int(* | write_function )(struct st_io_cache *, const byte *, uint) |
enum cache_type | type |
IO_CACHE_CALLBACK | pre_read |
IO_CACHE_CALLBACK | post_read |
IO_CACHE_CALLBACK | pre_close |
ulong | disk_writes |
void * | arg |
char * | file_name |
char * | dir |
char * | prefix |
File | file |
int | seek_not_done |
int | error |
uint | buffer_length |
uint | read_length |
myf | myflags |
my_bool | alloced_buffer |
void * st_io_cache::arg |
char * st_io_cache::dir |
char * st_io_cache::file_name |
char * st_io_cache::prefix |
int(* st_io_cache::read_function)(struct st_io_cache *, byte *, uint) |
int(* st_io_cache::write_function)(struct st_io_cache *, const byte *, uint) |