Searched refs:ts_pwrite64 (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_syscall.c | 121 static int ts_pwrite64(int fd, const void *aBuf, size_t nBuf, sqlite3_uint64 off); 147 /* 13 */ { "pwrite64", (sqlite3_syscall_ptr)ts_pwrite64, 0, 0, 0 }, 367 static int ts_pwrite64(int fd, const void *aBuf, size_t nBuf, sqlite3_uint64 off){ in ts_pwrite64() function
|