Searched refs:ts_pread64 (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_syscall.c | 118 static int ts_pread64(int fd, void *aBuf, size_t nBuf, sqlite3_uint64 off); 144 /* 10 */ { "pread64", (sqlite3_syscall_ptr)ts_pread64, 0, 0, 0 }, 336 static int ts_pread64(int fd, void *aBuf, size_t nBuf, sqlite3_uint64 off){ in ts_pread64() function
|