Home
last modified time | relevance | path

Searched refs:ts_pwrite (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dtest_syscall.c120 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