MySQL 8.4.0
Source Code Documentation
my_fstream.cc File Reference
#include "my_config.h"
#include <errno.h>
#include <stdio.h>
#include <sys/types.h>
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_sys.h"
#include "my_thread_local.h"
#include "mysys_err.h"
#include "template_utils.h"

Namespaces

namespace  anonymous_namespace{my_fstream.cc}
 

Functions

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...