|
int64_t | anonymous_namespace{my_fstream.cc}::fseek_ (FILE *stream, int64_t offset, int whence) |
| Portable fseek() wrapper (without the modified semantics of my_fseek()). More...
|
|
size_t | my_fread (FILE *stream, uchar *Buffer, size_t Count, myf MyFlags) |
| Read a chunk of bytes from a FILE stream. More...
|
|
size_t | my_fwrite (FILE *stream, const uchar *Buffer, size_t Count, myf MyFlags) |
| Write a chunk of bytes to a FILE stream. More...
|
|
my_off_t | my_fseek (FILE *stream, my_off_t pos, int whence) |
| Seek to position in FILE stream. More...
|
|
my_off_t | my_ftell (FILE *stream) |
| Portable ftell() wrapper. More...
|
|
File | my_fileno (FILE *f) |
| Portable fileno() wrapper. More...
|
|