Home
last modified time | relevance | path

Searched refs:seek_offset (Results 1 – 25 of 677) sorted by last modified time

12345678910>>...28

/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dfiles.c4696 rx_64 seek_offset=0,pos=0; in getseek() local
4831 seek_offset = atoll(offset); in getseek()
4833 seek_offset = _atoi64(offset); in getseek()
4835 seek_offset = atol(offset); in getseek()
4838 seek_offset *= -1; in getseek()
4846 pos = positionfile( TSD, "STREAM", 3, ptr, pos_type, seek_offset, seek_type ) ; in getseek()
4848 pos = positioncharfile( TSD, "STREAM", 3, ptr, pos_type, seek_offset, seek_type ) ; in getseek()
/dports/biology/vcftools/vcftools-0.1.16/src/cpp/
H A Dknetfile.c315 fp->seek_offset = 0; in kftp_parse_url()
402 fp->seek_offset = 0; in khttp_parse_url()
/dports/audio/musicpd/mpd-0.23.6/src/input/
H A DAsyncInputStream.cxx132 seek_offset = new_offset; in Seek()
271 DoSeek(seek_offset); in DeferredSeek()
H A DAsyncInputStream.hxx66 offset_type seek_offset; member in AsyncInputStream
H A DBufferingInputStream.cxx123 const size_t seek_offset = want_offset; in RunThreadLocked() local
125 if (!buffer.Read(seek_offset).HasData()) in RunThreadLocked()
126 input->Seek(lock, seek_offset); in RunThreadLocked()
/dports/databases/mariadb105-client/mariadb-10.5.15/libmariadb/include/
H A Dma_sys.h461 enum cache_type type,my_off_t seek_offset,
464 my_off_t seek_offset,pbool use_async_io,
/dports/databases/mariadb105-server/mariadb-10.5.15/libmariadb/include/
H A Dma_sys.h461 enum cache_type type,my_off_t seek_offset,
464 my_off_t seek_offset,pbool use_async_io,
/dports/databases/mariadb105-client/mariadb-10.5.15/mysys/
H A Dmf_iocache.c167 info->pos_in_file= seek_offset; in init_io_cache_ext()
187 DBUG_ASSERT(seek_offset == 0); in init_io_cache_ext()
196 DBUG_ASSERT(seek_offset == 0); in init_io_cache_ext()
214 if (end_of_file < seek_offset) in init_io_cache_ext()
215 end_of_file=seek_offset; in init_io_cache_ext()
418 my_off_t seek_offset, in reinit_io_cache() argument
424 info, type, (ulonglong) seek_offset, in reinit_io_cache()
432 seek_offset >= info->pos_in_file && in reinit_io_cache()
433 seek_offset <= my_b_tell(info)) in reinit_io_cache()
483 info->pos_in_file=seek_offset; in reinit_io_cache()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dlog.cc2772 my_off_t seek_offset; in open() local
2819 seek_offset= 0; in open()
2820 else if ((seek_offset= mysql_file_tell(file, MYF(MY_WME)))) in open()
2825 io_cache_type, seek_offset, 0, in open()
/dports/databases/mariadb105-server/mariadb-10.5.15/mysys/
H A Dmf_iocache.c167 info->pos_in_file= seek_offset; in init_io_cache_ext()
187 DBUG_ASSERT(seek_offset == 0); in init_io_cache_ext()
196 DBUG_ASSERT(seek_offset == 0); in init_io_cache_ext()
214 if (end_of_file < seek_offset) in init_io_cache_ext()
215 end_of_file=seek_offset; in init_io_cache_ext()
418 my_off_t seek_offset, in reinit_io_cache() argument
424 info, type, (ulonglong) seek_offset, in reinit_io_cache()
432 seek_offset >= info->pos_in_file && in reinit_io_cache()
433 seek_offset <= my_b_tell(info)) in reinit_io_cache()
483 info->pos_in_file=seek_offset; in reinit_io_cache()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dlog.cc2772 my_off_t seek_offset; in open() local
2819 seek_offset= 0; in open()
2820 else if ((seek_offset= mysql_file_tell(file, MYF(MY_WME)))) in open()
2825 io_cache_type, seek_offset, 0, in open()
/dports/databases/mariadb105-client/mariadb-10.5.15/include/
H A Dmy_sys.h782 enum cache_type type,my_off_t seek_offset,
785 enum cache_type type, my_off_t seek_offset,
789 my_off_t seek_offset, my_bool use_async_io,
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/encryption/t/
H A Dtempfiles.test58 # Test reinit_io_cache(WRITE_CACHE) with non-zero seek_offset:
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/encryption/t/
H A Dtempfiles.test58 # Test reinit_io_cache(WRITE_CACHE) with non-zero seek_offset:
/dports/databases/mariadb105-server/mariadb-10.5.15/include/
H A Dmy_sys.h782 enum cache_type type,my_off_t seek_offset,
785 enum cache_type type, my_off_t seek_offset,
789 my_off_t seek_offset, my_bool use_async_io,
/dports/databases/mariadb104-server/mariadb-10.4.24/libmariadb/include/
H A Dma_sys.h461 enum cache_type type,my_off_t seek_offset,
464 my_off_t seek_offset,pbool use_async_io,
/dports/databases/mariadb104-client/mariadb-10.4.24/libmariadb/include/
H A Dma_sys.h461 enum cache_type type,my_off_t seek_offset,
464 my_off_t seek_offset,pbool use_async_io,
/dports/databases/mariadb104-server/mariadb-10.4.24/mysys/
H A Dmf_iocache.c166 info->pos_in_file= seek_offset; in init_io_cache()
186 DBUG_ASSERT(seek_offset == 0); in init_io_cache()
195 DBUG_ASSERT(seek_offset == 0); in init_io_cache()
213 if (end_of_file < seek_offset) in init_io_cache()
214 end_of_file=seek_offset; in init_io_cache()
448 my_off_t seek_offset, in reinit_io_cache() argument
454 info, type, (ulonglong) seek_offset, in reinit_io_cache()
462 seek_offset >= info->pos_in_file && in reinit_io_cache()
463 seek_offset <= my_b_tell(info)) in reinit_io_cache()
516 info->pos_in_file=seek_offset; in reinit_io_cache()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dlog.cc2638 my_off_t seek_offset; in open() local
2685 seek_offset= 0; in open()
2686 else if ((seek_offset= mysql_file_tell(file, MYF(MY_WME)))) in open()
2689 if (init_io_cache(&log_file, file, IO_SIZE, io_cache_type, seek_offset, 0, in open()
/dports/databases/mariadb104-client/mariadb-10.4.24/mysys/
H A Dmf_iocache.c166 info->pos_in_file= seek_offset;
186 DBUG_ASSERT(seek_offset == 0);
195 DBUG_ASSERT(seek_offset == 0);
213 if (end_of_file < seek_offset)
214 end_of_file=seek_offset;
448 my_off_t seek_offset,
454 info, type, (ulonglong) seek_offset,
462 seek_offset >= info->pos_in_file &&
463 seek_offset <= my_b_tell(info))
516 info->pos_in_file=seek_offset;
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dlog.cc2638 my_off_t seek_offset; in open() local
2685 seek_offset= 0; in open()
2686 else if ((seek_offset= mysql_file_tell(file, MYF(MY_WME)))) in open()
2689 if (init_io_cache(&log_file, file, IO_SIZE, io_cache_type, seek_offset, 0, in open()
/dports/databases/mariadb104-server/mariadb-10.4.24/include/
H A Dmy_sys.h808 enum cache_type type,my_off_t seek_offset,
811 my_off_t seek_offset, my_bool use_async_io,
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/encryption/t/
H A Dtempfiles.test58 # Test reinit_io_cache(WRITE_CACHE) with non-zero seek_offset:
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/encryption/t/
H A Dtempfiles.test58 # Test reinit_io_cache(WRITE_CACHE) with non-zero seek_offset:
/dports/databases/mariadb104-client/mariadb-10.4.24/include/
H A Dmy_sys.h808 enum cache_type type,my_off_t seek_offset,
811 my_off_t seek_offset, my_bool use_async_io,

12345678910>>...28