Searched refs:ts_pwrite (Results 1 – 1 of 1) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | test_syscall.c | 120 static int ts_pwrite(int fd, const void *aBuf, size_t nBuf, off_t off); 146 /* 12 */ { "pwrite", (sqlite3_syscall_ptr)ts_pwrite, 0, 0, 0 }, 357 static int ts_pwrite(int fd, const void *aBuf, size_t nBuf, off_t off){ in ts_pwrite() function
|