MySQL 8.3.0
Source Code Documentation
mf_iocache2.cc File Reference

More functions to be used with IO_CACHE files. More...

#include <stdarg.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include "my_dbug.h"
#include "my_inttypes.h"
#include "my_io.h"
#include "my_sys.h"
#include "mysql/psi/mysql_file.h"
#include "mysql/strings/int2str.h"
#include "mysql/strings/m_ctype.h"
#include "template_utils.h"

Functions

int my_b_copy_to_file (IO_CACHE *cache, FILE *file)
 
void my_b_seek (IO_CACHE *info, my_off_t pos)
 
size_t my_b_fill (IO_CACHE *info)
 
size_t my_b_gets (IO_CACHE *info, char *to, size_t max_length)
 
my_off_t my_b_filelength (IO_CACHE *info)
 
size_t my_b_printf (IO_CACHE *info, const char *fmt,...)
 Simple printf version. More...
 
size_t my_b_vprintf (IO_CACHE *info, const char *fmt, va_list args)
 Implementation of my_b_printf. More...
 

Detailed Description

More functions to be used with IO_CACHE files.