Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dtest_syscall.c110 static int ts_fstat(int fd, struct stat *p);
139 /* 5 */ { "fstat", (sqlite3_syscall_ptr)ts_fstat, 0, 0, 0 },
282 static int ts_fstat(int fd, struct stat *p){ in ts_fstat() function