Searched refs:lseek (Results 1 – 9 of 9) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_demovfs.c | 170 ofst = lseek(p->fd, iOfst, SEEK_SET); in demoDirectWrite() 234 ofst = lseek(p->fd, iOfst, SEEK_SET); in demoRead()
|
| H A D | os_unix.c | 345 # define lseek lseek64 macro 3304 newOffset = lseek(id->h, offset, SEEK_SET); in seekAndRead() 3433 i64 iSeek = lseek(fd, iOff, SEEK_SET); in seekAndWriteFd()
|
| /sqlite-3.40.0/tool/ |
| H A D | showwal.c | 124 lseek(fd, ofst, SEEK_SET); in getContent() 529 lseek(fd, 8, SEEK_SET); in main()
|
| H A D | showshm.c | 43 lseek(fd, ofst, SEEK_SET); in getContent()
|
| H A D | showdb.c | 155 lseek(g.dbfd, (long)ofst, SEEK_SET); in fileRead()
|
| /sqlite-3.40.0/ext/lsm1/lsm-test/ |
| H A D | lsmtest_io.c | 158 lseek(pCtx->fd, (off_t)iOff, SEEK_SET); in doOneCmd()
|
| H A D | lsmtest6.c | 280 lseek(fd1, 4096, SEEK_SET); in copy_file() 281 lseek(fd2, 4096, SEEK_SET); in copy_file()
|
| H A D | lsmtest_main.c | 1250 lseek(fd, 0, SEEK_SET); in do_writer_test() 1271 lseek(fd, aOrder[j]*nSize, SEEK_SET); in do_writer_test()
|
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_unix.c | 119 offset = lseek(p->fd, (off_t)iOff, SEEK_SET); in lsmPosixOsWrite() 158 offset = lseek(p->fd, (off_t)iOff, SEEK_SET); in lsmPosixOsRead()
|