Lines Matching defs:fd
236 static int ts_close(int fd){ in ts_close()
282 static int ts_fstat(int fd, struct stat *p){ in ts_fstat()
292 static int ts_ftruncate(int fd, off_t n){ in ts_ftruncate()
302 static int ts_fcntl(int fd, int cmd, ... ){ in ts_fcntl()
316 static int ts_read(int fd, void *aBuf, size_t nBuf){ in ts_read()
326 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()
346 static int ts_write(int fd, const void *aBuf, size_t nBuf){ in ts_write()
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()
377 static int ts_fchmod(int fd, mode_t mode){ in ts_fchmod()
393 static int ts_fallocate(int fd, off_t off, off_t len){ in ts_fallocate()
405 int fd, in ts_mmap()