Home
last modified time | relevance | path

Searched defs:off (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_syscall.c326 static int ts_pread(int fd, void *aBuf, size_t nBuf, off_t off){ in ts_pread()
336 static int ts_pread64(int fd, void *aBuf, size_t nBuf, sqlite3_uint64 off){ in ts_pread64()
357 static int ts_pwrite(int fd, const void *aBuf, size_t nBuf, off_t off){ in ts_pwrite()
367 static int ts_pwrite64(int fd, const void *aBuf, size_t nBuf, sqlite3_uint64 off){ in ts_pwrite64()
393 static int ts_fallocate(int fd, off_t off, off_t len){ in ts_fallocate()