Home
last modified time | relevance | path

Searched refs:needed_offset (Results 1 – 12 of 12) sorted by relevance

/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmf_iocache.c372 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset) in seek_io_cache() argument
378 if (needed_offset >= cached_data_start && in seek_io_cache()
379 needed_offset < cached_data_end) in seek_io_cache()
385 cache->read_pos= cache->buffer + (needed_offset - cached_data_start); in seek_io_cache()
389 if (needed_offset > cache->end_of_file) in seek_io_cache()
390 needed_offset= cache->end_of_file; in seek_io_cache()
400 cache->pos_in_file= needed_offset; in seek_io_cache()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmf_iocache.c372 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset) in seek_io_cache() argument
378 if (needed_offset >= cached_data_start && in seek_io_cache()
379 needed_offset < cached_data_end) in seek_io_cache()
385 cache->read_pos= cache->buffer + (needed_offset - cached_data_start); in seek_io_cache()
389 if (needed_offset > cache->end_of_file) in seek_io_cache()
390 needed_offset= cache->end_of_file; in seek_io_cache()
400 cache->pos_in_file= needed_offset; in seek_io_cache()
/dports/databases/mariadb103-server/mariadb-10.3.34/mysys/
H A Dmf_iocache.c375 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset) in seek_io_cache() argument
381 if (needed_offset >= cached_data_start && in seek_io_cache()
382 needed_offset < cached_data_end) in seek_io_cache()
388 cache->read_pos= cache->buffer + (needed_offset - cached_data_start); in seek_io_cache()
392 if (needed_offset > cache->end_of_file) in seek_io_cache()
393 needed_offset= cache->end_of_file; in seek_io_cache()
403 cache->pos_in_file= needed_offset; in seek_io_cache()
/dports/databases/mariadb103-client/mariadb-10.3.34/mysys/
H A Dmf_iocache.c375 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset)
381 if (needed_offset >= cached_data_start &&
382 needed_offset < cached_data_end)
388 cache->read_pos= cache->buffer + (needed_offset - cached_data_start);
392 if (needed_offset > cache->end_of_file)
393 needed_offset= cache->end_of_file;
403 cache->pos_in_file= needed_offset;
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmf_iocache.c375 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset) in seek_io_cache() argument
381 if (needed_offset >= cached_data_start && in seek_io_cache()
382 needed_offset < cached_data_end) in seek_io_cache()
388 cache->read_pos= cache->buffer + (needed_offset - cached_data_start); in seek_io_cache()
392 if (needed_offset > cache->end_of_file) in seek_io_cache()
393 needed_offset= cache->end_of_file; in seek_io_cache()
403 cache->pos_in_file= needed_offset; in seek_io_cache()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmf_iocache.c375 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset)
381 if (needed_offset >= cached_data_start &&
382 needed_offset < cached_data_end)
388 cache->read_pos= cache->buffer + (needed_offset - cached_data_start);
392 if (needed_offset > cache->end_of_file)
393 needed_offset= cache->end_of_file;
403 cache->pos_in_file= needed_offset;
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dmy_sys.h796 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset);
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dmy_sys.h818 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset);
/dports/databases/mariadb104-client/mariadb-10.4.24/include/
H A Dmy_sys.h818 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset);
/dports/databases/mariadb103-server/mariadb-10.3.34/include/
H A Dmy_sys.h819 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset);
/dports/databases/mariadb103-client/mariadb-10.3.34/include/
H A Dmy_sys.h819 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset);
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dmy_sys.h796 void seek_io_cache(IO_CACHE *cache, my_off_t needed_offset);